Volker Fischer
|
68a9fc7c7e
|
speed optimization with the channel levels in the server
|
2020-06-23 18:07:14 +02:00 |
|
Volker Fischer
|
f3eb0b3baa
|
added SRR_NOT_FULFILL_REQIREMENTS server registration status
|
2020-06-23 17:51:47 +02:00 |
|
Volker Fischer
|
600333a415
|
added comments
|
2020-06-23 17:28:19 +02:00 |
|
Volker Fischer
|
5f579d7b96
|
added new server registration result: SRR_VERSION_TOO_OLD
|
2020-06-23 17:22:01 +02:00 |
|
Volker Fischer
|
84d7887914
|
update
|
2020-06-23 16:55:08 +02:00 |
|
Volker Fischer
|
f756e79367
|
Merge pull request #394 from trebmuh/patch-1
Update jamulus.desktop.in
|
2020-06-23 07:35:15 +02:00 |
|
Olivier Humbert
|
73a4c190b4
|
Update jamulus.desktop.in
|
2020-06-22 22:56:18 +02:00 |
|
Volker Fischer
|
0681cca32f
|
Merge pull request #393 from Snayler/master
Update jamulus.desktop.in with Portuguese
|
2020-06-22 22:24:54 +02:00 |
|
Volker Fischer
|
7592962eda
|
clip LED must be reset after a server change
|
2020-06-22 22:18:34 +02:00 |
|
Miguel de Matos
|
3de094a5fb
|
Update jamulus.desktop.in
|
2020-06-22 20:00:58 +01:00 |
|
Volker Fischer
|
efc6464e8a
|
further bug fix with clip LED
|
2020-06-22 18:39:50 +02:00 |
|
Volker Fischer
|
992875e9ad
|
bug fix with the clip LED
|
2020-06-22 18:31:30 +02:00 |
|
Volker Fischer
|
96f6eff92b
|
update
|
2020-06-22 17:55:15 +02:00 |
|
Volker Fischer
|
202b239172
|
update
|
2020-06-22 17:53:36 +02:00 |
|
Volker Fischer
|
11fc36dbd6
|
update translations
|
2020-06-22 16:49:08 +02:00 |
|
Volker Fischer
|
c8e07d75f2
|
merge fixes
|
2020-06-22 16:47:54 +02:00 |
|
Volker Fischer
|
54433a59d1
|
Merge pull request #390 from melcon/feature_melcon_pt_BR
Add pt_BR translation
|
2020-06-22 16:42:11 +02:00 |
|
Volker Fischer
|
25bfa70eaf
|
support a clip LED, coded by fleutot (#220)
|
2020-06-22 16:38:44 +02:00 |
|
Melcon Moraes
|
ac164e3361
|
Add pt_BR translation
|
2020-06-21 21:47:30 -03:00 |
|
Volker Fischer
|
a3aa58dbe0
|
Merge branch 'master' of https://github.com/corrados/jamulus
|
2020-06-21 22:39:26 +02:00 |
|
Volker Fischer
|
b27a88d6ba
|
some renamings
|
2020-06-21 22:39:15 +02:00 |
|
Volker Fischer
|
e708a36aa0
|
Merge pull request #389 from ignotus666/master
Updated jamulus.desktop.in file to include Spanish translation
|
2020-06-21 22:38:16 +02:00 |
|
ignotus
|
b7734c11ea
|
Update jamulus.desktop.in
|
2020-06-21 22:34:48 +02:00 |
|
Volker Fischer
|
f6822d40cc
|
Merge pull request #388 from ignotus666/master
Update Spanish trans.
|
2020-06-21 22:04:11 +02:00 |
|
daryl
|
a3169a57a8
|
Update Spanish trans.
|
2020-06-21 22:01:02 +02:00 |
|
ignotus
|
d3213beb46
|
Merge pull request #5 from corrados/master
update
|
2020-06-21 21:54:40 +02:00 |
|
Volker Fischer
|
50ce30f236
|
CMultiColorLEDBar -> CLevelMeter
|
2020-06-21 20:09:13 +02:00 |
|
Volker Fischer
|
b082fde2e7
|
rename multicolorledbar -> levelmeter
|
2020-06-21 19:55:12 +02:00 |
|
Volker Fischer
|
c0e8292b6e
|
update translations
|
2020-06-21 17:43:14 +02:00 |
|
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 |
|