1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-01-04 23:38:42 -05:00

687 Commits

Author SHA1 Message Date
f4exb
afb546529a Removed undesirable methods from PluginInstanceGUI and related common plugins 2020-10-03 11:43:14 +02:00
f4exb
34ced6cc10 Removed PluginInstanceGUI reference in PluginInterface implementation 2020-10-03 07:37:02 +02:00
f4exb
42b3f766e1 Removed PluginInstanceGUI reference in DeviceAPI 2020-10-03 06:58:45 +02:00
f4exb
8a36296733 Feature plugins: register feature instances outside of their GUI classes 2020-10-03 05:26:07 +02:00
f4exb
6072382e27 Register channels with their URI 2020-10-03 04:48:57 +02:00
f4exb
aa3d5eddb0 Add GUI to device set outside plugin 2020-10-03 03:09:36 +02:00
f4exb
88fffa314b Replace separate create channel methods (BS and CES) by a single one combining both interfaces 2020-10-01 22:47:30 +02:00
f4exb
47d2520b3a Moved DeviceSet from sdrsrv to sdrbase 2020-10-01 06:09:59 +02:00
f4exb
331eb54c07 Make channels and features creation consistent between GUI and Server flavors 2020-09-30 13:24:26 +02:00
f4exb
b87f1b66b1 Feature plugins: updated main window documentation 2020-09-29 01:25:57 +02:00
f4exb
d515c14084 Channel add action: fixed tab view being in use. Fixes #645 2020-09-28 02:40:25 +02:00
Jon Beniston
a92155cee5 Add narrowband FM preemphasis settings 2020-09-28 02:30:06 +02:00
f4exb
1ca1b504b2 Packet mod fixes 2020-09-28 02:15:40 +02:00
Jon Beniston
2b48e969ba Add packet modulator for transmitting packet radio data packets (AX.25/APRS) 2020-09-28 01:56:21 +02:00
f4exb
27ac574db8 GUI: Removed some useless maximum size constraints 2020-09-28 01:35:30 +02:00
f4exb
169e35a4ef Feature plugins: general GUI updates 2020-09-28 00:20:37 +02:00
f4exb
6d090b5862 Feature plugins framework: presets 2020-09-24 05:38:05 +02:00
f4exb
67e8fdf27d Feature plugins framework: REST API and server implementation 2020-09-21 03:13:36 +02:00
f4exb
4db3c5240a Feature plugins framework initial commit 2020-09-20 01:06:34 +02:00
f4exb
ad37381452 Updated main window documentaton 2020-09-13 23:10:56 +02:00
f4exb
a54f72f58d Removed sampling device control objects 2020-09-13 18:32:33 +02:00
f4exb
f6e7f13fbf New sampling devices dock with change and reload buttons 2020-09-13 17:50:24 +02:00
f4exb
aaa0d9d465 New channels dock with add channels button replaces add channel from sampling devices control 2020-09-12 10:37:16 +02:00
f4exb
721e1475dc DeviceUISet: fixed deleteChannel. Fixes issue #625 2020-09-11 00:30:04 +02:00
f4exb
1429e3ac4a GLSpectrum: fixed settings and waterfall share serialization. Fixes #609 2020-08-29 11:23:45 +02:00
f4exb
31d1c7fc08 GLScope and GLSpectrum: removed useless calls to cleanup() in destructor 2020-08-25 07:30:10 +02:00
f4exb
0a562301af RollupWidget: fixed collapse section header not showing up. Fixes #608 2020-08-24 19:58:09 +02:00
Vort
7eea116352 ValueDial(Z): add virtual keyboard support 2020-08-17 13:55:48 +02:00
Vort
db072e985f ATV Demodulator: implement double buffering 2020-08-17 13:55:36 +02:00
Vort
0409b1d769 Sample offset is adjusted every line 2020-08-08 17:22:38 +02:00
Vort
043a4c638c Move TVScreen data to separate object 2020-08-08 17:22:29 +02:00
Vort
4519b9681b TVScreenAnalog with subsample shift shader added 2020-08-08 17:22:17 +02:00
f4exb
678ecc7bd0 RoolupWidget: exclude dialogs from children widgets that can be used as roll up widgets 2020-08-04 23:25:50 +02:00
f4exb
3e01f38e62 Renamed FileSink plugin to FileOutput: more name changes 2020-08-04 01:07:19 +02:00
f4exb
45c727ddc2 GLShaderTextured: use mutable or immutable storage depending on system capability. Implements #582 2020-08-03 00:30:13 +02:00
f4exb
1df46b0ac7 Fixed some compiler warnings 2020-08-02 19:52:17 +02:00
f4exb
c0b9d6ffd4 Button switch: added methods to set color and reset to default button colors 2020-08-02 00:59:42 +02:00
Vort
0e918fbbe6 ATV Demodulator: improvements of HSync and VSync algorithms. Fixes #459. 2020-07-21 06:38:14 +02:00
f4exb
0eea80963b DeviceUISet: fixed deleteChannel not actually deleting the channel unlike DeviceSet equivalent 2020-07-13 09:48:39 +02:00
f4exb
9e30ba95ab Channel Analyzer: let spectrum free running when in free running mode 2020-07-13 01:17:36 +02:00
f4exb
ac5c4dc070 GLSpectrum: synchronize spectrum running with the GUI spectrum freeze button. Fixes issue #561 2020-07-10 00:15:31 +02:00
f4exb
784708b71d ButtonSwitch: invoke setChecked on toggle handling so that the button face is changed appropriately 2020-07-10 00:12:24 +02:00
f4exb
b486b1dda7 GLScope and GLSpectrum: updated documentation 2020-07-06 13:52:41 +02:00
f4exb
d2396d1f3d GLSpectrum: factorized displayScaledF and displayScaledM 2020-07-06 10:57:58 +02:00
f4exb
a3c9567b14 GLSpectrum: rationalize marker code 2020-07-06 04:08:08 +02:00
f4exb
a2d4cc84c8 GLSpectrum: remove markers manually. Fixed UI 2020-07-06 03:20:08 +02:00
f4exb
6eb3bdb0a8 GLScope: added markers. Implements #497 2020-07-06 02:44:11 +02:00
f4exb
cf896338c4 ScopeVis: fixed moving of iterator past the end. Fixes issue #556 2020-07-05 11:45:03 +02:00
f4exb
3c7a39f71e GLSpectrum: added a freeze button 2020-07-05 10:03:41 +02:00
f4exb
3e6ea404e1 GLSpectrum: added markers. Implements #557 2020-07-05 03:25:44 +02:00