1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-16 21:23:19 -05:00

267 Commits

Author SHA1 Message Date
f4exb
37de6d4bb7 REST API: implemented GUI code for /sdrangel/deviceset/{deviceSetIndex}/spectrum/settings (PUT,PATCH) and /sdrangel/deviceset/{deviceSetIndex}/spectrum/server (POST,DELETE) 2020-05-06 01:38:23 +02:00
f4exb
6ee39b0e68 GLSpectrum: removed redundant invert indicator 2020-05-05 11:36:50 +02:00
f4exb
094fdad9ea GLSpectrum settings: removed confusing invert indicator and added ssb and usb 2020-05-04 18:39:24 +02:00
f4exb
d399e2fdc8 Websocket spectrum: implemented start/stop server from spectrum GUI 2020-05-02 00:35:47 +02:00
f4exb
b8f566b8a1 Websocket spectrum: Websocket spectrum settings dialog implementation taking settings into account 2020-05-01 11:06:56 +02:00
f4exb
22782bc51b GLSpectrum GUI: removed m_averagingMaxScale from settings 2020-05-01 05:33:44 +02:00
f4exb
871e22bb7b GLSpectrum: use GLSpectrumSettings 2020-05-01 03:12:01 +02:00
f4exb
4fd66bce45 GLSpectrumGUI: removed reference to message queue in setBuddies method 2020-05-01 02:33:50 +02:00
f4exb
f8e59ef82e SpectrumVis: removed message queue parameter from configure method 2020-05-01 02:23:26 +02:00
f4exb
9bb5185f9c Websocket spectrum: first implementation 2020-04-29 17:41:17 +02:00
f4exb
fcb9cf05cb Removed SpectrumVis from GUI dependency 2020-04-28 18:44:03 +02:00
f4exb
81f158c7f2 Fixed some warnings from Mac ports compilation 2020-04-19 06:13:32 +02:00
f4exb
298a5aadc5 MSVC compatibility 2020-03-15 11:58:19 +01:00
f4exb
3c6dbcdca2 GLSpectrum GUI optimization 2020-03-12 15:31:20 +01:00
f4exb
cb5463ce7f UI: added a custom QTextEdit with a finishedEditing() signal 2020-02-13 13:38:39 +01:00
f4exb
9e088dc601 LoRa demod rework (2) 2020-02-08 18:21:38 +01:00
f4exb
6028938108 Added Kaiser window 2020-02-03 14:37:29 +01:00
f4exb
5cecbc6e89 AudioDeviceDialog: respect audio device manager constness 2020-01-25 05:46:05 +01:00
f4exb
de368691ac LimeRFE USB support: implemented power calibration in UI 2020-01-19 18:12:02 +01:00
f4exb
d0858f21fb Added possibility to specify devices that cannot be discovered automatically. This implements #445 2019-12-16 01:03:47 +01:00
f4exb
8d2f65f967 Device user arguments: implemented non discoverable devices specification in GUI 2019-12-15 00:19:50 +01:00
f4exb
19da4eae76 Scope: added DOA projections and updated ChannelAnalzyer 2019-11-15 22:58:28 +01:00
f4exb
47e80ad8d1 GLSpectrum: set default window to Hanning 2019-10-27 22:25:17 +01:00
f4exb
b18d81e16b GLScope: fixed trace modulo setup 2019-10-16 18:02:28 +02:00
f4exb
8126cbeb5c GLScope: modulo for trace color repetition 2019-10-15 22:52:56 +02:00
f4exb
97dc714d4e GLScope: rainbow palette for Y1 on polar displays 2019-10-15 01:24:36 +02:00
f4exb
198de8d139 GLScope: polar grid 2019-10-14 18:50:40 +02:00
f4exb
b5a2180c30 GLScope: polar grid and conversion for XY display (1) 2019-10-14 01:42:24 +02:00
f4exb
d3176ef578 Scope: added possibility to change trace chunk size 2019-10-09 07:39:52 +02:00
f4exb
d1ba318c45 Allow channel marker to be present in more than one spectrum in MIMO mode 2019-09-09 00:59:03 +02:00
f4exb
ac8a73c529 GLSpectrum and GLScope: do not leave mutex locked while calling the update() method. Reset the config changed flag after call to applyConfig() 2019-08-23 13:23:19 +02:00
f4exb
7b8319c79f GLScope: fixed missing mutex acquisitions wherever the changes flag is set to true 2019-08-15 02:11:10 +02:00
f4exb
895f196fa5 GLSpectrum: fixed missing mutex acquisitions wherever the changes flag is set to true 2019-08-12 10:35:20 +02:00
f4exb
b980a92995 REST API: config: added PATCH and fixes 2019-08-11 01:27:19 +02:00
f4exb
4b3d088407 GLSpectrum settings refactoring (1) 2019-08-05 01:56:29 +02:00
f4exb
11eef9f02e CW keyer keyboard input: implemented controls in CW keyer 2019-07-30 09:27:55 +02:00
f4exb
1f30f527f5 CW keyer: standardize settings processing 2019-07-30 01:31:46 +02:00
f4exb
57efa91a5b CW keyer keyboard input: GUI mods (1) 2019-07-29 18:54:50 +02:00
f4exb
9abc0a374c AMBE: GUI fix 2019-07-23 22:53:31 +02:00
f4exb
bf5fe26f1e AMBE: allow freeflow input for AMBE server and ip or any device 2019-07-23 22:21:55 +02:00
f4exb
144b0db196 New AMBE engine (3) 2019-07-20 23:25:00 +02:00
f4exb
f04b6eb975 New AMBE engine (2) 2019-07-20 05:47:22 +02:00
f4exb
8d6a69eec6 New AMBE engine (1) 2019-07-19 18:38:03 +02:00
f4exb
ae787a2768 DeviceUserArgs: UI: fixed possible segfault when tree item pointer is null 2019-06-30 04:19:28 +02:00
f4exb
4f89e22cc2 Device user arguments (5) 2019-06-13 17:28:21 +02:00
f4exb
597a526527 Device user arguments (4) 2019-06-13 07:37:28 +02:00
f4exb
d79926e91b Device user arguments (3) 2019-06-13 01:23:05 +02:00
f4exb
6ebccb5b64 Device user arguments (2) 2019-06-12 18:50:53 +02:00
f4exb
1c8f0c8c14 Device user arguments (1) 2019-06-12 08:39:25 +02:00
f4exb
82f216f696 Corrected spectrum channel marker text display (see only the active one) 2019-06-02 01:37:12 +02:00