Volker Fischer
|
a7770e27ae
|
small bug fix with info label hiding
|
2020-05-21 21:24:37 +02:00 |
|
Volker Fischer
|
be04c665ff
|
bug fix: "added an indicator that another client has muted me" does not work as expected
|
2020-05-21 21:01:01 +02:00 |
|
Volker Fischer
|
7a7cfe53fe
|
move indicator label next to pan label to save some vertical space
|
2020-05-21 20:27:01 +02:00 |
|
Volker Fischer
|
3427c9d260
|
update translation files
|
2020-05-21 18:36:17 +02:00 |
|
Volker Fischer
|
fe093c8f0e
|
Merge pull request #256 from ignotus666/master
Corrections to source language
|
2020-05-21 18:34:14 +02:00 |
|
Volker Fischer
|
ce0024cb74
|
added an indicator that another client has muted me (#257)
|
2020-05-21 18:26:33 +02:00 |
|
ignotus
|
e2e0bb4cf5
|
Update audiomixerboard.cpp
|
2020-05-21 15:28:04 +02:00 |
|
ignotus
|
06d804b96a
|
Update soundbase.cpp
|
2020-05-21 15:27:07 +02:00 |
|
ignotus
|
0a9e188c96
|
Update sound.cpp
|
2020-05-21 15:26:23 +02:00 |
|
ignotus
|
720b2de644
|
Update serverdlg.cpp
|
2020-05-21 15:24:44 +02:00 |
|
ignotus
|
4ec4646147
|
Update util.cpp
|
2020-05-21 15:23:30 +02:00 |
|
ignotus
|
e2d46b5e48
|
Update clientsettingsdlg.cpp
|
2020-05-21 15:21:44 +02:00 |
|
ignotus
|
642f2f06ef
|
Update clientdlg.cpp
|
2020-05-21 15:11:04 +02:00 |
|
ignotus
|
1e364e105c
|
Merge pull request #11 from corrados/master
update
|
2020-05-21 14:53:05 +02:00 |
|
ignotus
|
f9be0c86f0
|
Update translation_pt_PT.ts
|
2020-05-21 13:51:27 +02:00 |
|
ignotus
|
77f91c26e2
|
Update translation_nl_NL.ts
|
2020-05-21 13:43:23 +02:00 |
|
ignotus
|
41eb485054
|
Update translation_it_IT.ts
|
2020-05-21 11:53:25 +02:00 |
|
Volker Fischer
|
4b8c7de166
|
WIP: backup checkin of new feature "show mute state of others"
|
2020-05-21 11:47:39 +02:00 |
|
ignotus
|
564c9ebd00
|
Update translation_fr_FR.ts
|
2020-05-21 11:29:24 +02:00 |
|
ignotus
|
c8b969c94e
|
Update translation_es_ES.ts
|
2020-05-21 11:07:19 +02:00 |
|
ignotus
|
2a61059c6e
|
Update translation_de_DE.ts
|
2020-05-21 11:06:48 +02:00 |
|
ignotus
|
0e81fc5200
|
Update translation_es_ES.ts
|
2020-05-21 10:59:12 +02:00 |
|
ignotus
|
251120bc69
|
Update translation_de_DE.ts
|
2020-05-21 10:46:21 +02:00 |
|
Volker Fischer
|
017796919c
|
fixes issues in the .pro file
|
2020-05-21 09:52:01 +02:00 |
|
Volker Fischer
|
91cdcfa6ab
|
lrelease seems not to work as expected -> remove it for now
|
2020-05-21 09:39:02 +02:00 |
|
Volker Fischer
|
ed4a8ea8fd
|
Merge pull request #253 from ignotus666/master
Spanish translation update
|
2020-05-21 08:39:30 +02:00 |
|
ignotus
|
60ea31f187
|
Spanish translation update
|
2020-05-21 08:16:08 +02:00 |
|
ignotus
|
c6395d0789
|
Merge pull request #10 from corrados/master
update
|
2020-05-21 08:09:03 +02:00 |
|
Volker Fischer
|
f467d2259c
|
put the scroll area inside the group box because the title of the group box should always be visible
|
2020-05-20 22:28:52 +02:00 |
|
Volker Fischer
|
f580215605
|
if after a resize of the main window a vertical scroll bar is required, make sure that the fader label is visible (scroll down completely)
|
2020-05-20 21:21:22 +02:00 |
|
Volker Fischer
|
98aecb1d26
|
use a separate layout for the pan controls
|
2020-05-20 20:58:11 +02:00 |
|
Volker Fischer
|
3339661894
|
small fix
|
2020-05-20 18:26:52 +02:00 |
|
Volker Fischer
|
0e349e3d35
|
some fixes for the translation
|
2020-05-20 18:24:20 +02:00 |
|
Volker Fischer
|
ece04dc50e
|
code cleanup: remove code "TODO output mapping from stereo to multi channel" since it is not needed
|
2020-05-20 18:00:33 +02:00 |
|
Volker Fischer
|
f4912e6beb
|
prepare for italian translation
|
2020-05-20 17:17:32 +02:00 |
|
Volker Fischer
|
49b43c04bb
|
update
|
2020-05-19 21:08:18 +02:00 |
|
Volker Fischer
|
5705b798f8
|
change the pan signal processing: avoid that pan=center attenuates any of the stereo channels; if no gain/pan change, do not multiply with the gains
|
2020-05-19 20:38:14 +02:00 |
|
Volker Fischer
|
546e3f96e0
|
enable pan if supported by the server (check server version)
|
2020-05-19 18:28:52 +02:00 |
|
Volker Fischer
|
5b7ccfcdc2
|
receive version info message from new server (function to use the information is still missing)
|
2020-05-18 21:28:49 +02:00 |
|
Volker Fischer
|
7dbd2c89d1
|
fix code style issues introduced by contributed source code
|
2020-05-18 20:46:46 +02:00 |
|
Volker Fischer
|
78413826a5
|
Merge branch 'master' into feature_panning
# Conflicts:
# src/protocol.h
|
2020-05-18 19:03:40 +02:00 |
|
Volker Fischer
|
d21acb0a7f
|
server sends version info on initial connection
|
2020-05-18 19:00:56 +02:00 |
|
Volker Fischer
|
8724d1443c
|
updates for German translation
|
2020-05-18 18:01:04 +02:00 |
|
Volker Fischer
|
a42302393f
|
remove the "instr" from the instrument picture names since it is no longer needed because all pictures are now in a separate instrument directory
|
2020-05-18 17:54:49 +02:00 |
|
Volker Fischer
|
f847303521
|
Merge pull request #246 from ignotus666/master
Updated Spanish translation
|
2020-05-18 10:44:08 +02:00 |
|
ignotus
|
df52fc80e0
|
Correction
|
2020-05-18 10:26:39 +02:00 |
|
ignotus
|
38fcf96ec9
|
Spanish translation update
|
2020-05-18 10:12:22 +02:00 |
|
ignotus
|
da9828406f
|
Merge pull request #9 from corrados/master
update
|
2020-05-18 09:27:53 +02:00 |
|
Volker Fischer
|
87e9096297
|
Merge pull request #244 from trebmuh/patch-1
update debian packaging
|
2020-05-18 08:05:59 +02:00 |
|
Olivier Humbert
|
59501c5f22
|
update debian packaging
|
2020-05-18 00:27:32 +02:00 |
|