Jon Beniston
9171ae9cd7
Add more Qt modules and set ENABLE_QT6=ON
2024-10-20 10:35:24 +01:00
Jon Beniston
0b84a572d6
Update Qt optional packages for 6.8
2024-10-20 10:23:56 +01:00
Jon Beniston
ec2f62fa5c
Allow build test. Remove later.
2024-10-20 09:58:24 +01:00
Jon Beniston
a47c0913b5
Use Qt 6.8 for Windows build
2024-10-20 09:53:25 +01:00
f4exb
6c617be7db
ChirpChat: increased preamble symbols limit from 20 to 32. Fixes #2284
2024-10-17 22:40:35 +02:00
Edouard Griffiths
afffee4755
Merge pull request #2281 from srcejon/freq_scanner
...
RTLSDR: Apply driver settings in RTLSDRThread
2024-10-16 23:00:07 +02:00
srcejon
98aa40424d
Fix lint warnings.
2024-10-15 09:21:08 +01:00
srcejon
5d1478d047
Formatting
2024-10-15 09:02:30 +01:00
srcejon
240c3d502e
Formatting
2024-10-15 08:56:54 +01:00
srcejon
4ac29d2052
Remove debug.
2024-10-15 08:49:21 +01:00
srcejon
acb278bbff
RTLSDR: Apply driver settings in RTLSDRThread, to avoid blocking main thread. Add sync read for WebAssembly.
2024-10-15 08:40:08 +01:00
f4exb
4a9b1c3bbe
SSB demod: fixed GUI and returned to previous threading model. Fixes #2273
2024-10-12 18:47:27 +02:00
Edouard Griffiths
141d0c1e6f
Merge pull request #2277 from srcejon/fix_2083
...
HeatMap: Fix crash when out of memory
2024-10-12 09:57:44 +02:00
Edouard Griffiths
f169cb5159
Merge pull request #2276 from srcejon/pager_notifications
...
Pager notifications
2024-10-12 08:32:21 +02:00
Edouard Griffiths
4dcf050534
Merge pull request #2274 from srcejon/freq_scanner
...
MainWindow: Add FSMs to avoid blocking on GUI Thread
2024-10-12 03:33:57 +02:00
Jon Beniston
91be77909d
Add default-qt6-windows cmake config.
2024-10-11 15:23:39 +01:00
Jon Beniston
558730eb74
Fix Qt6 compilation
2024-10-11 15:23:16 +01:00
Jon Beniston
1654642fdb
HeatMap: Catch memory allocation failures when adding data to the chart and disable it. For #2083
2024-10-11 13:16:04 +01:00
Jon Beniston
c4003533f4
Lint fit
2024-10-11 12:26:35 +01:00
Jon Beniston
7e9a3b5d58
Fix links in docs.
2024-10-11 11:19:59 +01:00
Jon Beniston
944803a276
Fix server compilation. Update docs.
2024-10-11 11:15:34 +01:00
Jon Beniston
4455ac0c55
Add pager notifications.
...
Add option to ignore duplicates.
Support plotting pager messages on the map.
2024-10-11 11:01:43 +01:00
srcejon
e3ec8759ed
Remove unused variable
2024-10-10 15:57:08 +01:00
srcejon
d5dc848830
Don't load defaults if loading a preset
2024-10-10 15:56:27 +01:00
srcejon
41f2b0457a
Cleanup
2024-10-10 15:21:53 +01:00
srcejon
a04f84fcc3
Adds comment
2024-10-10 15:11:23 +01:00
srcejon
5ac2081195
DeviceGUI::closeEvent - Don't automatically delete the GUI, as MainWindow::RemoveDeviceSetFSM::removeUI will do it
2024-10-10 15:03:24 +01:00
srcejon
3df1ce20ae
Fix warnings,
2024-10-10 14:36:06 +01:00
srcejon
78d0160514
MainWindow: Add FSMs to avoid blocking on the GUI thread.
...
DSPDevice*Engine: Add signals to indicate when commands have been processed.
DSPDeviceSourceEngine: Fix small memory leak.
DSPEngine::removeDeviceEngineAt: Remove wait to avoid blocking thread. Return QThread to get finished signal.
DSPEngine::addDevice*Engine: Don't call deleteLater for device*Engine, as these objects are deleted manually in MainWindow, which will crash if deleteLater called first.
2024-10-10 13:57:11 +01:00
Edouard Griffiths
f24600b909
Merge pull request #2270 from srcejon/freq_scanner
...
Remote TCP updates
2024-10-09 20:20:14 +02:00
srcejon
5362c34698
Fix replay buffer when FixReal is qint16
2024-10-09 14:39:29 +01:00
srcejon
64461171ac
snap: Try to get version number from latest tag.
2024-10-09 09:25:06 +01:00
srcejon
bb5c7447db
Add libflac to snap. Set ARCH_OPT to nehalem.
2024-10-09 09:08:48 +01:00
srcejon
3dc0ac7f91
Lint fixes
2024-10-09 08:49:23 +01:00
srcejon
b83d514c3b
Lint fixes
2024-10-08 22:19:29 +01:00
srcejon
b0a476735d
Fix flac on Mac
2024-10-08 22:00:19 +01:00
srcejon
ffdcf89f7c
Fix lint warnings
2024-10-08 20:55:31 +01:00
srcejon
56c162fd7d
Fix FLAC library name on Mac.
2024-10-08 20:30:37 +01:00
srcejon
70cf86d68a
Update docs.
2024-10-08 19:05:18 +01:00
srcejon
9372efe6d2
RemoteTCP: Update docs.
2024-10-08 18:56:17 +01:00
srcejon
7ed73e6272
Map: Fix Kiwi list. Add SDRangel wss support.
2024-10-08 18:15:52 +01:00
srcejon
256b01dda4
Fix gcc errors.
2024-10-08 17:30:24 +01:00
srcejon
96422ff19f
RemoteTCPSink: Report server init errors via GUI. Send protocol to public list.
...
RemoteTCPInput: Add wss protocol support.
2024-10-08 17:20:18 +01:00
srcejon
04524505dd
Merge branch 'f4exb:master' into freq_scanner
2024-10-08 16:32:49 +01:00
Edouard Griffiths
6e01114ba8
Merge pull request #2267 from srcejon/fix_2266
...
Fix DeviceAPI::deserialize.
2024-10-07 18:52:11 +02:00
Jon Beniston
227eb55365
Fix DeviceAPI::deserialize. Fixes #2266 .
2024-10-07 09:34:23 +01:00
srcejon
c270873a7c
Merge branch 'f4exb:master' into freq_scanner
2024-10-06 13:29:03 +01:00
f4exb
8f2ac70621
Updated plugin versions
2024-10-06 10:53:38 +02:00
f4exb
93a35ff1ab
Updated version adn changelogs
2024-10-06 10:49:47 +02:00
f4exb
22a8f160f0
Update channel list upon Morse Decoder and Demod Analyzer GUI creation. Fixes #2263
2024-10-05 17:13:03 +02:00