Commit Graph

96 Commits

Author SHA1 Message Date
Volker Fischer
09fe7d566c small updates 2020-06-06 11:02:31 +02:00
Volker Fischer
b11b4024fe merge fixes 2020-06-05 13:10:59 +02:00
daryl
c38cf1c825 update 2020-06-04 15:31:19 +02:00
daryl
bd75c353cf update 2020-06-04 13:33:50 +02:00
Volker Fischer
a49cb6408c bug fix: honour own fader and Mute button in Mute Myself (#148) 2020-05-26 20:45:10 +02:00
Volker Fischer
f6e5120095 New Client Level now also applies if you enter a server 2020-05-26 17:28:44 +02:00
Volker Fischer
b5b74a3fa0 bug fix with the initial connect dialog initialization when Jamulus is started up and the dialog was open previously 2020-05-25 21:07:25 +02:00
Volker Fischer
7324a29031 in mono mode we should not show the Pan controls 2020-05-22 20:26:04 +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
642f2f06ef
Update clientdlg.cpp 2020-05-21 15:11:04 +02:00
Volker Fischer
4b8c7de166 WIP: backup checkin of new feature "show mute state of others" 2020-05-21 11:47:39 +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
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
Tarmo Johannes
2f200f5b12 Merge remote-tracking branch 'upstream/master' into panning 2020-05-16 20:39:16 +03:00
Tarmo Johannes
31c3f5567d Implemented storing pan values. 2020-05-16 20:11:54 +03:00
Volker Fischer
8788936414 duplicate Central Server type dropdown to Connection Setup (#157) 2020-05-16 17:35:38 +02:00
Volker Fischer
6977a17156 some central server address clean up 2020-05-16 11:24:50 +02:00
Tarmo Johannes
49245e6118 Merge branch 'master' into panning 2020-05-13 15:28:23 +03:00
Volker Fischer
34cccac29f bug fix: better handling of disconnect message in the client 2020-05-12 18:12:45 +02:00
Volker Fischer
82ec4822d4 fixed a typo 2020-05-10 22:55:47 +02:00
Volker Fischer
5b4921acc7 some more removing html code from translation strings 2020-05-06 21:40:39 +02:00
Volker Fischer
d7c5d98451 some more removing html code from translation strings 2020-05-06 21:33:39 +02:00
Volker Fischer
8c9f50fb1a some more removing html code from translation strings 2020-05-06 21:29:51 +02:00
Volker Fischer
d3412044fe some more removing html code from translation strings 2020-05-06 21:27:04 +02:00
Volker Fischer
8608c6b673 some more removing html code from translation strings 2020-05-06 21:22:24 +02:00
Volker Fischer
b8c1a00c1f some more removing html code from translation strings 2020-05-06 21:09:34 +02:00
Volker Fischer
fcc3779528 Input Level Meter: remove html from translation 2020-05-06 20:50:32 +02:00
Volker Fischer
61f36c1723 added tr() for some strings in the code, added spanish translation file 2020-05-06 19:33:27 +02:00
Volker Fischer
51e1edfad5 link to docs from application Help menu (Ticket #90) 2020-05-02 08:24:01 +02:00
Volker Fischer
bac89e358a merge fixes 2020-04-30 22:03:01 +02:00
newlaurent62
0d517654d6 Set the clientdlg window title and jack client name 2020-04-30 20:48:48 +02:00
Tarmo Johannes
764ed82ccb Implemented panning for channels. 2020-04-26 01:55:28 +03:00
Volker Fischer
471d1df835 add support for level meter bars for normal skin (fancy skin still uses LEDs) 2020-04-22 21:19:55 +02:00
Volker Fischer
a4350f4f17 store Show All Musicians setting in the ini-file 2020-04-19 10:04:19 +02:00
mirabilos
1204109bdf
fix spelling
detected by Debian’s static analyser tool lintian
2020-04-19 03:25:21 +02:00
Volker Fischer
f6123abaed make the ping times reported in the server list more stable 2020-04-16 22:22:53 +02:00
Volker Fischer
ad3e4e0587 support Mute button for own audio #75 2020-04-16 17:54:45 +02:00
Volker Fischer
f6ea80ca81 fixes Text colour contrast fails accessibility guidelines #65 2020-04-13 15:35:48 +02:00
Volker Fischer
5d63aa590f bug fix: the welcome message may appear twice if a list item of the server list was double clicked 2020-04-13 07:46:28 +02:00
Volker Fischer
a98e98f2a9 refresh the server list if Central Server type is changed 2020-04-12 12:33:50 +02:00
Volker Fischer
82f5ad18f4 added support for Central Server (North America) (Ticket #50), small bug fix for the Mac audio interface 2020-04-11 14:27:50 +02:00
Volker Fischer
1d4342bb7c move country flag function in new class CLocale 2020-04-11 10:31:26 +02:00
Volker Fischer
e7bb2ad1c6 fix audio issue with licence dialog 2020-04-08 14:48:33 +02:00
Peter L Jones
30c4e006b6 Add client-side handling for channel levels 2020-04-06 18:58:50 +01:00
Peter L Jones
36e54f4da7 Add a preference for the Channel Levels 2020-04-06 18:58:50 +01:00
Peter L Jones
70480cd626 Expose and rename CMultiColorLEDBar defines 2020-04-06 18:54:56 +01:00
Daniel Masato
83fb9d47b5 Store mute settings for faders.
Also increase stored fader settings capacity to 200, since up to 50 clients are now supported.
2020-04-04 21:27:35 +01:00