Commit Graph

829 Commits

Author SHA1 Message Date
f4exb 784615e3bc MainWindow: fixed missing change feature tab handler. Change Feature UI set when feature tab changes. Fixes #1012 2021-10-16 11:10:21 +02:00
f4exb 3641eb7295 ValueDialZ: when setting range fix zero display initial value 2021-10-12 23:12:53 +02:00
Jon Beniston fbef25884e Add Radio Astronomy plugin 2021-10-12 11:31:14 +01:00
Jon Beniston e248d8144c valuedialz: Check range against m_valueNew rather than m_value, as that holds the most recently set value 2021-10-05 14:20:05 +01:00
f4exb f693ecc8cc ValueDialZ: moved emit changed inside setValue method. Complements #1004 2021-10-03 12:53:14 +02:00
f4exb 40a1c854dd ValueDialZ: removed set value to 0 code if value is in range. Fixes #1004 2021-10-03 12:45:32 +02:00
f4exb e1c3726a27 API: added GET /sdrangel/featurepresets and DELETE /sdrangel/featurepreset 2021-09-04 05:58:06 +02:00
f4exb 600fbeb486 Multiple Feature Sets in GUI: documentation 2021-08-21 22:17:41 +02:00
f4exb 96cf34591a Implemented multiple Feature Sets in GUI 2021-08-21 22:05:05 +02:00
f4exb e2286cc741 API: /sdrangel/featureset (POST, DELETE) fully implemented 2021-08-21 20:09:57 +02:00
f4exb 963ce326f6 GLScopeGUI: fixed UI blocking and added missing trace offset serialization/deserialization. Fixes #969 2021-08-09 02:21:12 +02:00
f4exb 5f83d523dc Added documentation for spectrum markers dialog 2021-08-08 06:24:35 +02:00
f4exb 79c1796cfe Spectrum markers: implemented persistency (serialization/deserialization) using spectrum settings 2021-08-08 04:28:22 +02:00
f4exb ab314c814d Spectrum markers: moved to sdrbase 2021-08-07 19:45:48 +02:00
f4exb 885bfb823f Spectrum Markers: do not use QColorConstants. Added export for MSVC 2021-08-06 10:24:20 +02:00
f4exb 766647b754 Spectrum markers: implemented marker serialization and deserialization 2021-08-05 21:11:50 +02:00
f4exb deafa0833b Spectrum markers: implemented histogram markers display enable 2021-08-05 21:11:50 +02:00
f4exb 7a00e51dc6 Spectrum markers: implemented histogram markers max power hold 2021-08-05 21:11:50 +02:00
f4exb 111c8d4a99 Spectrum markers: add dialog for waterfall markers 2021-08-05 21:11:50 +02:00
f4exb 133f6caa60 Spectrum markers: implemented colors etc... 2021-08-05 21:11:50 +02:00
f4exb e7e82a12b0 Spectrum markers: make dialog dynamic 2021-08-05 21:11:50 +02:00
f4exb beb03eef01 GLSpectrum: keep spectrum markers within display limits 2021-08-05 21:11:50 +02:00
f4exb a49a88d67c Spectrum markers dialog (2) 2021-08-05 21:11:50 +02:00
f4exb 1decb23fac Spectrum markers dialog (1) 2021-08-05 21:11:50 +02:00
f4exb 1c2c8352f2 Spectrum markers: externalize histogram and waterfall markers 2021-08-05 21:11:50 +02:00
f4exb 6036f62ae4 GLSpectrum: implement power tracking histogram markers 2021-08-05 21:11:50 +02:00
f4exb 9f8ce82287 GLSpectrum: calculate marker FFT marker frequency bin 2021-08-05 21:11:50 +02:00
f4exb be1976729b Scope GUI: reworked serialize and deserialize 2021-07-15 18:30:01 +02:00
f4exb ede1ef0151 ScopeVis: do not save / restore time offset in the settings 2021-07-11 18:02:05 +02:00
f4exb 3a3dc0d8c0 Channel Analyzer / Scope: fixed sample rate handling. Fixes #956 2021-07-10 22:41:24 +02:00
f4exb 55745d3b5e GLSpectrum: reverted change breaking Qt 5.12 compatibility 2021-07-07 08:49:46 +02:00
f4exb bd3aa8faf0 Spectrum Markers: make them stick to frequency, power and time distance 2021-07-07 00:07:25 +02:00
Jon Beniston 6a6b2b3eca Remove incorrect comment. 2021-07-01 16:16:24 +01:00
Jon Beniston b949a19808 Save settings in base64 for linux compatibility 2021-07-01 16:07:25 +01:00
Jon Beniston d2814e2dd8 Save and restore position and size of main window between invocations. Fixes #89 2021-07-01 15:28:43 +01:00
Jon Beniston e6e303cd78 Enable LimeRFE on Windows 2021-06-29 21:35:52 +01:00
f4exb 2eb8abeb00 Scope GUI: amplitude and offset reset buttons. Fixes and updated documentation 2021-06-27 11:42:27 +02:00
f4exb f886f7d400 Scope GUI: refactor amp offset 2021-06-27 10:10:28 +02:00
f4exb 70167c0ed8 Scope GUI: refactor amp scale 2021-06-27 01:52:42 +02:00
Jon Beniston de2654aeb4 Add support for zooming in to image 2021-06-25 16:38:52 +01:00
Jon Beniston af21350b40 Add galactic line of slight plot and galactic coords to Star Tracker 2021-06-25 13:00:59 +01:00
f4exb bd04ee5a5e GLScopeGUI: effective implementation of stream input selection. Fixes #872 2021-06-24 22:52:20 +02:00
f4exb 28214de978 Issue #925. Issue was in GLScopeGUI::setBuddies not the plugin(s) 2021-06-16 06:47:44 +02:00
f4exb d9e1034f9a GLScopeGUI: fixed QMetaObject::connectSlotsByName warnings 2021-06-16 00:19:17 +02:00
f4exb 6221693710 GLScopeGUI: synchronize add trace and add trigger in setBuddies method 2021-06-16 00:05:08 +02:00
f4exb 5fde3dfb18 GLScope redesign: set number of streams separately 2021-06-12 10:47:03 +02:00
f4exb 7dbbd9f2ee GLScope redesign: settings synchro (2) 2021-06-12 10:18:18 +02:00
f4exb 5d615e453c GLScope redesign: settings synchro (1) 2021-06-12 10:18:18 +02:00
f4exb e699099946 GLScope redesign: using GLScopeSettings (2) 2021-06-12 10:18:18 +02:00
f4exb d08844a34c GLScope redesign: using GLScopeSettings (1) 2021-06-12 10:18:18 +02:00