Commit Graph

2738 Commits

Author SHA1 Message Date
Volker Fischer
3060ad7595
Merge pull request #387 from dzpex/master
Update IT Translation
2020-06-21 17:38:01 +02:00
Volker Fischer
a3c5d88dfd
Merge pull request #386 from atsampson/valgrind1
Fix some more Valgrind warnings
2020-06-21 17:37:22 +02:00
Volker Fischer
626e01576d
Merge pull request #385 from trebmuh/patch-1
French translation update for 3.5.7
2020-06-21 17:34:35 +02:00
dzpex
21042831d5
Update IT Translation 2020-06-21 15:42:02 +02:00
dzpex
97d984234e
Update IT Translation 2020-06-21 15:39:56 +02:00
dzpex
a8555e9cd1
Update IT translation 2020-06-21 15:37:21 +02:00
Adam Sampson
0342576d8e Always initialise CServer::bRecorderInitialised.
Previously it was only set in the constructor if recording was enabled,
which resulted in uninitialised reads in CServerDlg.
2020-06-21 14:29:32 +01:00
Adam Sampson
773e274098 Initialise CServerDlg::bSystemTrayIconAvaialbe earlier.
The call to setupUi ends up changing the window title, which invokes
changeEvent; this avoids an uninitialised read there.
2020-06-21 14:29:32 +01:00
Adam Sampson
7ee8f6264a Clean up custom Opus objects in ~CClient/~CServer.
This avoids a harmless memory leak for each.
2020-06-21 14:29:32 +01:00
Adam Sampson
075933ef4c Delete faders when destroying CAudioMixerBoard.
This avoids a harmless memory leak.
2020-06-21 14:29:32 +01:00
Adam Sampson
b7ef20b222 Initialise CMultiColorLED::eColorFlag earlier.
This avoids an uninitialised read when Reset() is called.
2020-06-21 14:29:32 +01:00
Olivier Humbert
f903dbea31
Fix a typo in the French translation 2020-06-21 15:29:25 +02:00
Olivier Humbert
25baa437a2
Fixes the "apos" in the French translation 2020-06-21 15:28:08 +02:00
Olivier Humbert
c4e8822b11
French translation update 2020-06-21 15:26:29 +02:00
Volker Fischer
6cac92f1b0 Add send button to chat window #384 2020-06-21 14:45:11 +02:00
Volker Fischer
0111f04c69 update German translation 2020-06-21 12:23:32 +02:00
Volker Fischer
dfb59bf8c6 update translations 2020-06-21 12:02:25 +02:00
Volker Fischer
7d1f4ece07 New Features Translated - IT #371 2020-06-21 12:01:25 +02:00
Volker Fischer
e3593cde00 added placeholder text for chat message (see #384) 2020-06-21 10:23:17 +02:00
Volker Fischer
e9aef3474c added some more info regarding the OMP implementation 2020-06-21 07:52:59 +02:00
Volker Fischer
e705dfaed9 Merge branch 'master' of github.com:corrados/jamulus 2020-06-21 07:23:37 +02:00
Volker Fischer
cea6b6d5a9 merge fix 2020-06-21 07:23:28 +02:00
Volker Fischer
b2674dd236
Merge pull request #383 from AronVietti/335-OSX_Minimized_Bug
Fixed a bug that made the Server window stop updating
2020-06-21 07:21:09 +02:00
Volker Fischer
5d6fab183e merge fixes 2020-06-21 07:16:37 +02:00
Volker Fischer
f8768020d6
Merge pull request #382 from atsampson/uninit0
Fix two uninitialised reads
2020-06-21 07:03:39 +02:00
Volker Fischer
1b3e49f990
Merge pull request #380 from atsampson/escapechat
HTML-escape chat messages at the server
2020-06-21 06:58:54 +02:00
AronVietti
6ab24e09a0 Fixed a bug that made the Server window stop updating
Minimizing the Server Window on OSX stopped it from ever being
refreshed. Added a line to call show() when a changeEvent is
recieved and the window is not minimized.
2020-06-20 14:42:07 -07:00
Adam Sampson
a6206e664d HTML-escape channel names at the server. 2020-06-20 21:32:01 +01:00
Volker Fischer
4ebcaab5d7 added a comment 2020-06-20 22:11:03 +02:00
Volker Fischer
a9bc36c98d update help text 2020-06-20 22:02:46 +02:00
Volker Fischer
c19b09c845 vertical space between check boxes should be smaller since we now have three check boxes 2020-06-20 21:55:33 +02:00
Adam Sampson
e242892ff2 Always initialise sa.sa_flags to 0. 2020-06-20 20:47:47 +01:00
Volker Fischer
f25a20444b
Merge pull request #381 from atsampson/escapestatus
Escape server and user names in the status HTML
2020-06-20 21:29:15 +02:00
Volker Fischer
2289c98f2b Merge branch 'master' of https://github.com/corrados/jamulus 2020-06-20 20:20:55 +01:00
Volker Fischer
02d4dae368 make use of new headless qmake configuration parameter to speed up compilation on the raspberry pi 2020-06-20 20:20:32 +01:00
Volker Fischer
beea70ca01 adjust minimum height of faders (dependent on style), startup height of main windows should be higher now 2020-06-20 21:11:31 +02:00
Volker Fischer
7f9518bceb fixed issue with fader group and mute state, added comments, update 2020-06-20 21:05:27 +02:00
Volker Fischer
2c0b8a6119 fix of: when changing a large group of faders, the volume change is very very slow, also the feedback from server, it seems the protocol is overloaded totally 2020-06-20 20:29:43 +02:00
Volker Fischer
7f037f21e2 another merge fixes, still not working correctly 2020-06-20 19:49:58 +02:00
Volker Fischer
fc4816aec1 update a TODO 2020-06-20 19:31:08 +02:00
Volker Fischer
284e306cf9 fader shall not have the same value but only use the increment from the moved fader 2020-06-20 19:04:50 +02:00
Adam Sampson
413a995ad7 Initialise CChannel::iCurSockBufNumFrames.
This avoids a comparison with an uninitialised value when
SetSockBufNumFrames is called later in the constructor.
2020-06-20 17:53:34 +01:00
Volker Fischer
c926db8360 update 2020-06-20 17:59:07 +02:00
Volker Fischer
2bdc269d3f merge fixes (further fixes needed) 2020-06-20 17:51:03 +02:00
Volker Fischer
6de42e4d82 merge fixes (further fixes needed) 2020-06-20 17:44:34 +02:00
Adam Sampson
c9516f1962 Escape server and user names in the status HTML. 2020-06-20 16:43:18 +01:00
Volker Fischer
d6759e4d92
Merge pull request #379 from Alberstein8/master
New Select switch to change several faders like one
2020-06-20 17:31:10 +02:00
Volker Fischer
b7b39ba6f2 some fixes for headless mode 2020-06-20 17:26:52 +02:00
Alberstein8
25f10fcb6d Update audiomixerboard.cpp 2020-06-20 16:26:18 +02:00
Alberstein8
bd2cca5a2c New Select option to move faders at once
New Select switch. All selected channels can be modified in their faders levels at the same time. Useful if channels are organized by instruments, set same level to similar instruments or to raise level of one particular set
2020-06-20 16:20:27 +02:00