Commit Graph

1577 Commits

Author SHA1 Message Date
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
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
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
ignotus
60ea31f187
Spanish translation update 2020-05-21 08:16:08 +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
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
ignotus
df52fc80e0
Correction 2020-05-18 10:26:39 +02:00
ignotus
38fcf96ec9
Spanish translation update 2020-05-18 10:12:22 +02:00
Olivier Humbert
27602468b9
French translation update 2020-05-17 23:22:07 +02:00
Olivier Humbert
33d6b9db68
French translation update 2020-05-17 19:34:04 +02:00
Volker Fischer
da9e8e61d8 update contributers list and changelog 2020-05-17 18:27:29 +02:00
Volker Fischer
ce7fd592bc
Merge pull request #145 from tarmoj/panning
Implemented panning for channels.
2020-05-17 18:15:48 +02:00
Volker Fischer
641eaec426 added vocal bass/tenor/alto/soprano instrument icons created by Alberstein8 (Ticket #131) 2020-05-17 18:12:03 +02:00
Volker Fischer
1cfcbe09fc adjust URL for rock/jazz central servers 2020-05-17 18:02:56 +02:00
Tarmo Johannes
f1eb713a17 Merge remote-tracking branch 'upstream/master' into panning 2020-05-17 15:53:43 +03:00
Tarmo Johannes
f2cd5348b0 Cahanges according to pull request comments. 2020-05-17 15:51:01 +03:00
Volker Fischer
75b8a05257 introduce genre-based server lists (Ticket #139), adjust some values in global.h to adjust to heavier usage of Jamulus 2020-05-17 11:00:56 +02:00
Jonathan
107ae24c0d
Change link
To avoid confusion
2020-05-17 08:58:26 +01: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
Tarmo Johannes
fa85d3d5a7 Description to protocal; made pan connections similar to gain. 2020-05-16 19:18:58 +03:00
Olivier Humbert
bcb904d4b4
Update French translation 2020-05-16 17:47:05 +02:00
Volker Fischer
8788936414 duplicate Central Server type dropdown to Connection Setup (#157) 2020-05-16 17:35:38 +02:00
Volker Fischer
65f5c8f8b8 added "personal mix at server: " according to #187 2020-05-16 11:44:00 +02:00
Volker Fischer
fc2b7a76e2 changed function name to make it clearer what the function does 2020-05-16 11:28:05 +02:00
Volker Fischer
6977a17156 some central server address clean up 2020-05-16 11:24:50 +02:00
ignotus
b437f9422f
Add files via upload 2020-05-16 10:50:07 +02:00
Volker Fischer
ab31fc476f small merge changes 2020-05-16 09:24:46 +02:00
Volker Fischer
e529baeb94
Merge pull request #229 from pljones/feature/170-allow-triggered-recording-cuts
Feature/170 allow triggered recording cuts
2020-05-16 09:20:47 +02:00
Volker Fischer
883b314ef4
Merge pull request #232 from jerogee/fix/dutch-translation
Fix to Dutch translation
2020-05-16 08:32:14 +02:00
jerogee
b60d7739c4 Minor changes to labels 2020-05-16 01:08:17 +02:00
jerogee
4c0aaacd1e Hotfix Dutch translation in #219 2020-05-16 00:47:56 +02:00
Snayler
9b2b47ff1a
Update Portuguese Translation 2020-05-15 23:34:12 +01:00
Peter L Jones
4bf5176e6a Request new recording on SIGUSR1 2020-05-15 21:52:33 +01:00
Olivier Humbert
35e5ec7518
same typo fix in the PT translation file 2020-05-15 21:57:21 +02:00
Olivier Humbert
76a82e1500
same typo fix in the NL translation file 2020-05-15 21:56:53 +02:00
Olivier Humbert
740766145b
same typo fix in the FR translation file 2020-05-15 21:56:13 +02:00
Olivier Humbert
829a3eae39
same typo fix in the ES translation file 2020-05-15 21:55:56 +02:00
Olivier Humbert
4337146ad1
same typo fix in the DE translation file 2020-05-15 21:55:41 +02:00
Olivier Humbert
e9c9573385
Typo fix 2020-05-15 21:52:20 +02:00
Volker Fischer
bf6da6891d fixed issue with global text translation (#77) 2020-05-15 21:34:16 +02:00
Peter L Jones
376ce88f76 Recorder support for session cut 2020-05-15 20:05:20 +01:00
Peter L Jones
d5c754b580 Expanded signal handling 2020-05-15 20:05:04 +01:00
Volker Fischer
d9008d1541 get rid of LLCON 2020-05-15 21:00:41 +02:00
Volker Fischer
20d6f8d2d4 update translations 2020-05-15 20:47:56 +02:00
Volker Fischer
0928fe4e9f
Merge pull request #226 from trebmuh/patch-1
Update French translation
2020-05-15 20:03:11 +02:00
Olivier Humbert
62bcbefaf9
Update French translation 2020-05-15 19:14:05 +02:00
ignotus
042e8a8e16
Add files via upload 2020-05-15 18:31:51 +02:00
ignotus
a2cbebe22b
Spanish translation update 2020-05-15 17:53:16 +02:00
Volker Fischer
d1a3dd9c22 merge fixes 2020-05-15 15:55:40 +02:00
Jean Pierre Cimalando
dc2bd63d3a Translation of qt messages 2020-05-15 00:12:00 +02:00
Volker Fischer
0f9dfd73b8 added missing enum in protocol definition 2020-05-14 22:27:58 +02:00
Volker Fischer
ea04c932f2 merge fixes, updates 2020-05-14 22:19:32 +02:00
Geerzen, Jeroen (ELS-AMS)
eb3e507a1e Added Dutch translation 2020-05-14 21:40:01 +02:00
Volker Fischer
53d16462c4 remove compatibility to Qt4 2020-05-14 21:12:06 +02:00
Volker Fischer
d1146bb722 small translation fixes for German language 2020-05-13 22:10:41 +02:00
Volker Fischer
3ede779ca7 fixes for the German translation 2020-05-13 21:52:52 +02:00
Tarmo Johannes
49245e6118 Merge branch 'master' into panning 2020-05-13 15:28:23 +03:00
Olivier Humbert
6fed4863d8
French translation update 2020-05-12 23:31:26 +02:00
Tarmo Johannes
d68ccf40b7 small corrections 2020-05-13 00:11:06 +03:00
Volker Fischer
599306156d new command line option -d to disconnect all clients on shutdown of the server (Ticket #161) 2020-05-12 22:40:59 +02:00
Volker Fischer
34cccac29f bug fix: better handling of disconnect message in the client 2020-05-12 18:12:45 +02:00
Volker Fischer
5806093878
Merge pull request #195 from pljones/feature/130-signal-handling
Handle server application closure more cleanly
2020-05-12 16:47:45 +02:00
Volker Fischer
c80d62e45e Update contributor name (#189) 2020-05-12 16:42:53 +02:00
Olivier Humbert
7bfaa0bd73
Fix the same typo in the PT translation 2020-05-12 13:59:20 +02:00
Olivier Humbert
507a343e1e
Fix the same typo in the FR translation 2020-05-12 13:58:48 +02:00
Olivier Humbert
2549fa698a
Fix the same typo in the ES translation 2020-05-12 13:58:13 +02:00
Olivier Humbert
66176b41e9
Fix the same typo in the DE translation 2020-05-12 13:57:37 +02:00
Olivier Humbert
845948116e
Fix a typo in the source 2020-05-12 13:56:31 +02:00
Olivier Humbert
60ab9b4584
Translation fixes 2020-05-12 13:54:47 +02:00
ignotus
f1cb8e41f4
Add files via upload 2020-05-12 10:21:58 +02:00
ignotus
29fddfb771
Update translation_pt_PT.ts 2020-05-12 10:21:23 +02:00
ignotus
d928f66ef5
Update translation_fr_FR.ts 2020-05-12 10:20:57 +02:00