Edouard Griffiths
8346cc4988
Merge pull request #2303 from srcejon/mac_ci
...
Add github action to build releases for Mac
2024-11-02 05:18:58 +01:00
srcejon
b04d7eb10a
RemoteTCPSink: Does use IQ only setting for RTL0.
2024-11-01 13:42:23 +00:00
Jon Beniston
7bab142af1
usrpoutput: add_dependencies needs to follow add_library
2024-10-31 15:16:08 +00:00
Jon Beniston
66247ec6fd
Fix for Qt5
2024-10-21 18:28:21 +01:00
Jon Beniston
77895090dc
Fix Android build
2024-10-21 17:13:11 +01:00
Jon Beniston
2538662c9b
Fixes for Android
2024-10-21 17:11:55 +01:00
Jon Beniston
89134729cc
Don't build aaroniartsainput on Android
2024-10-21 17:10:51 +01:00
Jon Beniston
2132ac8ed2
Fix Qt5 Android build
2024-10-21 17:10:22 +01:00
Jon Beniston
7ed543ec35
Initialise m_displayRailways
2024-10-21 17:10:03 +01: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
f4exb
ed410d039a
Updated versions and changelogs
2024-10-20 10:53:00 +02:00
f4exb
6c617be7db
ChirpChat: increased preamble symbols limit from 20 to 32. Fixes #2284
2024-10-17 22:40:35 +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
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
3dc0ac7f91
Lint fixes
2024-10-09 08:49:23 +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
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
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
22a8f160f0
Update channel list upon Morse Decoder and Demod Analyzer GUI creation. Fixes #2263
2024-10-05 17:13:03 +02:00
f4exb
9d1160e7cd
Frequency Scanner: initialize pointer to FrequencyScanner. Fixes #2262
2024-10-04 20:50:36 +02:00
srcejon
3a6baf0d1d
Fix gcc warning
2024-09-22 15:22:07 +01:00
srcejon
420e8147fa
Fix gcc warnings.
2024-09-22 15:11:58 +01:00
srcejon
3743e7d831
Fix gcc errors
2024-09-22 12:24:19 +01:00
srcejon
8bf1a2f803
Remote TCP updates:
...
Add support for public list of SDRangel servers that can be displayed on Map.
Add FLAC and zlib IQ compression.
Add IQ squelch for compression.
Add remote device/antenna position and direction reporting.
Add text messaging.
2024-09-22 10:44:30 +01:00
srcejon
24d80f8ab0
ADS-B: Allow plugin to be compiled as static lib. Allow building without texttospeech, location or process.
...
VOR localizer: Allow plugin to be compiled as static lib.
SID feature: Allow plugin to be compiled as static lib.
Satellite Tracker: Allow building without texttospeech or timezone.
Map: Allow plugin to be compiled as static lib. Allow building without SSL.
APT: Allow plugin to be compiled as static lib.
Radio Astronomy: Allow plugin to be compiled as static lib. Allow building without process.
ChannelWebAPIUtils: Fix memory leaks.
DeviceSampleSource: Add signals that indicate when the position or direction of a device (or it's antenna) has changed. This is to support per device position, which is useful for remote devices not at My Position.
2024-09-17 09:47:45 +01:00
Edouard Griffiths
f522d88fc5
Merge pull request #2252 from srcejon/freq_scanner
...
Update CMakeLists.txt to allow static libraries to be built
2024-09-13 21:07:04 +02:00
Edouard Griffiths
d6773eafb3
Merge pull request #2245 from DreamNik/fix_warnings_and_android_issues
...
Fix warnings and android issues
2024-09-12 14:33:32 +02:00
srcejon
1df07b21ae
Update CMakeLists.txt to allow static libraries to be built, as well as shared.
...
Add BUILD_BENCH, BUILD_SHARED_LIBS, ENABLE_AARONIARTSA and ENABLE_METIS options.
2024-09-11 20:16:40 +01:00
DreamNik
d2e89b7337
Fix PR comments
2024-09-09 19:17:30 +03:00
f4exb
37e06de0ed
DeviceGUI: removed destroy method. Part of #2159
2024-09-07 21:50:42 +02:00
DreamNik
60e1d1cd9e
Fix compilation for Android with Qt6
2024-09-05 13:37:51 +03:00
DreamNik
5103b27091
Fix compilation with newer ffmpeg libavutil
2024-09-05 13:37:51 +03:00