Wykres commitów

1567 Commity (4ba435845b16bef619ce835ea4fcfa238ff54124)

Autor SHA1 Wiadomość Data
Roeland Jansen eaa7a8edad Revert "Change to width of group box"
This reverts commit c860fa77a1.
2022-01-12 19:18:55 +01:00
Roeland Jansen 809f67ad19 Revert "Changed the enable/disable for some network UI elements."
This reverts commit 7977de42d9.
2022-01-12 19:18:54 +01:00
Roeland Jansen 4f34e54b02 Revert "A little more on the enable/disable UI elements. Should be good."
This reverts commit 8e95919aa9.
2022-01-12 19:18:53 +01:00
Roeland Jansen 9dd9293036 Revert "Masked password input after focus change."
This reverts commit 605a87dec9.
2022-01-12 19:18:52 +01:00
Roeland Jansen d1d0194600 Revert "Integrate server setup into new settings pages"
This reverts commit e1cdcad65b.
2022-01-12 19:18:50 +01:00
Roeland Jansen 54d08c5b8a Revert "Edited some size constraints for better resizing and full-screen mode."
This reverts commit c8b4992bab.
2022-01-12 19:18:35 +01:00
Roeland Jansen 41ec08ecba Revert "Minor typo with the new audio selection combo box, only on PORTAUDIO"
This reverts commit d1165980a9.
2022-01-12 19:18:34 +01:00
Roeland Jansen a231cb086f Revert "Added forced manual RTS setting"
This reverts commit 8dd42ba392.
2022-01-12 19:18:32 +01:00
Roeland Jansen d742c7564a Revert "Allow dynamic restarting of server"
This reverts commit 3f06ab6061.
2022-01-12 19:18:30 +01:00
Roeland Jansen 9e87d35069 Revert "Clear server status when disabled"
This reverts commit 2c82561ff5.
2022-01-12 19:18:29 +01:00
Roeland Jansen 91f4269de8 Revert "Update server users table dynamically"
This reverts commit cf1caf0a0f.
2022-01-12 19:18:27 +01:00
Roeland Jansen f36f4db497 Revert "Fix typo for portaudio/rtaudio builds"
This reverts commit daf94543ac.
2022-01-12 19:18:19 +01:00
Phil Taylor 89ac99b3f9 Bit of tidying 2022-01-07 14:52:33 +00:00
Phil Taylor 82b655cc09 Try to fix lock condition in server 2022-01-07 14:42:32 +00:00
Phil Taylor db702123f9 Keep audio mutex until all processing is done 2022-01-07 12:31:15 +00:00
Phil Taylor 6e44480d6b Revert "Tidying of audio handling"
This reverts commit 5a6ff84892.
2022-01-07 12:28:43 +00:00
Phil Taylor 3036108d6f Revert "Hopefully fix opus issue in last commit?"
This reverts commit 7dd325c3ae.
2022-01-07 12:28:30 +00:00
Phil Taylor 7dd325c3ae Hopefully fix opus issue in last commit? 2022-01-07 12:16:33 +00:00
Phil Taylor 5a6ff84892 Tidying of audio handling 2022-01-07 12:09:36 +00:00
Phil Taylor 6c29eb12a2 Improve FEC operation with opus 2022-01-06 13:44:29 +00:00
Phil Taylor 9284a49469 Try again to fix server restart! 2022-01-06 10:08:36 +00:00
Phil Taylor 43fb31e8d0 reconnect server signal/slots after restart 2022-01-06 10:03:58 +00:00
Phil Taylor 5e2c77b872 Spotted another error in audio settings. 2022-01-06 09:53:47 +00:00
Phil Taylor 3035e5c712 Attempt to enable FEC, not sure if it works though? 2022-01-05 15:27:46 +00:00
Phil Taylor 8bf107fadc Fix a few compile warnings 2022-01-05 14:53:12 +00:00
Phil Taylor 9b8221b32e Ignore wrong ping seq 2022-01-05 14:45:34 +00:00
Phil Taylor f77defd9d7 Fix silly typo which was causing audio crash! 2022-01-05 14:40:40 +00:00
Phil Taylor a91450c90b Maybe fix server audio issue? 2022-01-04 21:30:48 +00:00
Phil Taylor 1611058f77 Maybe fix audio crash? 2022-01-04 21:26:03 +00:00
Phil Taylor 18646ab0cf Add SERVERCONFIG metatype 2022-01-04 19:55:48 +00:00
Phil Taylor fce3a3d6be Try to fix server 2022-01-04 19:50:38 +00:00
Phil Taylor 8ec82e7406 Various tidying in server and client code 2022-01-04 19:04:36 +00:00
Phil Taylor 93e2c5529e Merge branch 'settings' into audio-enhance 2022-01-04 18:40:44 +00:00
Phil Taylor 6f719d8961 Merge branch 'rigctl-enhancement' into audio-enhance 2022-01-04 18:37:07 +00:00
Phil Taylor ff6d0a6a65 Merge settings branch 2022-01-04 18:34:34 +00:00
Phil Taylor daf94543ac Fix typo for portaudio/rtaudio builds 2021-12-30 18:27:22 +00:00
Phil Taylor cf1caf0a0f Update server users table dynamically 2021-12-30 18:22:34 +00:00
Phil Taylor 2c82561ff5 Clear server status when disabled 2021-12-30 11:24:44 +00:00
Phil Taylor 3f06ab6061 Allow dynamic restarting of server 2021-12-30 11:17:54 +00:00
Elliott Liggett 8dd42ba392 Added forced manual RTS setting 2021-12-30 01:52:23 -08:00
Elliott Liggett d1165980a9 Minor typo with the new audio selection combo box, only on PORTAUDIO
builds.
2021-12-29 19:49:16 -08:00
Elliott Liggett c8b4992bab Edited some size constraints for better resizing and full-screen mode. 2021-12-29 17:52:35 -08:00
Phil Taylor e1cdcad65b Integrate server setup into new settings pages 2021-12-30 00:48:39 +00:00
Elliott Liggett 605a87dec9 Masked password input after focus change. 2021-12-24 08:21:50 -08:00
Elliott Liggett 8e95919aa9 A little more on the enable/disable UI elements. Should be good. 2021-12-23 21:04:53 -08:00
Elliott Liggett 7977de42d9 Changed the enable/disable for some network UI elements. 2021-12-23 21:02:35 -08:00
Elliott Liggett c860fa77a1 Change to width of group box 2021-12-23 20:55:48 -08:00
Elliott Liggett 37a2c1caf3 Larger vsp combo box... seems like it resizes though? 2021-12-23 20:45:58 -08:00
Elliott Liggett 9a781c671e Changed the order of the mod source combos 2021-12-23 20:26:53 -08:00
Elliott Liggett 7564239a68 Slightly wider radio connection box 2021-12-23 20:15:39 -08:00