1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00
Commit Graph

6352 Commits

Author SHA1 Message Date
Jon Beniston
bf194095aa Remove tabs 2020-10-27 17:07:03 +00:00
Jon Beniston
84c9d045c4 Fix for GCC 2020-10-27 17:03:54 +00:00
Jon Beniston
be5a6b40d2 Add extra Qt5 packages for ADS-B and GS232 plugins 2020-10-27 17:03:24 +00:00
Jon Beniston
1a9b6d1763 Add ADS-B Demodulator plugin.
Add GS232 Rotator Controller feature plugin.
Add altitude and station name to My Positon.
Use QtDeploy to ensure all required Qt libraries are included (Should
fix OpenGL issues)
2020-10-27 16:22:10 +00:00
f4exb
8b05670814 MainCore: added feature and channel maps. FeatureSet and FeatureUISet: simplify feature registrations. Channel and feature names fix 2020-10-16 08:35:56 +02:00
f4exb
97b757fa98 TestSink: GUI: fixed getMasterTimer 2020-10-16 06:57:10 +02:00
f4exb
33bc76aa6c DeviceSet: simplify channel registrations (calls) and DeviceUISet: simplify channel registrations 2020-10-15 08:56:29 +02:00
f4exb
7c506f361e DeviceSet: simplify channel registrations 2020-10-15 08:53:48 +02:00
f4exb
99af2d8ad7 DeviceSet: call m_channelURI what is a channel URI 2020-10-15 08:53:39 +02:00
f4exb
61d3431095 Some cleanup 2020-10-14 22:10:26 +02:00
f4exb
48ed11331a MainCore: methods to get channel API and feature 2020-10-13 08:46:43 +02:00
f4exb
8ba95addc0 Use MainCore instance in place of MainWindow 2020-10-12 22:11:13 +02:00
f4exb
950b9a5934 updated versions and changelogs 2020-10-11 22:44:00 +02:00
f4exb
0f1e42f17b Initialize master timer 2020-10-11 22:08:47 +02:00
f4exb
493689d189 MainCore: fixed exports in messages 2020-10-11 13:21:50 +02:00
f4exb
76d76df790 Web API adapter: removed UI reference in variable names 2020-10-11 13:06:18 +02:00
f4exb
6a30bd9a16 More export and header fixes 2020-10-11 13:04:34 +02:00
f4exb
2b2ffce469 Unique WebAPIAdapter 2020-10-11 12:39:30 +02:00
f4exb
c9e0425616 Implement MainCore in MainWindow step3: device sets: fixes 2020-10-11 09:36:27 +02:00
f4exb
febbb4fa0f Implement MainCore in MainWindow step3: device sets 2020-10-11 09:03:52 +02:00
f4exb
96329326b4 Implement MainCore in MainWindow step2: feature sets 2020-10-11 09:02:19 +02:00
f4exb
bb8e54451b REST API fixes 2020-10-11 09:01:47 +02:00
f4exb
f5076457b4 Implement MainCore in MainWindow step1: except feature and device sets 2020-10-11 08:38:20 +02:00
f4exb
5c38560fc3 IEEE802.15.4 mod: fixed IEEE_802_15_4_Mod double delete in GUI 2020-10-11 08:34:50 +02:00
f4exb
79e0d9c838 Fixed webapi resources 2020-10-11 08:33:31 +02:00
f4exb
85014cc74b MainServer fixes 2020-10-11 08:31:05 +02:00
f4exb
5f2e251629 Create a MainCore singleton and renamed MainCore to MainServer 2020-10-10 03:20:42 +02:00
f4exb
d3ce9d49d0 Renamed MainCore to MainServer 2020-10-10 03:20:42 +02:00
Edouard Griffiths
d50f0659a6
Merge pull request #654 from srcejon/ieee_802_15_4
IEEE 802.15.4 modulator
2020-10-10 03:11:27 +02:00
Edouard Griffiths
b502a71170
Merge pull request #655 from srcejon/modpacket_fixes
Modpacket fixes
2020-10-10 03:10:03 +02:00
Jon Beniston
3e1a89695b Add additional error checking on tx action 2020-10-09 20:05:44 +01:00
Jon Beniston
0e4c3ec317 Initialise m_spectrumSink pointer 2020-10-09 20:04:53 +01:00
Jon Beniston
1d210b1fb1 Fix typos in readme 2020-10-09 19:35:36 +01:00
Jon Beniston
344d0e30ab Update readme for 2.4GHz 2020-10-09 15:58:58 +01:00
Jon Beniston
013daa13d1 Use unique layout names to avoid warning 2020-10-08 16:14:52 +01:00
Jon Beniston
470384a89d Fix filename case for Linux 2020-10-08 16:14:29 +01:00
Jon Beniston
22ff79239e Add IEEE 802.15.4 modulator 2020-10-08 15:13:06 +01:00
f4exb
58a9fba076 Fixed warning in FindSoapySDR cmake module. Fixes #653 2020-10-08 08:25:18 +02:00
f4exb
6649da7f99 Scope: fixed one shot trigger: Fixes #650 2020-10-08 07:52:09 +02:00
f4exb
40bd300baf Channel Analyzer: set GUI sample rate at construction time. Fixes #649 2020-10-07 21:32:32 +02:00
f4exb
de3299098f Windows build: attempt to add missing codec2 and uhd dlls in the binary bundle 2020-10-06 18:17:43 +02:00
f4exb
170a2661e1 Updated version and changelogs 2020-10-06 07:41:32 +02:00
f4exb
ec3e62e9a4 Try to use libuhd-dev for Linux Appveyor build 2020-10-06 00:05:17 +02:00
f4exb
d0300ef76f USRP input: corrected plugin library name 2020-10-06 00:01:04 +02:00
f4exb
cb5ffaa47b Added missing exports for MSVC 2020-10-05 23:51:46 +02:00
f4exb
841a8fe242 Morph PluginInstanceGUI in DeviceGUI and single line inheritance from QWidget 2020-10-05 19:48:05 +02:00
f4exb
31bf99a619 Removed dangling PluginInstanceGUI references 2020-10-05 16:30:24 +02:00
f4exb
6ebf4569bf Delete channel API from DeviceUISet. Update FeatureUISet 2020-10-04 22:16:09 +02:00
f4exb
e9a32528d7 Delete Feature in FeatureUISet 2020-10-04 22:16:09 +02:00
f4exb
b1c9a35dcb Channel plugins: use specialized ChannelGUI superclass. Handle GUI lifecycle in MainWindow 2020-10-04 22:16:09 +02:00