1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-12-03 17:43:52 -05:00

649 Commits

Author SHA1 Message Date
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
Texas.C
b898babb2e
fix tiny build issue on Qt5.15.0 2020-06-28 14:07:51 -07:00
f4exb
bf48f340c1 IQ swap: fixed transverter dialog 2020-06-23 22:21:39 +02:00
f4exb
b375dca5de IQ swap: implementation in transverter dialog 2020-06-23 05:02:50 +02:00
f4exb
d7f785029b Make dedicated readme for TransverterDialog 2020-06-23 04:59:54 +02:00
f4exb
26fb1decbb Sepectrum GUI: use spin boxes for reference level and range with finer steps. Implements issue #546 2020-06-19 00:54:19 +02:00
f4exb
baf57d0723 SigMF file input: first commit 2020-06-14 23:09:19 +02:00
f4exb
4de526f464 RTP audio: fixed codec setting when usinf REST API 2020-05-23 15:10:23 +02:00
f4exb
17e4fd9480 Prevent use of not existent devices when fiddling with user device parameters. Fixes issue #510 partially 2020-05-20 08:27:39 +02:00
f4exb
bff75e8d91 Websocket spectrum: updated documentation 2020-05-11 01:23:01 +02:00
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
c633250fe5 REST API: implemented GUI code for /sdrangel/deviceset/{deviceSetIndex}/spectrum/settings (GET) and /sdrangel/deviceset/{deviceSetIndex}/spectrum/server (GET) 2020-05-05 18:58:18 +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
b29a458e57 Websocket spectrum: adapted plugins 2020-04-30 09:57:05 +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
39128c089c FFT factory: implementation base 2020-03-12 06:27:38 +01:00
f4exb
801ead642a REST API device and channel actions: fixes to implementation 2020-03-09 19:56:09 +01:00
f4exb
74c073db4a REST API device and channel actions: general implementation and RTLSDR and FileSource implementations 2020-03-09 04:01:23 +01:00
f4exb
39cc627f3e LimeRFE USB: added cellular band 3 2020-03-08 22:04:58 +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
9f45fb5f4e LimeRFE USB: fixed attenuator and AM/FM notch settings 2020-02-01 19:22:31 +01:00
f4exb
5cecbc6e89 AudioDeviceDialog: respect audio device manager constness 2020-01-25 05:46:05 +01:00
f4exb
b91898efbc LimeRFE USB support: now merged in LimeSuite master. Made Linux specific 2020-01-25 03:14:02 +01:00
f4exb
4652c22936 LimeRFE USB support: GUI: Rx/Tx sync: work with device set indexes and set focus on Rx or Tx when switched on 2020-01-21 18:06:32 +01:00
f4exb
63cea89a91 LimeRFE USB support: GUI: mark apply button in green when changes need configuration update 2020-01-21 08:38:37 +01:00
f4exb
686052f9ce LimeRFE USB support: corrected some spelling errors 2020-01-20 17:33:17 +01:00