1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-14 00:56:41 -04:00
Commit Graph

8400 Commits

Author SHA1 Message Date
Jon Beniston
13baf92a95 FramelessWindowResizer: Use minimumSizeHint and sizeHint, so it works with FlowLayout 2022-09-16 08:53:12 +01:00
Jon Beniston
19fa10d71d FlowLayout: Add support for vertically expanding widgets and vertical alignment. 2022-09-16 08:50:21 +01:00
Jon Beniston
880fde3480 FlowLayout: Add SDRGUI_API so can be used in plugins 2022-09-16 08:49:26 +01:00
Jon Beniston
ee3b41b5e2 SimpleSerializer: Add read/write QList and QHash 2022-09-16 08:48:17 +01:00
Edouard Griffiths
38120a7ce3
Merge pull request #1410 from srcejon/fix_1409
#1409 - Detect Packet Demods in MIMO device sets in ARPS Feature
2022-09-16 00:51:34 +02:00
Jiří Pinkava
79f0e40dc3 fix cmake syntax warning, separate token by whitespace 2022-09-15 19:50:37 +02:00
Jiří Pinkava
400585c138 Fix cmake syntax warning in channelrx 2022-09-15 19:49:30 +02:00
Jon Beniston
b639540bac #1409 - Detect Packet Demods in MIMO device sets in ARPS Feature 2022-09-15 16:19:35 +01:00
Edouard Griffiths
bea0583d9e
Merge pull request #1408 from srcejon/fix_crash_on_exit
Fix crash on exit
2022-09-13 19:33:43 +02:00
Jon Beniston
a7c45f512f Stop status timer, so updateTimer isn't called on deleted objects 2022-09-13 17:04:51 +01:00
f4exb
ed754fd380 Updated versions and changelogs 2022-09-10 21:14:58 +02:00
Edouard Griffiths
cf7d2b8332
Merge pull request #1405 from srcejon/fix_cpp17_win
Fix c++17 compilation with MSVC
2022-09-08 19:04:53 +02:00
Jon Beniston
910f1bce1c Fix c17 compilation but not having using namespace std before Windows includes, rather than defining _HAS_STD_BYTE=0 2022-09-08 16:13:43 +01:00
Jon Beniston
86b9b69def Fix c++17 compilation with MSVC 2022-09-07 15:38:38 +01:00
Edouard Griffiths
18377638f7
Merge pull request #1404 from Paulo-D2000/master
MSVC M17 FIX
2022-09-07 11:57:27 +02:00
unknown
fc1f5116d7 MSVC M17 FIX 2022-09-06 17:10:25 -03:00
Edouard Griffiths
664e627191
Merge pull request #1403 from srcejon/stack_use_full_width
Stack workspace: Use full width for spectrum when no channels
2022-09-06 21:14:55 +02:00
Edouard Griffiths
7919b3608e
Merge pull request #1402 from srcejon/grey_disabled_widgets
Use grey text for disabled widgets
2022-09-06 15:51:08 +02:00
Jon Beniston
d74c8b2edf Stack workspace: Use full width for spectrum when no channels 2022-09-06 10:36:30 +01:00
Jon Beniston
5eee2f01ba Use grey text for disabled widgets 2022-09-06 10:27:58 +01:00
Edouard Griffiths
3bfca073fd
Merge pull request #1400 from AsciiWolf/date
Bump copyright year
2022-09-03 18:48:39 +02:00
AsciiWolf
0baf3fc544 Bump copyright year 2022-09-03 14:46:28 +02:00
f4exb
d9ad758971 Updated versions and changelogs 2022-09-01 21:51:04 +02:00
Edouard Griffiths
9cd7e9fd12
Merge pull request #1399 from srcejon/fix_1312_win_title_bar
Remove ? in Windows title bars
2022-08-31 20:21:36 +02:00
Jon Beniston
6803b077f1 #1312 - Remove ? in Window's title bar 2022-08-31 18:01:38 +01:00
Edouard Griffiths
6320cd7d2a
Merge pull request #1395 from srcejon/fix_1389_part_2
Lime: Implement #1389
2022-08-29 23:25:32 +02:00
Edouard Griffiths
01e75b3e4f
Merge pull request #1394 from srcejon/start_stop_all
Add start/stop all devices in workspace button in toolbar.
2022-08-29 22:02:49 +02:00
Jon Beniston
d04b4840a9 Lime: Report calibration errors in GUI. Check LPF is reasonable for up/downconversion. 2022-08-27 17:08:03 +01:00
Jon Beniston
d404e9f943 Add start/stop all devices button in toolbar. Add device stateChanged signal. Use in RTL SDR GUI for updating device state 2022-08-27 10:18:17 +01:00
Edouard Griffiths
d1a4fca49b
Merge pull request #1393 from srcejon/adsb_mode_s
ADS-B: Add support for decoding Comm-B replies in Mode-S frames
2022-08-26 17:05:34 +02:00
Jon Beniston
16fd3128b8 Check ICAO in sink worker, so CRC can be checked. Fix warnings 2022-08-26 13:47:36 +01:00
Jon Beniston
0830691929 ADS-B: Add support for decoding Comm-B replies in Mode-S frames. This adds TAS, IAS, Mach, Selelected Alt, Selected Heading, Turn rate, Roll angle, Autopilot enabled, Vertical and lateral navigation modes, Baro setting, Headwind, OAT, Wind speed and direction, Pressure, Static air temperature, Humidity. 2022-08-26 12:35:12 +01:00
Edouard Griffiths
3c7e7974aa
Merge pull request #1391 from srcejon/fix_1389
Lime - Partially implement #1389
2022-08-21 22:07:52 +02:00
Jon Beniston
6ef84154a5 For #1389
Handle LMS_Calibrate returning positive error values.
Set Lime minimum frequency in GUI to 30MHz+NCO freq.
Set minimum calibration bandwidth to 2.5MHz.
2022-08-21 15:34:51 +01:00
f4exb
044af0d06d LimeSDR: reduced LimeSDR stream FIFO size to 256k to improve latency 2022-08-19 06:35:45 +02:00
f4exb
52e20382c0 scriptsapi: removed obsolete ptt_active.py and created ptt_feature.py based on PTT amd LimeRFE features 2022-08-17 11:42:26 +02:00
f4exb
00c98fe455 scriptsapi: removed obsolete config.py -I option 2022-08-17 11:41:28 +02:00
f4exb
e23b053ab2 LimeRFE feature: added start/stop Rx/Tx in actions 2022-08-17 11:40:22 +02:00
f4exb
4c2eb487c3 Regenerate swagger files and added missing references 2022-08-16 17:08:07 +02:00
f4exb
2c3930680f ScriptsAPI: fixed dump.py and config.py to match v7 requirements 2022-08-16 14:53:02 +02:00
f4exb
0a2fd88ffd LimeRFE feature: fixed settings API 2022-08-16 14:52:28 +02:00
f4exb
adea55d41d Simple PTT: fixed status indicator 2022-08-16 10:42:30 +02:00
f4exb
532e794fca NFM modulator: try to improve audio input 2022-08-15 13:09:49 +02:00
f4exb
d699271fcd Updated versions and changelogs 2022-08-14 11:52:25 +02:00
f4exb
2309104f74 Removed stray comma in CmakeLists.txt. Complements #1310. Fixes #1388 2022-08-13 11:51:15 +02:00
f4exb
66707b19bc SimplePTT: fixed list of audio devices for VOX displaying output instead of input devices 2022-08-13 11:14:31 +02:00
f4exb
6af0618240 WFM mod: fixed bug in WFMGUI::applySettings. Fixes #1387 2022-08-13 01:24:33 +02:00
Edouard Griffiths
a2f9a99559
Merge pull request #1383 from srcejon/fix_1377
RemoteTCPInput: Use input frequency offset when calculating centre frequency
2022-08-08 14:26:28 +02:00
Jon Beniston
1af00bf357 RemoteTCPInput: Use input frequency offset when calculating local centre frequency 2022-08-08 11:27:00 +01:00
f4exb
a9054f1add M17 mod: removed unwanted method declaration. Fixes #1380 2022-08-07 00:11:28 +02:00