srcejon
290ba12c93
Merge branch 'f4exb:master' into freq_scanner
2025-06-10 11:37:54 +01:00
Jon Beniston
9b714aed45
Add 384000 and maximum supported sample rates for Qt 6 AudioDeviceInfo. For #2456 .
2025-06-09 11:29:16 +01:00
srcejon
c791067ea8
Fix gcc error.
2025-06-09 11:12:46 +01:00
srcejon
bc235856a8
Add Whittaker Eilers smoothing.
2025-06-09 11:01:25 +01:00
srcejon
6c9dd36f8b
Map: Add Aurora prediction and Maidenhead grid
2025-06-09 10:23:12 +01:00
srcejon
6a9bba0656
Add CORS proxy for Emscripten.
2025-06-04 20:24:58 +01:00
srcejon
4678abf091
Use combined aircraft database.
...
Use png rather than bmp.
Add sideview images.
2025-06-04 20:22:09 +01:00
srcejon
db9ccd9ca8
Azel: Mark methods as const.
2025-06-04 18:15:59 +01:00
srcejon
b897b2176d
Merge master
2025-06-02 12:10:21 +01:00
f4exb
76b4623375
Upgrade Swagger UI to 5.22.0 and added WDSPRx.yaml to resources
2025-05-29 15:10:16 +02:00
f4exb
28077752a9
Swagger schema fixes
2025-05-29 12:48:11 +02:00
f4exb
de4147b853
DATV demod: pass symbol rate in report
2025-05-04 01:44:51 +02:00
f4exb
ce007419e8
DATV demod server plugin
2025-05-03 04:29:19 +02:00
f4exb
77b2b815b8
Replace sprintf by snprintf wherever possible
2025-04-21 14:34:53 +02:00
Jon Beniston
90ddb54371
ChannelWebAPIUtils: Add double version of patchDeviceSetting. Fix #2428
2025-04-14 09:13:44 +01:00
srcejon
cb5d921e68
Add altitudeDateTime to MapItem
2025-03-06 13:55:38 +00:00
srcejon
5ae5641f99
Merge branch 'f4exb:master' into freq_scanner
2025-03-06 13:46:24 +00:00
srcejon
08537b5a5a
Add callsign to aircraft state
2025-02-04 16:00:04 +00:00
srcejon
4627be2e50
Add labelDateTime to MapItem
2025-02-04 13:51:52 +00:00
srcejon
3c5ce69846
Merge branch 'f4exb:master' into freq_scanner
2025-02-04 11:02:29 +00:00
Jon Beniston
b653117360
Fix lint warnings.
2025-02-03 14:04:43 +00:00
Jon Beniston
a2f8428352
Radiosonde: Fix pressure calculation. #2242
2025-02-03 13:58:46 +00:00
Edouard Griffiths
19d8a1da0f
Merge pull request #2382 from srcejon/fix_2378
...
Radiosonde: Add option to display predicted paths.
2025-01-23 10:26:24 +01:00
Jon Beniston
52d59b8609
Radiosonde: Add option to display predicted paths.
2025-01-21 13:33:11 +00:00
Edouard Griffiths
6b30f17361
Merge pull request #2381 from srcejon/fix_2359
...
Add --start command line option to start all devices and features.
2025-01-21 14:33:07 +01:00
Jon Beniston
f841eecab9
Add --start option to start all devices and features. For #2359 .
2025-01-20 10:54:21 +00:00
Jon Beniston
9c64424cec
Display errors from SondeHub as warnings rather than debug.
2025-01-19 13:09:55 +00:00
Arne Jünemann
4203e72e12
Added All Colors Are Beautiful colormap
2025-01-10 15:53:30 +01:00
srcejon
73f345792d
Add date and time for interpolatable properties
2025-01-05 20:47:19 +00:00
srcejon
5eeae7c231
Add type and onSurface fields
2025-01-05 10:24:33 +00:00
srcejon
67dec1dd83
Fix spelling
2025-01-03 11:43:18 +00:00
srcejon
4e3545cf0e
Add aircraft state to MapItem
2025-01-03 11:30:35 +00:00
Jon Beniston
4510f40729
ChannelWebAPIUtils::patchDeviceSetting: Add support for sinks and MIMO.
2024-12-24 12:49:10 +00:00
srcejon
a4269dcd78
Add GPIO pins to USRP and regen swagger
2024-12-24 10:59:35 +00:00
Jon Beniston
943a1fb56c
ADSB: Update URL of OpenSkyNetwork Aircraft database.
2024-11-26 10:41:48 +00:00
srcejon
a91fa3b760
Don't stop source if being deleted. For #2315 . Send DSPSignalNotification in audio mods for #2336 .
2024-11-25 17:16:08 +00:00
Jon Beniston
7b7f9e2c06
Limit precision of floating point numbers sent to SondeHub.
2024-11-18 09:48:50 +00:00
srcejon
6dcc342c10
Fix memory leak and race condition relating to DSP*Engines. Part of #2159
2024-11-14 11:42:53 +00:00
srcejon
875f16f12a
Wav Files: Add support for meta-data.
2024-11-12 20:36:33 +00:00
srcejon
8ed7972dce
Support compilation on Qt platforms that don't support processes (i.e. WebAssembly).
2024-11-06 12:11:49 +00:00
Jon Beniston
907fe25d3c
Fix plugin names for Qt6 Android
2024-10-21 17:09:32 +01:00
Jon Beniston
427d17351d
Remove use of obsolete QRegExp
2024-10-21 17:08:41 +01:00
Jon Beniston
b6146caf36
Fix for Android Qt6
2024-10-21 17:05:19 +01:00
Edouard Griffiths
f169cb5159
Merge pull request #2276 from srcejon/pager_notifications
...
Pager notifications
2024-10-12 08:32:21 +02: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
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
srcejon
5362c34698
Fix replay buffer when FixReal is qint16
2024-10-09 14:39:29 +01:00
srcejon
b83d514c3b
Lint fixes
2024-10-08 22:19:29 +01:00
srcejon
ffdcf89f7c
Fix lint warnings
2024-10-08 20:55:31 +01:00
srcejon
7ed73e6272
Map: Fix Kiwi list. Add SDRangel wss support.
2024-10-08 18:15:52 +01:00