Commit Graph

121 Commits

Author SHA1 Message Date
Volker Fischer
7038d87aa7 prevent [enter] from disconnecting you from a server (#515) 2020-08-12 17:13:18 +02:00
Volker Fischer
9077347845 merge fix: the original text should not be changed, otherwise all translation files would have to be changed 2020-08-12 17:01:37 +02:00
chigkim
0153582c22 Accessibility fix for connect/disconnect button to be less verbose. 2020-08-11 20:38:01 -04:00
Volker Fischer
43a5dd821e added a red message to indicate that Mute Myself is activated (#476) 2020-08-09 15:20:56 +02:00
Volker Fischer
a3c53afdcb option to set "Mute Myself" on with a command line argument (#495) 2020-08-07 16:59:46 +02:00
Volker Fischer
c0d63fd5e5 save and restore mixer state (like fader, mute, etc.) (#377) 2020-07-12 10:38:18 +02:00
Volker Fischer
d479c09307 moved one more settings in the settings class 2020-07-04 20:23:00 +02:00
Volker Fischer
9fe9c4c261 moved some settings from client class in the settings class 2020-07-04 19:55:04 +02:00
Volker Fischer
68389457bf support sorting by group ID 2020-07-04 11:52:09 +02:00
Volker Fischer
f22762d7ef support storing group state 2020-07-02 17:04:05 +02:00
Stefan Weil
3e3fe44a7f Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-06-30 12:59:53 +02:00
Volker Fischer
059d9ef203 new settings classes for client and server, derived from a common base class 2020-06-29 20:43:41 +02:00
Volker Fischer
d60b538ce6 some cleanup with the level meter signal processing 2020-06-24 17:54:35 +02:00
Stefan Weil
172593f7b9 Catch a CGenErr by const reference rather than by value
This fixes alerts from LGTM.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-06-24 08:39:59 +02:00
Volker Fischer
b27a88d6ba some renamings 2020-06-21 22:39:15 +02:00
Volker Fischer
50ce30f236 CMultiColorLEDBar -> CLevelMeter 2020-06-21 20:09:13 +02:00
Peter L Jones
3f4125fe9d Client side changes for recorder state 2020-06-15 19:58:48 +01:00
Alberstein8
0aea018a61 Addded sort by instrument 2020-06-13 01:14:43 +02:00
Volker Fischer
cd9a939697 revert "remove some more SLOT()" commit since Travis is not happy about the change (older Qt5 version) 2020-06-11 10:48:44 +02:00
Volker Fischer
eeeaafdcf5 remove some more SLOT() 2020-06-11 09:48:03 +02:00
Volker Fischer
44e883900b fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
Volker Fischer
dccfeb88c6 "Sort Channels by Name" -> "Sort Channel Users by Name" 2020-06-08 21:12:33 +02:00
Volker Fischer
8d8b52ae06 support sorting faders by channel name (#178) 2020-06-08 17:34:45 +02:00
Volker Fischer
0e2185ae01 using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO) 2020-06-06 17:19:25 +02:00
Volker Fischer
33073658c6 show channel numbers if --ctrlmidich is used (#241, #95) 2020-06-06 15:51:54 +02:00
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