Volker Fischer
003eebe676
Merge pull request #247 from seb314/submit/install_path_option
...
optional INSTALL_PATH qmake flag (on unix)
2020-05-21 21:39:36 +02:00
Volker Fischer
b959730d08
small merge fixes, fix a compiler warning
2020-05-21 21:35:35 +02:00
Volker Fischer
fefd63f271
Merge pull request #259 from pljones/feature/70-exit-client-cleanly-on-signal
...
#70 Exit client cleanly on signal
2020-05-21 21:27:29 +02:00
Volker Fischer
a7770e27ae
small bug fix with info label hiding
2020-05-21 21:24:37 +02:00
Volker Fischer
be04c665ff
bug fix: "added an indicator that another client has muted me" does not work as expected
2020-05-21 21:01:01 +02:00
Volker Fischer
7a7cfe53fe
move indicator label next to pan label to save some vertical space
2020-05-21 20:27:01 +02:00
Peter L Jones
8d7d5225c4
#70 Exit client cleanly on signal
2020-05-21 18:52:48 +01:00
Volker Fischer
3427c9d260
update translation files
2020-05-21 18:36:17 +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
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
0a9e188c96
Update sound.cpp
2020-05-21 15:26:23 +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
1e364e105c
Merge pull request #11 from corrados/master
...
update
2020-05-21 14:53:05 +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
Volker Fischer
017796919c
fixes issues in the .pro file
2020-05-21 09:52:01 +02:00
Volker Fischer
91cdcfa6ab
lrelease seems not to work as expected -> remove it for now
2020-05-21 09:39:02 +02:00
Volker Fischer
ed4a8ea8fd
Merge pull request #253 from ignotus666/master
...
Spanish translation update
2020-05-21 08:39:30 +02:00
ignotus
60ea31f187
Spanish translation update
2020-05-21 08:16:08 +02:00
ignotus
c6395d0789
Merge pull request #10 from corrados/master
...
update
2020-05-21 08:09:03 +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
seb314
660e07ef6c
use jtojnar's suggestion, add default install target with PREFIX/BINDIR
2020-05-20 21:42:07 +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
49b43c04bb
update
2020-05-19 21:08:18 +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
seb314
278925edb7
optional INSTALL_PATH qmake flag (on unix)
...
I packaged Jamulus for nix/nixos and it would
be neat if there was an option to specify a
path at which to install the binary. I'm not
really familiar with qmake -- is this a good
way to achieve this?
(nixpkgs pull request: https://github.com/NixOS/nixpkgs/pull/87914 )
2020-05-19 00:53:09 +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