sdrangel/sdrgui/gui
Jiří Pinkava af7959c949 Fix name of widget, it must be unique
The widget name was duplicated, it caused no real issue, sinc it was
never referenced, but the UI compiler complained
2022-09-23 00:40:15 +02:00
..
aboutdialog.cpp Bump copyright year 2022-09-03 14:46:28 +02:00
aboutdialog.h Make the settings location appear in the log and in the about panel of the GUI also 2019-01-17 11:17:28 +01:00
aboutdialog.ui Make the settings location appear in the log and in the about panel of the GUI also 2019-01-17 11:17:28 +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 Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
addpresetdialog.ui Updated documentation with latest changes 2018-01-07 00:42:22 +01:00
audiodialog.cpp Renamed sdrbase AudioOutput to AudioOutputDevice 2020-11-12 22:13:44 +01:00
audiodialog.h Copy audio to UDP/RTP: G722 fixes 2019-02-17 06:15:12 +01:00
audiodialog.ui Copy audio to UDP/RTP: Opus environment setting 2019-02-18 02:30:43 +01:00
audioselectdialog.cpp AudioDeviceDialog: respect audio device manager constness 2020-01-25 05:44:38 +01:00
audioselectdialog.h SimplePTT: fixed list of audio devices for VOX displaying output instead of input devices 2022-08-13 11:14:31 +02:00
audioselectdialog.ui sdrgui: changed all fonts to Liberation 2018-05-05 17:44:38 +02:00
basicchannelsettingsdialog.cpp Massive UI revamping (v7): updated basic channel settings and indicate stream index for MIMO device and single stream channel 2022-04-18 01:42:03 +02:00
basicchannelsettingsdialog.h Massive UI revamping (v7): updated basic channel settings and indicate stream index for MIMO device and single stream channel 2022-04-18 01:42:03 +02:00
basicchannelsettingsdialog.ui Massive UI revamping (v7): updated basic channel settings and indicate stream index for MIMO device and single stream channel 2022-04-18 01:42:03 +02:00
basicdevicesettingsdialog.cpp Basic channel and device settings dialogs: changed returnPressed to editingFinished event handling 2018-12-27 09:31:55 +01:00
basicdevicesettingsdialog.h Basic channel and device settings dialogs: changed returnPressed to editingFinished event handling 2018-12-27 09:31:55 +01:00
basicdevicesettingsdialog.ui Reverse API: created basic device settings dialog similar to channel one. Connected it to RTL-SDR 2018-12-17 01:25:54 +01:00
basicfeaturesettingsdialog.cpp Massive UI revamping (v7): feature window basic feature settings dialog: implemented reset to default title. Some cosmetic changes 2022-04-18 12:08:33 +02:00
basicfeaturesettingsdialog.h Massive UI revamping (v7): feature window basic feature settings dialog: implemented reset to default title. Some cosmetic changes 2022-04-18 12:08:33 +02:00
basicfeaturesettingsdialog.ui Massive UI revamping (v7): feature window basic feature settings dialog: implemented reset to default title. Some cosmetic changes 2022-04-18 12:08:33 +02:00
buttonswitch.cpp ButtonSwitch: use stylesheet instead of fiddling with the color palette. Fixes some inital color state issues 2022-05-19 17:51:51 +02:00
buttonswitch.h ButtonSwitch: use stylesheet instead of fiddling with the color palette. Fixes some inital color state issues 2022-05-19 17:51:51 +02:00
channeladddialog.cpp In feature and channel add dialogs ignore apply action if there are no items to select 2022-06-25 12:19:26 +02:00
channeladddialog.h Massive UI revamping (v7): duplicate channel 2022-04-15 18:59:29 +02:00
channeladddialog.ui GUI: Removed some useless maximum size constraints 2020-09-22 00:09:38 +02:00
clickablelabel.cpp Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
clickablelabel.h Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +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 Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
commanditem.cpp Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
commanditem.h Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
commandoutputdialog.cpp Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
commandoutputdialog.h Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
commandoutputdialog.ui sdrgui: changed all fonts to Liberation 2018-05-05 17:44:38 +02:00
commandsdialog.cpp Massive UI revamping (v7): created configurations with just Features for now 2022-04-05 16:28:07 +02:00
commandsdialog.h Massive UI revamping (v7): created configurations with just Features for now 2022-04-05 16:28:07 +02:00
commandsdialog.ui Massive UI revamping (v7): created configurations with just Features for now 2022-04-05 16:28:07 +02:00
configurationsdialog.cpp Massive UI revamping (v7): main window documentation 2022-04-19 07:03:28 +02:00
configurationsdialog.h Massive UI revamping (v7): main window documentation 2022-04-19 07:03:28 +02:00
configurationsdialog.ui Massive UI revamping (v7): main window documentation 2022-04-19 07:03:28 +02:00
crightclickenabler.cpp Multiple audio support: Select output device in AM demod 2018-03-26 18:41:09 +02:00
crightclickenabler.h Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
customtextedit.cpp ChirpChat modulator: implementation 2020-11-09 18:56:06 +01:00
customtextedit.h ChirpChat modulator: implementation 2020-11-09 18:56:06 +01:00
cwkeyergui.cpp New Jogdial Controller feature plugin. Implements #1088 2022-01-06 22:47:41 +01:00
cwkeyergui.h Implement serialize and deserialize to/from API in Serializable interface. Related changes and fixes 2021-12-01 00:21:19 +01:00
cwkeyergui.ui CW keyer keyboard input: GUI mods (1) 2019-07-29 18:54:50 +02:00
datetimedelegate.cpp Add RS41 Radiosonde (Weather Ballon) demodulator and feature 2022-03-01 17:17:56 +00:00
datetimedelegate.h Add RS41 Radiosonde (Weather Ballon) demodulator and feature 2022-03-01 17:17:56 +00:00
decimaldelegate.cpp Add RS41 Radiosonde (Weather Ballon) demodulator and feature 2022-03-01 17:17:56 +00:00
decimaldelegate.h Add RS41 Radiosonde (Weather Ballon) demodulator and feature 2022-03-01 17:17:56 +00:00
devicesetpresetsdialog.cpp Massive UI revamping (v7): try to fix Ubuntu prod build error 2022-04-13 21:45:56 +02:00
devicesetpresetsdialog.h Massive UI revamping (v7): device set presets 2022-04-13 18:43:37 +02:00
devicesetpresetsdialog.ui Massive UI revamping (v7): device set presets 2022-04-13 18:43:37 +02:00
devicesetselectiondialog.cpp Massive UI revamping (v7): Implemented channel move to another device and more 2022-04-16 16:45:53 +02:00
devicesetselectiondialog.h Massive UI revamping (v7): Implemented channel move to another device and more 2022-04-16 16:45:53 +02:00
devicestreamselectiondialog.cpp Fixed select device stream dialog window placement 2019-05-21 14:12:32 +02:00
devicestreamselectiondialog.h Added missing files for DeviceStreamSettingsDialog 2019-05-21 08:44:46 +02:00
devicestreamselectiondialog.ui Fixed select device stream dialog window placement 2019-05-21 14:12:32 +02:00
deviceuserargsdialog.cpp Fixed -Wunused-parameter warnings 2020-11-14 11:13:32 +01:00
deviceuserargsdialog.h Fixed -Wunused-parameter warnings 2020-11-14 11:13:32 +01:00
deviceuserargsdialog.ui Added possibility to specify devices that cannot be discovered automatically. This implements #445 2019-12-16 01:03:47 +01:00
dmsspinbox.cpp Add Custom Az/El target and drift scan plot to Star Tracker. 2021-05-24 12:34:38 +01:00
dmsspinbox.h Add Custom Az/El target and drift scan plot to Star Tracker. 2021-05-24 12:34:38 +01:00
doublevalidator.h Fixed remaining warnings 2020-11-15 12:02:04 +01:00
editcommanddialog.cpp New Jogdial Controller feature plugin. Implements #1088 2022-01-06 22:47:41 +01:00
editcommanddialog.h Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
editcommanddialog.ui sdrgui: changed all fonts to Liberation 2018-05-05 17:44:38 +02:00
externalclockbutton.cpp Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
externalclockbutton.h Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
externalclockdialog.cpp Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
externalclockdialog.h Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
externalclockdialog.ui sdrgui: changed all fonts to Liberation 2018-05-05 17:44:38 +02:00
featureadddialog.cpp In feature and channel add dialogs ignore apply action if there are no items to select 2022-06-25 12:19:26 +02:00
featureadddialog.h Feature plugins framework initial commit and Misc plugins removal 2020-09-28 16:49:32 +02:00
featureadddialog.ui Feature plugins framework initial commit and Misc plugins removal 2020-09-28 16:49:32 +02:00
featurelayout.cpp Add FeatureLayout - to try to better use space in Feature window 2022-03-18 17:07:52 +00:00
featurelayout.h Add FeatureLayout - to try to better use space in Feature window 2022-03-18 17:07:52 +00:00
featurepresetsdialog.cpp Massive UI revamping (v7): devices intermediate 2022-04-09 13:38:22 +02:00
featurepresetsdialog.h Massive UI revamping (v7): devices intermediate 2022-04-09 13:38:22 +02:00
featurepresetsdialog.ui Massive UI revamping (v7): device set presets 2022-04-13 18:43:37 +02:00
fftwisdomdialog.cpp FFTW Wisdom program invocation dialog 2021-11-03 21:56:33 +01:00
fftwisdomdialog.h FFTW Wisdom program invocation dialog 2021-11-03 21:56:33 +01:00
fftwisdomdialog.ui FFTW Wisdom program invocation dialog 2021-11-03 21:56:33 +01:00
flowlayout.cpp FlowLayout: Add support for vertically expanding widgets and vertical alignment. 2022-09-16 08:50:21 +01:00
flowlayout.h FlowLayout: Add SDRGUI_API so can be used in plugins 2022-09-16 08:49:26 +01:00
fmpreemphasisdialog.cpp Define _USE_MATH_DEFINES and clean M_PI redefinitions 2020-11-04 23:05:41 +01:00
fmpreemphasisdialog.h Add narrowband FM preemphasis settings 2020-09-24 08:36:13 +02:00
fmpreemphasisdialog.ui Add narrowband FM preemphasis settings 2020-09-24 08:36:13 +02:00
framelesswindowresizer.cpp FramelessWindowResizer: Use minimumSizeHint and sizeHint, so it works with FlowLayout 2022-09-16 08:53:12 +01:00
framelesswindowresizer.h Restore cursor when moved over child widget 2022-04-25 15:01:59 +01:00
glscope.cpp GLScope and GLSpectrum removed extraneous call to cleanup method. Fixes #1295 2022-06-28 20:53:47 +02:00
glscope.h DOA2: set scope timescale display as frequency in FFT (correlation) mode for X and XY displays 2022-05-28 23:44:53 +02:00
glscopegui.cpp ChannelAnalyzer: apply fix for #892 only if the current trace mode is live trace. Fixes #1375 2022-08-04 23:43:18 +02:00
glscopegui.h Implement serialize and deserialize to/from API in Serializable interface. Related changes and fixes 2021-12-01 00:21:19 +01:00
glscopegui.ui Scope GUI: amplitude and offset reset buttons. Fixes and updated documentation 2021-06-27 11:42:27 +02:00
glshadercolormap.cpp Fix shaders so they don't crash when OpenGL 2.0 ES is used 2022-07-21 21:09:41 +01:00
glshadercolormap.h Spectrum: Enable alpha blending on gradient fill, so channel markers are visible 2022-06-22 10:07:35 +01:00
glshadercolors.cpp Optimise VAO usage 2022-06-19 14:16:45 +01:00
glshadercolors.h Optimise VAO usage 2022-06-19 14:16:45 +01:00
glshadersimple.cpp Spectrum: And fill and gradient styles. Allow 2D waterfall color map to be changed 2022-06-22 08:52:48 +01:00
glshadersimple.h Spectrum: And fill and gradient styles. Allow 2D waterfall color map to be changed 2022-06-22 08:52:48 +01:00
glshaderspectrogram.cpp Fix shaders so they don't crash when OpenGL 2.0 ES is used 2022-07-21 21:09:41 +01:00
glshaderspectrogram.h Fix shaders so they don't crash when OpenGL 2.0 ES is used 2022-07-21 21:09:41 +01:00
glshadertextured.cpp Fix formatting 2022-06-20 08:50:28 +01:00
glshadertextured.h Fix formatting 2022-06-20 08:50:28 +01:00
glshadertvarray.cpp Update TVScreen to OpenGL 3.3 2022-06-19 23:22:43 +01:00
glshadertvarray.h Update TVScreen to OpenGL 3.3 2022-06-19 23:22:43 +01:00
glspectrum.cpp Spectrum: Add peak power and frequency in info bar 2022-09-22 12:07:52 +01:00
glspectrum.h Spectrum: Add peak power and frequency in info bar 2022-09-22 12:07:52 +01:00
glspectrumgui.cpp Spectrum GUI: updates to the go to markers feature and documentation 2022-06-25 02:53:11 +02:00
glspectrumgui.h SpectrumGUI: Add combo box to allow center frequency to be set to annotation marker 2022-06-24 23:37:22 +01:00
glspectrumgui.ui SpectrumGUI: Add combo box to allow center frequency to be set to annotation marker 2022-06-24 23:37:22 +01:00
graphicsdialog.cpp Add 3D spectrogram 2022-06-18 12:35:44 +01:00
graphicsdialog.h Add 3D spectrogram 2022-06-18 12:35:44 +01:00
graphicsdialog.ui Add 3D spectrogram 2022-06-18 12:35:44 +01:00
graphicsviewzoom.cpp Add galactic line of slight plot and galactic coords to Star Tracker 2021-06-25 13:00:59 +01:00
graphicsviewzoom.h Add galactic line of slight plot and galactic coords to Star Tracker 2021-06-25 13:00:59 +01:00
httpdownloadmanagergui.cpp Fix linux warnings 2022-02-04 22:26:40 +00:00
httpdownloadmanagergui.h HTTPDownloadManagerGUI - Support retrying downloads. Remove close dialog buttons that don't work. 2022-02-04 17:20:24 +00:00
indicator.cpp Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
indicator.h Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
levelmeter.cpp FreeDV demod: stats in the GUI (2) 2019-02-27 18:37:07 +01:00
levelmeter.h Fixed some warnings from Mac ports compilation 2020-04-19 06:14:45 +02:00
loggingdialog.cpp Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
loggingdialog.h Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
loggingdialog.ui sdrgui: changed all fonts to Liberation 2018-05-05 17:44:38 +02:00
myposdialog.ui Massive UI revamping (v7): restore menu shortcuts and ellipsis. Fixes #1208 2022-04-20 21:33:18 +02:00
mypositiondialog.cpp Add ADS-B Demodulator plugin. 2020-10-27 16:22:10 +00:00
mypositiondialog.h Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
pluginsdialog.cpp Added possibility to specify devices that cannot be discovered automatically. This implements #445 2019-12-16 01:03:47 +01:00
pluginsdialog.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
pluginsdialog.ui sdrgui: changed all fonts to Liberation 2018-05-05 17:44:38 +02:00
presetitem.cpp Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
presetitem.h Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
rollupcontents.cpp Massive UI revamping (v7): Restored channel highlighted by cursor function. Part of #1213 2022-04-26 00:42:26 +02:00
rollupcontents.h Massive UI revamping (v7): Restored channel highlighted by cursor function. Part of #1213 2022-04-26 00:42:26 +02:00
rollupwidget.cpp Add FeatureLayout - to try to better use space in Feature window 2022-03-18 17:07:52 +00:00
rollupwidget.h 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
samplingdevicedialog.cpp Massive UI revamping (v7): devices basic 2022-04-07 16:32:03 +02:00
samplingdevicedialog.h Massive UI revamping (v7): devices basic 2022-04-07 16:32:03 +02:00
samplingdevicedialog.ui GUI: Removed some useless maximum size constraints 2020-09-22 00:09:38 +02:00
scaledimage.cpp Add Satellite Tracker feature 2021-02-26 20:25:48 +00:00
scaledimage.h Add Satellite Tracker feature 2021-02-26 20:25:48 +00:00
scaleengine.cpp Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
scaleengine.h GLScope redesign (1) 2021-05-31 15:56:45 +02:00
scidoublespinbox.cpp Add SciDoubleSpinBox for a DoubleSpinBox that supports scientific E notation entry 2022-09-16 09:00:51 +01:00
scidoublespinbox.h Add SciDoubleSpinBox for a DoubleSpinBox that supports scientific E notation entry 2022-09-16 09:00:51 +01:00
scopewindow.ui sdrgui: changed all fonts to Liberation 2018-05-05 17:44:38 +02:00
sdrangelsplash.cpp Added a splash screen on startup 2019-05-14 19:23:13 +02:00
sdrangelsplash.h Added a splash screen on startup 2019-05-14 19:23:13 +02:00
spectrum.md Spectrum GUI: updates to the go to markers feature and documentation 2022-06-25 02:53:11 +02:00
spectrumcalibration.md Fix typing errors in readme's 2022-05-15 12:39:57 +02:00
spectrumcalibrationpointsdialog.cpp Spectrum calibration: further adjustments and documentation 2022-02-05 23:40:23 +01:00
spectrumcalibrationpointsdialog.h Fixed some warnings 2022-07-26 06:53:48 +02:00
spectrumcalibrationpointsdialog.ui Spectrum calibration: further adjustments and documentation 2022-02-05 23:40:23 +01:00
spectrummarkers.md Fixed and updated spectrum markers documentation 2022-06-24 23:32:55 +02:00
spectrummarkersdialog.cpp Spectrum markers dialog: Fix show field in CSV export 2022-06-23 11:24:14 +01:00
spectrummarkersdialog.h Spectrum markers dialog: Fix show field in CSV export 2022-06-23 11:24:14 +01:00
spectrummarkersdialog.ui Fix name of widget, it must be unique 2022-09-23 00:40:15 +02:00
tickedslider.cpp Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
tickedslider.h Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
timedelegate.cpp Add RS41 Radiosonde (Weather Ballon) demodulator and feature 2022-03-01 17:17:56 +00:00
timedelegate.h Add RS41 Radiosonde (Weather Ballon) demodulator and feature 2022-03-01 17:17:56 +00:00
transverterbutton.cpp IQ swap: fixed transverter dialog 2020-06-23 22:25:54 +02:00
transverterbutton.h IQ swap: fixed transverter dialog 2020-06-23 22:25:54 +02:00
transverterdialog.cpp IQ swap: fixed transverter dialog 2020-06-23 22:25:54 +02:00
transverterdialog.h IQ swap: fixed transverter dialog 2020-06-23 22:25:54 +02:00
transverterdialog.md Make dedicated readme for TransverterDialog 2020-06-23 19:57:21 +02:00
transverterdialog.ui IQ swap: implementation in transverter dialog 2020-06-23 19:58:08 +02:00
tvscreen.cpp Replace deprecated QMutex(Recursive) with QRecursiveMutex 2022-09-17 23:00:07 +02:00
tvscreen.h Replace deprecated QMutex(Recursive) with QRecursiveMutex 2022-09-17 23:00:07 +02:00
tvscreenanalog.cpp Update TVScreen to OpenGL 3.3 2022-06-19 23:22:43 +01:00
tvscreenanalog.h Update TVScreen to OpenGL 3.3 2022-06-19 23:22:43 +01:00
valuedial.cpp Darken ValueDials when disabled 2022-07-08 22:12:20 +01:00
valuedial.h Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
valuedialz.cpp Darken ValueDials when disabled 2022-07-08 22:12:20 +01:00
valuedialz.h ValueDialZ: added decimal point option 2022-02-05 23:40:23 +01:00
workspace.cpp Stack workspace: Use full width for spectrum when no channels 2022-09-06 10:36:30 +01:00
workspace.h Add start/stop all devices button in toolbar. Add device stateChanged signal. Use in RTL SDR GUI for updating device state 2022-08-27 10:18:17 +01:00
workspaceselectiondialog.cpp Massive UI revamping (v7): features 2022-04-05 16:28:07 +02:00
workspaceselectiondialog.h Massive UI revamping (v7): features 2022-04-05 16:28:07 +02:00
workspaceselectiondialog.ui Massive UI revamping (v7): features 2022-04-05 16:28:07 +02:00
wrappingdatetimeedit.cpp Add Radio Astronomy plugin 2021-10-12 11:31:14 +01:00
wrappingdatetimeedit.h Add Radio Astronomy plugin 2021-10-12 11:31:14 +01:00
wsspectrumsettingsdialog.cpp Websocket spectrum: Websocket spectrum settings dialog implementation taking settings into account 2020-11-11 10:49:02 +01:00
wsspectrumsettingsdialog.h Websocket spectrum: Websocket spectrum settings dialog implementation taking settings into account 2020-11-11 10:49:02 +01:00
wsspectrumsettingsdialog.ui Websocket spectrum: Websocket spectrum settings dialog implementation taking settings into account 2020-11-11 10:49:02 +01:00