sdrangel/sdrgui/gui
f4exb f01b90094b PVS-Studio static analysis corrections (1) issue #137 2018-02-21 18:54:59 +01:00
..
aboutdialog.cpp Web API: re-organize online documentation and integrate Swagger-UI 2018-01-24 18:17:13 +01:00
aboutdialog.h Show REST API URL in about dialog 2018-01-12 00:57:05 +01:00
aboutdialog.ui About dialog: cosmetic changes 2018-01-28 09:28:04 +01:00
addpresetdialog.cpp Commands and presets: added possibility to rename group or merge groups. In addition for presets: added possibility to edit description 2018-01-05 11:45:20 +01:00
addpresetdialog.h Commands and presets: added possibility to rename group or merge groups. In addition for presets: added possibility to edit description 2018-01-05 11:45:20 +01:00
addpresetdialog.ui Updated documentation with latest changes 2018-01-07 00:42:22 +01:00
audiodialog.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
audiodialog.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
audiodialog.ui Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
basicchannelsettingsdialog.cpp New channel marker signal handling. Applied to channel analyzer 2017-11-14 00:06:42 +01:00
basicchannelsettingsdialog.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
basicchannelsettingsdialog.ui Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
buttonswitch.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
buttonswitch.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
channelwindow.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
channelwindow.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
clickablelabel.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
clickablelabel.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
colormapper.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
colormapper.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
commanditem.cpp Commands: implemented management GUI 2018-01-04 11:11:53 +01:00
commanditem.h Commands: implemented management GUI 2018-01-04 11:11:53 +01:00
commandkeyreceiver.cpp Commands: use the command key event filter to capture key sequences in the edit command dialog window 2018-01-05 09:59:37 +01:00
commandkeyreceiver.h Commands: optional trap of keyboard input in main window to be able to trigger commands 2018-01-05 05:05:12 +01:00
commandoutputdialog.cpp Commands: fixed error and exit signals handling 2018-01-04 23:10:05 +01:00
commandoutputdialog.h Commands: implemented run and output GUI 2018-01-04 20:15:33 +01:00
commandoutputdialog.ui Commands: removed debug messages on event handlers 2018-01-05 02:13:15 +01:00
cwkeyergui.cpp Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings PUT, PATCH for NFM demod and mod. Fixes (1) 2017-12-12 18:56:24 +01:00
cwkeyergui.h Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings PUT, PATCH for NFM demod and mod 2017-12-11 18:18:47 +01:00
cwkeyergui.ui Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
editcommanddialog.cpp Updated documentation with latest changes 2018-01-07 00:42:22 +01:00
editcommanddialog.h Commands: use the command key event filter to capture key sequences in the edit command dialog window 2018-01-05 09:59:37 +01:00
editcommanddialog.ui Commands: implemented management GUI 2018-01-04 11:11:53 +01:00
externalclockbutton.cpp LimeSDR: implemented external clock frequency handling in the GUI 2017-11-05 05:59:04 +01:00
externalclockbutton.h LimeSDR: implemented external clock frequency handling in the GUI 2017-11-05 05:59:04 +01:00
externalclockdialog.cpp Added exernal clock dialog and button and implemented it in LimeSDR plugins GUIs 2017-11-05 05:50:01 +01:00
externalclockdialog.h Added exernal clock dialog and button and implemented it in LimeSDR plugins GUIs 2017-11-05 05:50:01 +01:00
externalclockdialog.ui Added exernal clock dialog and button and implemented it in LimeSDR plugins GUIs 2017-11-05 05:50:01 +01:00
glscope.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glscope.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glscopegui.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glscopegui.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glscopegui.ui Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glscopemulti.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glscopemulti.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glscopemultigui.cpp PVS-Studio static analysis corrections (1) issue #137 2018-02-21 18:54:59 +01:00
glscopemultigui.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glscopemultigui.ui Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glscopeng.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glscopeng.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glscopenggui.cpp PVS-Studio static analysis corrections (1) issue #137 2018-02-21 18:54:59 +01:00
glscopenggui.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glscopenggui.ui Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glshadersimple.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glshadersimple.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glshadertextured.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glshadertextured.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glspectrum.cpp New channel marker signal handling. Applied to channel analyzer 2017-11-14 00:06:42 +01:00
glspectrum.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glspectrumgui.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glspectrumgui.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
glspectrumgui.ui Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
indicator.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
indicator.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
levelmeter.cpp SSB demod: start level meter at -120 dB when in 24 bit mode 2018-02-10 05:43:11 +01:00
levelmeter.h SSB demod: start level meter at -120 dB when in 24 bit mode 2018-02-10 05:43:11 +01:00
loggingdialog.cpp Implemented optional logging to file 2017-11-12 02:23:55 +01:00
loggingdialog.h Main window: implement the logging options dialog. Use it only for log level 2017-11-11 19:26:23 +01:00
loggingdialog.ui Implemented optional logging to file 2017-11-12 02:23:55 +01:00
myposdialog.ui Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
mypositiondialog.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
mypositiondialog.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
physicalunit.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
pluginsdialog.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
pluginsdialog.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
pluginsdialog.ui Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
presetitem.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
presetitem.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
rollupwidget.cpp Highlight demod frame when the marker is highlighted on the spectrum 2017-11-14 22:58:35 +01:00
rollupwidget.h Highlight demod frame when the marker is highlighted on the spectrum 2017-11-14 22:58:35 +01:00
samplingdevicecontrol.cpp Handle the remove last device in main window with the new sampling device control 2017-11-02 14:29:49 +01:00
samplingdevicecontrol.h Handle the remove last device in main window with the new sampling device control 2017-11-02 14:29:49 +01:00
samplingdevicecontrol.ui New devices handling (1) 2017-11-02 03:30:54 +01:00
samplingdevicedialog.cpp New devices handling (1) 2017-11-02 03:30:54 +01:00
samplingdevicedialog.h New devices handling (1) 2017-11-02 03:30:54 +01:00
samplingdevicedialog.ui New devices handling (1) 2017-11-02 03:30:54 +01:00
scaleengine.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
scaleengine.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
scopewindow.ui Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
tickedslider.cpp Ticker Slider; fixed roundf (2) 2017-11-22 00:40:11 +01:00
tickedslider.h SSB mod/demod: improve LSB/USB experience: DSB/SSB icon shows right sideband. Filter limit sliders with ticks. Button to flip sidebands 2017-11-21 01:09:47 +01:00
transverterbutton.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
transverterbutton.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
transverterdialog.cpp Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
transverterdialog.h Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
transverterdialog.ui Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split 2017-10-22 19:12:43 +02:00
valuedial.cpp remove line 2018-02-12 01:44:24 +01:00
valuedial.h Fixed value dial typing in values problems. Issue #97 2017-11-18 03:51:46 +01:00
valuedialz.cpp fix QtWheelEvent propagation 2018-02-12 01:43:04 +01:00
valuedialz.h Fixed value dial typing in values problems. Issue #97 2017-11-18 03:51:46 +01:00