Commit Graph

1922 Commits

Author SHA1 Message Date
Volker Fischer
a73518c9c9 assign colors to the groups 2020-07-04 12:07:51 +02:00
Volker Fischer
68389457bf support sorting by group ID 2020-07-04 11:52:09 +02:00
Volker Fischer
dc577891b4 fixed issue with group checkbox and different skins 2020-07-04 10:46:31 +02:00
Volker Fischer
dab63cda23 initial multi-group support, still some work to do (e.g. the skin change does not work) 2020-07-04 09:45:46 +02:00
Volker Fischer
9af0ae13e9 add special server list filter for filtering occupied servers by using "#" (#397) 2020-07-04 08:24:35 +02:00
Peter L Jones
3b93e67f93 Changes for recorder status and whatsthis 2020-07-02 20:08:53 +01:00
Peter L Jones
eef2973ae0 Save the source 2020-07-02 20:07:40 +01:00
Volker Fischer
c2d98c865e fix: if group, set one fader to 0, set mute, move fader up, unmute -> no grouping anymore 2020-07-02 18:38:26 +02:00
Volker Fischer
4afe5ffc1c merge fix 2020-07-02 18:24:15 +02:00
Volker Fischer
578d3c005d
Merge pull request #415 from geheimerEichkater/graphic
Updated icons
2020-07-02 18:22:08 +02:00
geheimerEichkater
3c8137cdf8 Updated graphics
overlooked icon, aswell as bannersmall for homepage with full logo
2020-07-02 17:58:35 +02:00
Volker Fischer
45eef32b7c bug fix with the fader grouping: if you move one fader quickly to the top and another max out, it happened that the other fader was not exactly on max but a bit below 2020-07-02 17:55:59 +02:00
Volker Fischer
f22762d7ef support storing group state 2020-07-02 17:04:05 +02:00
Martyna27
2ba93e2d13 List of translators updated 2020-07-02 14:42:49 +02:00
Martyna27
5463cec238 Partial update 2020-07-02 13:00:16 +02:00
Volker Fischer
07594d7729 some code improvements 2020-07-01 21:52:17 +02:00
Volker Fischer
afe3a77da6 put the front icon in the main window more centered above the LEDs 2020-07-01 19:53:25 +02:00
Volker Fischer
3b20453f0e added a comment 2020-07-01 15:22:51 +02:00
Volker Fischer
695f205848 fix when grouping faders and one fader is on max -> retain ratio if the faders are moved down again 2020-07-01 15:20:28 +02:00
Volker Fischer
eaf9a1ad0e bug fix: grouping faders in the client should be proportional (see discussion in #202) 2020-06-30 21:37:36 +02:00
geheimerEichkater
b70bcfc474 Updated icons
Start of roll out of new design
2020-06-30 21:00:02 +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
044e4f3dba fix typo 2020-06-30 07:03:27 +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
a192acacf9 better default settings file name handling 2020-06-29 19:16:36 +02:00
Volker Fischer
31bae6836e remove vertical LEDs since they are not used 2020-06-28 20:51:07 +02:00
Volker Fischer
8b6537c509 remove mainicon.png since it is not used anymore 2020-06-28 20:46:34 +02:00
Jonathan
e42fea7586
Delete chat.jpg
Not used
2020-06-28 14:55:19 +01:00
Jonathan
9ac17acd01
Updated for 3.5.7 2020-06-28 14:54:45 +01:00
Volker Fischer
7d10fb13cd update 2020-06-28 15:10:26 +02:00
Volker Fischer
b5230c3420 merge fixes 2020-06-28 15:03:23 +02:00
Volker Fischer
c94d450868
Merge pull request #391 from pljones/feature/228-refactor-jam-recorder
Feature/228 refactor jam recorder
2020-06-28 14:47:52 +02:00
Jonathan
dbef15d0e0
Updates for 3.5.7
Group switch, recording indicator.
2020-06-28 11:35:21 +01:00
Peter L Jones
d3059b608a Move the source 2020-06-28 08:48:48 +01:00
Peter L Jones
40b699e0a5 Save the source 2020-06-28 08:48:48 +01:00
Olivier Humbert
66f3fe3460
French translation update 2020-06-28 09:35:40 +02:00
Volker Fischer
b43d3258b6 update translation 2020-06-28 08:10:55 +02:00
jerogee
97bb92655e Update Dutch translation as part of #77 2020-06-28 01:59:35 +02:00
Miguel de Matos
c69051ae2f
Update PT_PT Translation 2020-06-27 18:18:31 +01:00
Volker Fischer
2cb4c28fa7 minor clean up 2020-06-27 15:00:44 +02:00
daryl
b432fe2faa Update Spanish translation 2020-06-26 21:37:09 +02:00
Volker Fischer
fee08daba6 update German translation 2020-06-26 20:57:10 +02:00
Volker Fischer
4547591f73 update and small fixes 2020-06-26 20:19:46 +02:00
Volker Fischer
57be89b6ed fixes that the new translation loading does not work on MacOS 2020-06-25 21:33:04 +02:00
Volker Fischer
70cfdfc94c use signal level meter class for meter calculation in the server (avoid doubling code), i.e., max calc and smoothing 2020-06-25 17:38:25 +02:00
Volker Fischer
938112d65d support clip indication for bar meter as well 2020-06-24 18:28:47 +02:00
Volker Fischer
d60b538ce6 some cleanup with the level meter signal processing 2020-06-24 17:54:35 +02:00
Volker Fischer
286465cb53 merge fixes 2020-06-24 17:26:36 +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
Stefan Weil
86de570dbd Add const attribute to CGenErr::GetErrorText
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-06-24 08:38:26 +02:00