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

4669 Commits

Author SHA1 Message Date
Jon Beniston
3110595cb3 Fix spelling 2022-03-01 18:31:59 +00:00
Jon Beniston
eac134f14c Increase size of temperature column 2022-03-01 18:22:23 +00:00
Jon Beniston
59472e5b5b Fix linux errors 2022-03-01 17:48:36 +00:00
Jon Beniston
32c94dccc3 Fix link in readme 2022-03-01 17:34:13 +00:00
Jon Beniston
a4d6564854 Use common coordinate transform code 2022-03-01 17:26:35 +00:00
Jon Beniston
652ecc91e4 Use HTML to ensure line break 2022-03-01 17:25:56 +00:00
Jon Beniston
bcff46a826 Add Radiosonde support to Map and DemodAnalyzer 2022-03-01 17:24:35 +00:00
Jon Beniston
76443fe11e Add link to Map docs 2022-03-01 17:23:19 +00:00
Jon Beniston
2ec662bff1 Remove unnecessary includes 2022-03-01 17:23:04 +00:00
Jon Beniston
99fb619506 Fix alignment of UI elements in AIS Demod GUI 2022-03-01 17:22:41 +00:00
Jon Beniston
e7d05f832f Improve table scrolling 2022-03-01 17:20:35 +00:00
Jon Beniston
cd2873dde8 Use common delegate 2022-03-01 17:19:53 +00:00
Jon Beniston
5a14126549 Fix noise figure window title 2022-03-01 17:18:43 +00:00
Jon Beniston
874ca5e85e Add RS41 Radiosonde (Weather Ballon) demodulator and feature 2022-03-01 17:17:56 +00:00
f4exb
7ab11615f6 Message pipes rework: renaming pipes2 to pipes 2022-02-28 23:32:23 +01:00
f4exb
74f917682b Message pipes rework: renaming to legacy 2022-02-28 23:08:01 +01:00
f4exb
c90d04e4b6 AFC: more debug messages 2022-02-27 19:26:18 +01:00
f4exb
16547b2468 AFC: more debug messages 2022-02-27 18:58:43 +01:00
f4exb
75b034180c AFC feature: moved device scan in AFC class 2022-02-27 09:58:16 +01:00
f4exb
0fad030382 Message queues rework: VOR localizer updates 2022-02-26 13:44:46 +01:00
f4exb
7bbc2749eb Message pipes rework (2) 2022-02-25 23:47:53 +01:00
Edouard Griffiths
c9e33c86aa
Merge pull request #1163 from srcejon/fix_1161
USRPInput - Ensure IQ buffer size is a power of two, as required by decimators
2022-02-25 10:55:53 +01:00
Jon Beniston
ffe96cbf63 Ensure IQ buffer size is a power of two, as required by decimators 2022-02-24 16:27:32 +00:00
Jon Beniston
f113d33561 Fix Lime antenna names in GUI combobox 2022-02-24 15:51:38 +00:00
f4exb
adfaac1545 Data pipes redesign (2) 2022-02-21 02:18:51 +01:00
f4exb
4c2ca8fa20 Data pipes redesign 2022-02-20 23:18:29 +01:00
f4exb
308ffcad54 Updated versions and changelogs 2022-02-20 22:37:25 +01:00
Edouard Griffiths
dc9c60d48e
Merge pull request #1150 from srcejon/fix_dab_stereo
Fix stereo sound in DAB demod
2022-02-14 17:20:08 +01:00
Jon Beniston
290587c4a5 Fix stereo sound in DAB demod 2022-02-14 13:54:28 +00:00
f4exb
634b25ac1e Channel API rework: make it inherit from QObject and removed QObject inheritance from DSP interfaces. Fixes #1147 2022-02-13 00:57:33 +01:00
f4exb
02ec2a4403 Channel Analyzer: fixed reverse API handling and a few other things. Fixes #1144 2022-02-11 02:32:27 +01:00
f4exb
04ed8d3d0b Metis MISO: set s[ectrum sink input back in GUI. Fixes #1145 2022-02-11 01:04:09 +01:00
Edouard Griffiths
fce235b2bc
Merge pull request #1142 from srcejon/fix_1136
DATV Demod increase RF bandwidth to 50MHz
2022-02-10 16:53:11 +01:00
Jon Beniston
369df0a7e3 DATV Mod - Restore fonts Qt Creator removed 2022-02-10 11:40:38 +00:00
Jon Beniston
a25e1106a2 DATV Demod - Increase max RF bandwidth in GUI to 50MHz 2022-02-10 11:40:05 +00:00
f4exb
9f2ea3fad8 Pager demod: fixed typo in POCSAG. Fixes #1138 2022-02-10 01:23:36 +01:00
f4exb
a99e4589f8 Metis MISO: save stream index and spectrum stream index in settings. Make it available via API. Fixes #1126 2022-02-10 00:01:08 +01:00
Edouard Griffiths
428a780e95
Merge pull request #1137 from srcejon/fix_1136
DATV Mod - Increase RF bandwidth slider to 50M
2022-02-09 20:42:53 +01:00
Jon Beniston
b93612f1e3 Increase RF bandwidth slider to 50M 2022-02-09 17:18:36 +00:00
Jon Beniston
c31a585cb6 Fix gcc warning 2022-02-09 16:59:24 +00:00
Jon Beniston
81157696f7 Satellite Tracker - Get time from Map or File Input device. 2022-02-09 16:42:51 +00:00
Jon Beniston
29b2941951 Map Updates
Fix 3D map for Qt < 5.15.
Add 3D map label scale setting.
Add 3D map time to Web report.
Reduce height of display settings dialog to fit on smaller screens.
2022-02-09 16:41:40 +00:00
Jon Beniston
73848c94e4 AIS - Handle ShipStaticData being received before position 2022-02-09 16:39:22 +00:00
Jon Beniston
267ae13534 Add support for receiving global aircraft data from OpenSky Network.
Add support for feeding ADS-B data to OpenSky Network.
Fix binary Beast format feed.
Fix display of USA and Japan flags.
2022-02-09 16:36:09 +00:00
f4exb
e4b9bc7680 Do not write tail audio samples and write to sample buffer only if necessary. May fix #1132 2022-02-08 00:55:31 +01:00
f4exb
590c4ef352 Updated versions and changelogs 2022-02-07 21:47:25 +01:00
f4exb
57a5551401 SDRPlayV3: implemented transverter feature. Updated documentation 2022-02-06 20:30:33 +01:00
f4exb
7880a523a7 SDRPlayV3: prevent segfault when SDRPlay library fails to initialize 2022-02-06 20:30:33 +01:00
Edouard Griffiths
50d61c7247
Merge pull request #1131 from srcejon/windows_debug
Install debug symbols on Windows for debug builds
2022-02-06 18:14:08 +01:00
Edouard Griffiths
c995818d6d
Merge pull request #1130 from srcejon/fix_1106
#1106 - Add satellite data to Satellite Tracker feature Web API report
2022-02-06 14:13:55 +01:00