Commit Graph

2054 Commits

Author SHA1 Message Date
Volker Fischer
91d99fbd81 allow more max. number of clients to be connected to the server since with the new multithreaded implementation the capacity of the server should increase 2020-08-05 18:11:28 +02:00
Volker Fischer
058fb0d794 code clean up, some re-ordering of code 2020-08-04 21:02:10 +02:00
Volker Fischer
30c8f462c3 add multithreading CONFIG parameter and use thread synchronization 2020-08-04 16:43:32 +02:00
Volker Fischer
0d5ce4b62b backup checking, compiles but not tested -> quick hack test 2020-08-03 22:36:47 +02:00
Volker Fischer
e72d1508ee some re-ordering 2020-08-03 19:52:47 +02:00
Volker Fischer
c22792495f rename a variable 2020-08-02 21:09:31 +02:00
Volker Fischer
2888af4974 small fix 2020-08-02 20:34:34 +02:00
Volker Fischer
3e21776fa5 fix compilation errors 2020-08-02 19:47:45 +02:00
Volker Fischer
ed38efa2c4 backup checkin -> does not compile 2020-08-02 13:19:05 +02:00
Volker Fischer
ac0eb73bc6 some small re-ordering of code in the server 2020-08-02 11:23:21 +02:00
Volker Fischer
73ad939352 remove the "multithreading" qmake CONFIG parameter since OMP does not work for the Jamulus server because of too much threading overhead 2020-08-02 11:07:46 +02:00
Volker Fischer
f554303ce7 update 2020-08-01 08:39:38 +02:00
dzpex
f81cad14a1 Update IT translation 2020-08-01 08:35:03 +02:00
Volker Fischer
df0ec35d05 added more mutex in the server (may fix #480) 2020-07-31 19:21:31 +02:00
Volker Fischer
e5174ef461 support MIDI control faders in headless build (#483) 2020-07-31 16:32:04 +02:00
Volker Fischer
fefb5ade36 added Alt-h shortcut 2020-07-31 14:54:30 +02:00
Volker Fischer
187041b933 added Alt-s shortcut 2020-07-31 14:51:34 +02:00
Volker Fischer
7b84e2e158 Fixed Alt-m for mute for all translations 2020-07-31 14:42:59 +02:00
Volker Fischer
d4906b22b6 update German translation 2020-07-25 06:51:21 +02:00
Volker Fischer
801f98aec6 update translations 2020-07-24 14:20:42 +02:00
Volker Fischer
ec378919d6 add support for keyboard shortcut "Alt-m" to enable Mute Myself 2020-07-24 14:06:29 +02:00
Volker Fischer
9c5a77940f improve server audio mix processing for better clipping behavior 2020-07-23 17:31:21 +02:00
Volker Fischer
1fd3cc977f bug fix: --showallservers ping column sort is alphabetic (#201) 2020-07-22 18:07:37 +02:00
Volker Fischer
edc6e63d2c always use non-bold font for slim faders 2020-07-21 18:38:38 +02:00
Volker Fischer
b129376d4f increase minimum height of channel tag for compact mode 2020-07-21 18:24:44 +02:00
Volker Fischer
9b32d295a4 do not use smaller font for compact view but use non-bold font instead 2020-07-21 17:09:38 +02:00
Volker Fischer
e832ac09bb improve compact skin by using smaller font size if the name is too long 2020-07-20 19:26:05 +02:00
Volker Fischer
63ebc28a18 if network name/address contains spaces, they are removed now, coded by dingodoppelt (#462) 2020-07-20 15:44:00 +02:00
dingodoppelt
ba14dbcd98 remove spaces from network address given as argument to --connect 2020-07-20 01:06:41 +02:00
Volker Fischer
94055a817b
Merge pull request #469 from dingodoppelt/remove_spaces
connect dialog: remove spaces from the parsed string in the the "Serv…
2020-07-19 19:32:08 +02:00
Volker Fischer
4f256bef70 do not change the server list order if the mouse is over the table to avoid selecting an incorrect server on a mouse double click (#293) 2020-07-19 19:24:58 +02:00
dingodoppelt
a0dce8e140 connect dialog: remove spaces from the parsed string in the the "Servername/Address" combo box 2020-07-19 18:36:44 +02:00
Olivier Humbert
bf0591579e
French translation update 2020-07-19 14:40:02 +02:00
Jonathan
36d5ebafa3
Update for max occupants and "#" filter 2020-07-19 10:34:06 +01:00
Miguel de Matos
4b6619e350
Update pt_PT 2020-07-18 16:58:26 +01:00
Volker Fischer
797b442dad small fix in German translation 2020-07-18 10:56:15 +02:00
Volker Fischer
4707501060 log the number of connected clients on each new connection (#277) 2020-07-18 08:56:52 +02:00
Volker Fischer
7181546359 update 2020-07-18 08:31:54 +02:00
Melcon Moraes
7942558431 Update translation_pt_BR.ts 2020-07-18 02:46:10 -03:00
Melcon Moraes
5d3dd9be0c Merge remote-tracking branch 'upstream/master' 2020-07-18 02:44:10 -03:00
Volker Fischer
a9d85301ad update translations 2020-07-17 22:58:58 +02:00
ignotus
6d32779b42
Merge pull request #2 from corrados/master
add the names of the instrument icon creators to the contributors lis…
2020-07-17 22:42:46 +02:00
Volker Fischer
aabe93a074 add the names of the instrument icon creators to the contributors list in the about dialog 2020-07-17 18:29:11 +02:00
ignotus666
9261895b2e Update Spanish translation 2020-07-16 21:55:25 +02:00
Volker Fischer
64494a3e67 fix translation: type="unfinished" was missing 2020-07-16 18:54:10 +02:00
Volker Fischer
6a5e1ba173 update translations 2020-07-16 18:50:44 +02:00
ignotus666
2ec02df04e Updated Spanish translation 2020-07-16 15:43:58 +02:00
Volker Fischer
6409bf1837 move the Mute Myself button up to prevent accidentally disconnecting 2020-07-15 22:25:30 +02:00
Melcon Moraes
289e249ac4 Merge remote-tracking branch 'upstream/master' 2020-07-14 19:56:56 -03:00
Volker Fischer
0521b53e9c update translations 2020-07-14 18:51:04 +02:00