1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-21 21:46:33 -04:00
Commit Graph

415 Commits

Author SHA1 Message Date
f4exb
9d5d7b1113 Spectrum calibration: further adjustments and documentation 2022-02-05 23:40:23 +01:00
f4exb
cee7540399 Spectrum calibration: implementation. Issue #1120 2022-02-05 23:40:23 +01:00
f4exb
5df47b405a ValueDialZ: added decimal point option 2022-02-05 23:40:23 +01:00
f4exb
76c84c55d8 Spectrum Calibration: implementation of calibration points management 2022-02-05 23:40:23 +01:00
Jon Beniston
bce51d09d7 Fix linux warnings 2022-02-04 22:26:40 +00:00
Jon Beniston
a0dbe2adaf HTTPDownloadManagerGUI - Support retrying downloads. Remove close dialog buttons that don't work. 2022-02-04 17:20:24 +00:00
f4exb
60a1955d54 Spectrum Markers dialog: export/import annotations .csv file in standard writable location. Fixes #1114 2022-01-26 00:24:26 +01:00
f4exb
2db9efb30f Spectrum Markers dialog: fixed minimum marker selector when adding first marker 2022-01-26 00:00:00 +01:00
f4exb
c025ea47ee Spectrum: make markers display persistent 2022-01-22 09:00:58 +01:00
f4exb
639373f7eb Spectrum Markers: tri-state show marker state 2022-01-22 09:00:42 +01:00
f4exb
de8f64063f Spectrum Annotations. Implements #887 2022-01-22 08:59:40 +01:00
f4exb
9a16afd744 API: added histogram and waterfall markers to spectrum settings 2022-01-15 19:19:47 +01:00
f4exb
c2db32201f RollupWidget: fixed segfault in restoreState by swapping loops 2022-01-11 23:20:22 +01:00
f4exb
98b305f320 Make rollup state a serializable object so that it can be dumped in JSON format for the API. Prerequisite tp #1050 2022-01-09 05:27:12 +01:00
f4exb
128dd03684 New Jogdial Controller feature plugin. Implements #1088 2022-01-06 22:47:41 +01:00
f4exb
2a9cc27a41 Implement serialize and deserialize to/from API in Serializable interface. Related changes and fixes 2021-12-01 00:21:19 +01:00
Jon Beniston
03004e00f7 Add links to documentation 2021-11-24 11:31:51 +00:00
f4exb
2638ee9a4b FFTW Wisdom program invocation dialog 2021-11-03 21:56:33 +01:00
Jon Beniston
af841dd88f Don't use WA_DeleteOnClose for progess dialogs, as a crash can occur if the user closes the window before the download is complete. 2021-11-03 11:02:04 +00:00
Jon Beniston
05987586bf #897 - Add support for vertically expanding widgets to RollupWidget 2021-10-30 16:20:24 +01:00
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
963ce326f6 GLScopeGUI: fixed UI blocking and added missing trace offset serialization/deserialization. Fixes #969 2021-08-09 02:21:12 +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
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