Commit Graph

2056 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Volker Fischer
70d2a0e069 added a TODO comment 2020-06-20 13:47:15 +02:00
Volker Fischer
2ce9b4907e added empty Swedish translation files 2020-06-20 12:45:41 +02:00
Volker Fischer
dbb0148a70 changed translation management so that not only the PC language setting is used but also the country 2020-06-20 12:40:47 +02:00
Volker Fischer
db7a7599b6 bug fixes for OMP implementation 2020-06-19 21:29:09 +02:00
Volker Fischer
34d89fae4f Merge branch 'master' of https://github.com/corrados/jamulus 2020-06-19 16:23:11 +02:00
Volker Fischer
3ac8a2de8d Merge commit '0c7866eda3266bd7cba8bc6af03d969b777e188d' 2020-06-19 16:21:13 +02:00
daryl
d5434400a0 Update Spanish tr 2020-06-18 22:12:47 +02:00
ignotus
98075d355a
Merge pull request #3 from corrados/master
update
2020-06-18 22:11:28 +02:00
Volker Fischer
d52779518e update German translation 2020-06-18 21:12:12 +02:00
Volker Fischer
ed71214452 small fix 2020-06-18 21:06:39 +02:00
Volker Fischer
86e70b7d78 initialize pt_BR with pt_PT 2020-06-18 21:02:17 +02:00
Volker Fischer
44977e6557 added pt_BR initial translation file, update all translation files 2020-06-18 21:00:27 +02:00
Volker Fischer
86ddedb306 fix compiler warnings 2020-06-18 19:22:21 +02:00
Volker Fischer
e73b198f92 the local pan middle position is no longer attenuated in Mono-in/Stereo-out mode (#353) 2020-06-18 19:16:31 +02:00
Volker Fischer
30d8181423 some more merge fixes 2020-06-17 19:34:51 +02:00
Volker Fischer
a2a489e6f0 merge fixes 2020-06-17 19:26:24 +02:00
Hector Martin
1651a8d065 Add a "headless" build type which does not depend on QtGui/QtWidgets 2020-06-18 00:29:56 +09:00
Volker Fischer
dc7a844f0b bug fix with recording state indicator 2020-06-16 16:58:45 +02:00
daryl
4841437d46 Spanish tr update 2020-06-16 12:54:30 +02:00
Volker Fischer
c5e4d75be0 move the channels tighter together in slim fader mode; adjust help text so that we have as little HTML as possible to simplify translation 2020-06-15 22:45:11 +02:00
Volker Fischer
8d3cdb7a4b merge fixes 2020-06-15 21:48:30 +02:00
Peter L Jones
3f4125fe9d Client side changes for recorder state 2020-06-15 19:58:48 +01:00
Volker Fischer
fa0ff9faae merge fixes and some other stuff 2020-06-15 17:29:17 +02:00
Peter L Jones
ed10faea6d Define and send recorder state 2020-06-14 22:03:14 +01:00
Volker Fischer
cf543eab7c merge fixes 2020-06-14 21:00:19 +02:00
Peter L Jones
c7080afd0f Define protocol message for server jam recorder state publishing 2020-06-14 19:42:36 +01:00
Volker Fischer
ac140ff8a2 use actual instrument name for sorting by instrument 2020-06-14 19:17:50 +02:00
Volker Fischer
e883a51db9 support for storing/recovering the server window positions (#357) 2020-06-14 08:49:58 +02:00
Volker Fischer
2285148cb8 Reference HTML file for welcome message #361 2020-06-13 18:15:52 +02:00
Volker Fischer
1e80a8659b update translation files 2020-06-13 17:43:41 +02:00
Volker Fischer
b56a2491fb
Merge pull request #359 from dzpex/master
New feature translated - IT
2020-06-13 17:42:36 +02:00
Volker Fischer
1c89e75900 merge fixes 2020-06-13 17:41:44 +02:00
Alberstein8
7c73b93b9f Clean some empty lines to match original code 2020-06-13 14:58:36 +02:00
Alberstein8
61f25b5644 Removed iReceivedInstrument decalration 2020-06-13 14:15:24 +02:00
Alberstein8
8de92ed5f7 Sort by instrument, new sortby function with parameter to set order
Sort by instrument added, using the same function for sorting by name or instrument
2020-06-13 14:07:09 +02:00
dzpex
0578e8177e
New feature translated 2020-06-13 13:46:57 +02:00
Alberstein8
3dbddc5568
Merge branch 'master' into master 2020-06-13 11:29:21 +02:00
Jonathan
16dc091b48
Update for sort order
Also a slight clarification
2020-06-13 08:58:20 +01:00
Volker Fischer
ff31b99dc3 added Genre label 2020-06-13 09:29:51 +02:00
Volker Fischer
14cf23a1d7 fix: Jamulus Server window too wide #357 2020-06-13 09:27:31 +02:00
Volker Fischer
b078bfd7b8 further preparation for #356 2020-06-13 08:51:05 +02:00
Volker Fischer
e4b01fa395 prepare for pull request: #356 2020-06-13 08:31:28 +02:00
Volker Fischer
e1b982c34c merge fixes 2020-06-13 08:20:03 +02:00
Volker Fischer
83c34d061c
Merge pull request #352 from pljones/351-improve-recorder-logging
Add recorder state to console
2020-06-13 08:16:21 +02:00
Alberstein8
0aea018a61 Addded sort by instrument 2020-06-13 01:14:43 +02:00
Volker Fischer
4c94633c1a clean up the reverberation and panning code in the client 2020-06-12 18:26:34 +02:00
Peter L Jones
fe338049b2 Add recorder state to console 2020-06-11 20:52:49 +01:00
Volker Fischer
0d77ccdcc4 under Mac the slim fader label must be a bit higher so that all have the same length 2020-06-11 19:58:51 +02:00
Volker Fischer
bfc438ba20 rename new skin to Compact 2020-06-11 18:43:32 +02:00
Volker Fischer
cf7a01d231 add new "slim channel" skin, intended for large ensembles (#339) 2020-06-11 16:42:50 +02:00
Volker Fischer
ea4a3134f8 fixed a typo 2020-06-11 12:28:28 +02:00
Volker Fischer
cf7d297663 fix for headless client operation when terminated via SIGNAL 2020-06-11 12:26:37 +02:00
Volker Fischer
cd9a939697 revert "remove some more SLOT()" commit since Travis is not happy about the change (older Qt5 version) 2020-06-11 10:48:44 +02:00
Volker Fischer
eeeaafdcf5 remove some more SLOT() 2020-06-11 09:48:03 +02:00
Volker Fischer
78d77e323d some cleanup 2020-06-11 08:35:10 +02:00
Olivier Humbert
532f424c59
French translation update 2020-06-10 21:14:59 +02:00
Volker Fischer
a3d242e177 try to fix outstanding licence text issues (#341) 2020-06-10 20:04:09 +02:00
Volker Fischer
55af62b348 r3_5_6 2020-06-09 18:45:30 +02:00
Volker Fischer
cc9e854dc6 merge fixes for translation 2020-06-09 17:49:16 +02:00
Volker Fischer
e7b291d906 improve the channel sorting algorithm (much cleaner code now) 2020-06-09 17:42:32 +02:00
daryl
07e17cb376 tiny correction 2020-06-09 10:55:52 +02:00
Volker Fischer
1c4fe003d9 fix for Copyright -> add a date (see #341) 2020-06-08 23:20:25 +02:00
Volker Fischer
9abb853fe1 fixed "*No copyright*" (see #341) 2020-06-08 23:02:43 +02:00
Volker Fischer
44e883900b fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
Volker Fischer
2aa8c8c0d5 update translations 2020-06-08 22:48:31 +02:00
Volker Fischer
5c18abd4c7
Merge branch 'master' into master 2020-06-08 22:45:48 +02:00
daryl
db05a4d88b Spanish tr update 2020-06-08 22:15:23 +02:00
Miguel de Matos
85e517c029
Update to Portuguese Translation 2020-06-08 21:04:13 +01:00
Volker Fischer
9c811782dc direct use of Q_UNUSED on OPUS calls does not suppress the warning under Linux -> go back to previous implementation 2020-06-08 22:02:16 +02:00
Volker Fischer
0c7866eda3 initial OMP processing tests 2020-06-08 21:47:36 +02:00
Volker Fischer
1880520f77 update German translation 2020-06-08 21:30:43 +02:00
Volker Fischer
dccfeb88c6 "Sort Channels by Name" -> "Sort Channel Users by Name" 2020-06-08 21:12:33 +02:00
Volker Fischer
c4866aff2f code cleanup 2020-06-08 17:40:59 +02:00
Volker Fischer
8d8b52ae06 support sorting faders by channel name (#178) 2020-06-08 17:34:45 +02:00
Volker Fischer
93ec45d9cc some small fixes 2020-06-07 13:08:06 +02:00
Volker Fischer
efc24ffdbe improvement: only send channel levels if they are different from the previous ones 2020-06-07 12:09:30 +02:00
Volker Fischer
6a896522f0 Qt4 -> Qt5 connection 2020-06-07 10:08:00 +02:00
Volker Fischer
af0f9510f8 resolve outstanding: using Qt5 connections instead of the old Qt4 ones 2020-06-07 09:01:52 +02:00
Volker Fischer
6f45cc5a00 small fix in German translation 2020-06-06 22:37:17 +02:00
Volker Fischer
9ae3a64110 update translation files 2020-06-06 22:35:03 +02:00
Volker Fischer
086d72c986 Merge branch 'master' of github.com:corrados/jamulus 2020-06-06 22:34:12 +02:00
Volker Fischer
16dcfa2b2a use darker black LEDs, see #222 2020-06-06 22:33:58 +02:00
ignotus
b20c1cb9e9
Merge pull request #10 from corrados/master
using Qt5 connections instead of the old Qt4 ones (just a subset conv…
2020-06-06 22:17:35 +02:00
daryl
ac25d26126 update 2020-06-06 22:16:15 +02:00
Volker Fischer
8edb3185b0 using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO) 2020-06-06 22:15:33 +02:00
ignotus
da9bc481c5
Merge pull request #9 from corrados/master
update
2020-06-06 22:13:06 +02:00
Volker Fischer
e4ddf24758
Merge pull request #326 from pljones/feature/315-audacity-lof
Feature/315 audacity lof
2020-06-06 17:20:14 +02:00
Volker Fischer
0e2185ae01 using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO) 2020-06-06 17:19:25 +02:00
Peter L Jones
552b3ba5f3 #315 Provide Audacity "list of file" for session 2020-06-06 16:05:32 +01:00
Volker Fischer
33073658c6 show channel numbers if --ctrlmidich is used (#241, #95) 2020-06-06 15:51:54 +02:00
Volker Fischer
ab92abfd63 update German translation 2020-06-06 13:51:06 +02:00
Volker Fischer
0bcb654ff7 some more work for German translation 2020-06-06 13:37:40 +02:00
Volker Fischer
09fe7d566c small updates 2020-06-06 11:02:31 +02:00
Volker Fischer
40cf36eb87 small fix 2020-06-06 10:24:22 +02:00
Jonathan
726d4c27a2
Added mute icon description 2020-06-05 22:01:36 +01:00
Jonathan
67a34bdff7
Add mute icon 2020-06-05 21:44:37 +01:00
Volker Fischer
81d000b773 merge fixes 2020-06-05 22:43:14 +02:00
Volker Fischer
a9dc06f167
Merge pull request #336 from Martyna27/master
Initial polish translation
2020-06-05 22:41:31 +02:00
Martyna27
2827b7689c Initial polish translation 2020-06-05 22:02:16 +02:00
ignotus
352389b8cb
Merge pull request #8 from corrados/master
additional fix for #316 -> do not send valid IP address from server
2020-06-05 21:50:48 +02:00
Volker Fischer
e7621af754 additional fix for #316 -> do not send valid IP address from server 2020-06-05 20:56:52 +02:00
ignotus
4c2d26efde
Merge pull request #7 from corrados/master
update
2020-06-05 14:35:14 +02:00
Volker Fischer
b1c97c2d36 avoid showing IP address if no name in the musician profile is given #316 2020-06-05 14:22:44 +02:00
daryl
ac0c26221b update 2020-06-05 13:44:36 +02:00
Volker Fischer
850883f3fc Merge branch 'master' of github.com:corrados/jamulus 2020-06-05 13:40:06 +02:00
Volker Fischer
cb48d6fb85 prepare for #316 2020-06-05 13:39:54 +02:00
ignotus
7b668d9a29
Update translation_es_ES.ts 2020-06-05 13:32:58 +02:00
ignotus
cea9212b6d
Merge pull request #5 from corrados/master
some fixes for the German translations
2020-06-05 13:31:44 +02:00
daryl
762991d13c Spanish tr update 2020-06-05 13:26:34 +02:00
Volker Fischer
781861cb3d some fixes for the German translations 2020-06-05 13:21:11 +02:00
Volker Fischer
b6cd0c16f4
Merge pull request #333 from ignotus666/master
corrections
2020-06-05 13:11:51 +02:00
Volker Fischer
b11b4024fe merge fixes 2020-06-05 13:10:59 +02:00
ignotus
724717312c
Update manual.md 2020-06-05 13:06:50 +02:00
ignotus
693dcf9962
Update clientdlg.cpp 2020-06-05 13:06:06 +02:00
ignotus
bab77e4695
Merge pull request #2 from corrados/master
update
2020-06-05 12:01:27 +02:00
Volker Fischer
7c7c0ad930 merge fixes 2020-06-05 11:19:04 +02:00
Volker Fischer
b3b52f74e0
Merge pull request #319 from dos1/ukulele
instruments: Add ukulele and bass ukulele
2020-06-05 11:05:28 +02:00
Volker Fischer
6b1737e74c permanent server is now a server which is on for 2 days (was changed to 3 days previously but 2 should be sufficient) 2020-06-05 11:03:24 +02:00
ignotus
b36097eba4
Added contributors back who got deleted for some reason 2020-06-04 22:52:02 +02:00
daryl
ffbe471427 corrections 2020-06-04 22:07:56 +02:00
ignotus
f1087591d1
Merge pull request #1 from corrados/master
update
2020-06-04 18:57:52 +02:00
daryl
94e75d66ec update Spanish translation 2020-06-04 18:56:37 +02:00
daryl
9e7dea91d8 updated help texts 2020-06-04 17:51:32 +02:00
ignotus
fbc2156283
Update connectdlg.cpp 2020-06-04 17:40:11 +02:00
daryl
4cf71c11a9 update 2020-06-04 17:35:14 +02:00
ignotus
706a92184e
Update clientsettingsdlg.cpp 2020-06-04 16:02:00 +02:00
ignotus
1923bf469e
Update clientsettingsdlg.cpp 2020-06-04 15:58:01 +02:00
ignotus
94b4ed854e
Update clientsettingsdlg.cpp 2020-06-04 15:48:53 +02:00
daryl
68cddb20ae update 2020-06-04 15:42:16 +02:00
daryl
c38cf1c825 update 2020-06-04 15:31:19 +02:00
Jonathan
be4d87409c
Corrections
Incorrect (and incomplete) description of "muted" icon behaviour.
2020-06-04 13:20:24 +01:00
daryl
3a01ede996 update 2020-06-04 13:36:14 +02:00
daryl
bd75c353cf update 2020-06-04 13:33:50 +02:00
ignotus
c68b943812
Update util.cpp 2020-06-04 12:28:28 +02:00
ignotus
7b7f65f4b3
Update util.cpp 2020-06-04 12:25:07 +02:00
ignotus
8fa4b8472b
Update util.cpp 2020-06-04 12:20:23 +02:00
daryl
e38e8d6f08 update 2020-06-04 11:53:04 +02:00
daryl
acadfd223d update 2020-06-04 11:49:53 +02:00
Alex Buckland
68ce14f533
Update small typo on manual.md 2020-06-04 00:50:40 +01:00
Sebastian Krzyszkowiak
a123498cbf
instruments: Add ukulele and bass ukulele
The icons are derived from an Openclipart image by qubodup:
https://openclipart.org/detail/214439/simple-ukulele-no-outline
2020-06-02 19:36:25 +02:00
Volker Fischer
cbdd93f36e merge fix 2020-06-01 22:28:47 +02:00
Gauthier Östervall
21d7ad291a Make level meter LED black when off 2020-06-01 21:27:56 +02:00
Volker Fischer
50ccb63163 merge fixes 2020-06-01 09:55:31 +02:00
Peter L Jones
39483b6197 Initialise sa_flags 2020-05-31 09:02:21 +01:00
Peter L Jones
d33612721e #228 Enable/Disable recording from command line 2020-05-30 18:04:55 +01:00
Volker Fischer
02b09d0b01
Merge pull request #311 from gilgongo/master
Typo fixes, some smaller images
2020-05-30 11:23:26 +02:00
Jonathan
015761514b
Smaller 2020-05-30 09:34:10 +01:00
Jonathan
4c839a1633
Bigger 2020-05-30 09:25:44 +01:00
Jonathan
c157e6f2d2
Bigger 2020-05-30 09:23:05 +01:00
Jonathan
4fd4a0567f
Delete connect.jpg 2020-05-30 09:20:37 +01:00
Jonathan
02f6a3a5ee
New version 2020-05-30 09:18:01 +01:00
Jonathan
3db113e8a7
Fix typos 2020-05-30 09:17:05 +01:00
Volker Fischer
2750dddf44 fixed: Example of config file on linux #310 2020-05-30 07:45:33 +02:00
Vincenzo Della Mea @ Medical Informatics & Telemedicine Lab, UNIUD
822294aca1
Update translation_it_IT.ts
Typos correction.
2020-05-29 09:03:16 +02:00
dzpex
7db3a8680a
Add files via upload 2020-05-28 23:49:31 +02:00
Volker Fischer
16187529ea merge fixes 2020-05-28 19:05:35 +02:00
Volker Fischer
e3865dacd0
Merge pull request #304 from AronVietti/Bug#23-AppNap
Fixes issue with AppNap causing stuttering/silence in background
2020-05-28 18:54:53 +02:00
Volker Fischer
c377156534 small merge fix 2020-05-28 16:35:56 +02:00
AronVietti
6ecada7f87 Fixes issue with AppNap causing stuttering/silence in background
Adds a mac only Activity class that controls the NSProccessInfo
Activity options. This exposes a C++ interface for the
Objective C calls and handles the Activity Id lifecycle. Currently
sets the Activity to background, latency critical, sleep disabled.

Added the Activity calls to main.cpp, starting it in the same
location that Windows priority is set, and ending it right before
the app exits.

Updated Jamulus.pro to add the new files and required lib.
2020-05-28 00:38:41 -07:00
Volker Fischer
43b709d6c2 update change log 2020-05-28 07:29:36 +02:00
Volker Fischer
b509400a80
Merge pull request #303 from atsampson/moretestbench
Update CTestbench for new protocol messages
2020-05-28 07:25:35 +02:00
Adam Sampson
a876b26503 Add recent message types to CTestbench.
The code that generated random messages hadn't been updated for the last
few types of messages.
2020-05-28 02:19:50 +01:00
Adam Sampson
1462ad50db Implement CLMessReadyForSending in CTestbench.
The class had code to generate connectionless messages, but it didn't
implement the signal to send them.
2020-05-28 02:19:50 +01:00
Adam Sampson
024ebb4728 Check the size of PROTMESSID_ACKN messages.
The Evaluate* functions that parse other types of messages all check the
message size before starting to read data, but the special code for
acknowledgements didn't do this, so an ACKN message on an existing
connection that had a valid checksum but no data would result in an
out-of-bounds read.

Found by fuzzing with afl-fuzz.
2020-05-28 02:01:20 +01:00
Jonathan
219b818ded
Add files via upload 2020-05-27 20:33:28 +01:00
Jonathan
7b31c07fa1
Update manual.md 2020-05-27 20:23:23 +01:00
Jonathan
441b3fb452
Add files via upload 2020-05-27 20:22:49 +01:00
Jonathan
1b62a8056c
Delete bufferdelaydependency.jpg 2020-05-27 20:22:39 +01:00
Jonathan
77eb08df7b
Add files via upload 2020-05-27 20:20:18 +01:00
Jonathan
d0bd6a2727
Delete bufferdelaywindows.jpg 2020-05-27 20:20:06 +01:00
Jonathan
8feb890f9a
Add files via upload 2020-05-27 20:17:21 +01:00
Jonathan
cf4d4be919
Delete soundcarddevicewindows.jpg 2020-05-27 20:17:06 +01:00
Jonathan
3be4ab2caa
Add files via upload 2020-05-27 20:15:20 +01:00
Jonathan
8afe195273
Delete audiofader.jpg 2020-05-27 20:15:09 +01:00
Jonathan
aee28beb12
Add files via upload 2020-05-27 20:13:55 +01:00
Jonathan
2616445267
Delete reverberation.jpg 2020-05-27 20:13:42 +01:00
Jonathan
d21df56757
Add files via upload 2020-05-27 20:11:45 +01:00
Jonathan
a464095839
Delete fadertagtooltip.jpg 2020-05-27 20:11:28 +01:00
Jonathan
3030ec10c8
Add files via upload 2020-05-27 20:08:10 +01:00
Jonathan
7118715124
Delete profile.jpg 2020-05-27 20:07:55 +01:00
Jonathan
0fa38d5049
Add files via upload 2020-05-27 20:04:44 +01:00
Jonathan
99dfc2a3fe
Delete inputlevel.jpg 2020-05-27 20:02:41 +01:00
Jonathan
1be7989538
Add files via upload 2020-05-27 20:02:18 +01:00
Jonathan
5c2539bac3
Delete settings.jpg 2020-05-27 19:56:21 +01:00
Jonathan
0d463317f6
Add files via upload 2020-05-27 19:55:36 +01:00
Jonathan
769a6803e1
Add files via upload 2020-05-27 19:54:21 +01:00
Jonathan
7a5b945c45
Delete faders.jpg 2020-05-27 19:54:10 +01:00
Jonathan
12205b5965
Add files via upload 2020-05-27 19:52:15 +01:00
Jonathan
d42026ba0e
Add files via upload 2020-05-27 19:50:49 +01:00
Jonathan
4091fa91f1
Delete main.jpg 2020-05-27 19:50:28 +01:00
Jonathan
eb660f417b
Update manual.md 2020-05-27 19:49:53 +01:00
Jonathan
868bdbb75f
Update manual.md 2020-05-27 19:41:00 +01:00
Jonathan
5d7c3f227d
Update manual.md 2020-05-27 19:39:21 +01:00
Jonathan
760f6b732c
Update manual.md 2020-05-27 19:28:23 +01:00
Jonathan
96a7b3e5f8
Update manual.md 2020-05-27 19:22:37 +01:00
Jonathan
f5b18226b3
Update manual.md 2020-05-27 19:14:20 +01:00
Jonathan
4c555abf7c
Update manual.md 2020-05-27 16:49:40 +01:00
Jonathan
3c8452ce69
Update manual.md 2020-05-27 15:17:48 +01:00
Volker Fischer
e55872ffeb go back to original fader range dynamic (since issue was caused by server gain calculation) 2020-05-26 20:58:01 +02:00
Volker Fischer
45bd6ca52b bug fix: server gain calculations were incorrect 2020-05-26 20:48:08 +02:00
Volker Fischer
a49cb6408c bug fix: honour own fader and Mute button in Mute Myself (#148) 2020-05-26 20:45:10 +02:00
Volker Fischer
f6e5120095 New Client Level now also applies if you enter a server 2020-05-26 17:28:44 +02:00
Volker Fischer
b576b389b4 minor code style changes 2020-05-26 15:57:03 +02:00
Volker Fischer
726cc6facf clean up -> COMPATIBILITY ISSUE can be safely removed, ResetTimeOutCounter is not necessary since it is already done in the channel 2020-05-26 15:43:00 +02:00