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
aboutdialog.ui
addpresetdialog.cpp
addpresetdialog.h
addpresetdialog.ui
audiodialog.cpp
audiodialog.h
audiodialog.ui
audioselectdialog.cpp
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
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
basicdevicesettingsdialog.h
basicdevicesettingsdialog.ui
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
clickablelabel.cpp
clickablelabel.h
colormapper.cpp
colormapper.h
commanditem.cpp
commanditem.h
commandoutputdialog.cpp
commandoutputdialog.h
commandoutputdialog.ui
commandsdialog.cpp
commandsdialog.h
commandsdialog.ui
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
crightclickenabler.h
customtextedit.cpp
customtextedit.h
cwkeyergui.cpp
cwkeyergui.h
cwkeyergui.ui
datetimedelegate.cpp
datetimedelegate.h
decimaldelegate.cpp
decimaldelegate.h
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
devicestreamselectiondialog.h
devicestreamselectiondialog.ui
deviceuserargsdialog.cpp
deviceuserargsdialog.h
deviceuserargsdialog.ui
dmsspinbox.cpp
dmsspinbox.h
doublevalidator.h
editcommanddialog.cpp
editcommanddialog.h
editcommanddialog.ui
externalclockbutton.cpp
externalclockbutton.h
externalclockdialog.cpp
externalclockdialog.h
externalclockdialog.ui
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
featureadddialog.ui
featurelayout.cpp
featurelayout.h
featurepresetsdialog.cpp
featurepresetsdialog.h
featurepresetsdialog.ui Massive UI revamping (v7): device set presets 2022-04-13 18:43:37 +02:00
fftwisdomdialog.cpp
fftwisdomdialog.h
fftwisdomdialog.ui
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
fmpreemphasisdialog.h
fmpreemphasisdialog.ui
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
glscopegui.ui
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
graphicsviewzoom.h
httpdownloadmanagergui.cpp
httpdownloadmanagergui.h
indicator.cpp
indicator.h
levelmeter.cpp
levelmeter.h
loggingdialog.cpp
loggingdialog.h
loggingdialog.ui
myposdialog.ui Massive UI revamping (v7): restore menu shortcuts and ellipsis. Fixes #1208 2022-04-20 21:33:18 +02:00
mypositiondialog.cpp
mypositiondialog.h
pluginsdialog.cpp
pluginsdialog.h
pluginsdialog.ui
presetitem.cpp
presetitem.h
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
rollupwidget.h
samplingdevicedialog.cpp
samplingdevicedialog.h
samplingdevicedialog.ui
scaledimage.cpp
scaledimage.h
scaleengine.cpp
scaleengine.h
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
sdrangelsplash.cpp
sdrangelsplash.h
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
spectrumcalibrationpointsdialog.h Fixed some warnings 2022-07-26 06:53:48 +02:00
spectrumcalibrationpointsdialog.ui
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
tickedslider.h
timedelegate.cpp
timedelegate.h
transverterbutton.cpp
transverterbutton.h
transverterdialog.cpp
transverterdialog.h
transverterdialog.md
transverterdialog.ui
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
valuedialz.cpp Darken ValueDials when disabled 2022-07-08 22:12:20 +01:00
valuedialz.h
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
workspaceselectiondialog.h
workspaceselectiondialog.ui
wrappingdatetimeedit.cpp
wrappingdatetimeedit.h
wsspectrumsettingsdialog.cpp
wsspectrumsettingsdialog.h
wsspectrumsettingsdialog.ui