1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-11 14:08:31 -04:00
sdrangel/sdrgui/gui
Jon Beniston 1a9b6d1763 Add ADS-B Demodulator plugin.
Add GS232 Rotator Controller feature plugin.
Add altitude and station name to My Positon.
Use QtDeploy to ensure all required Qt libraries are included (Should
fix OpenGL issues)
2020-10-27 16:22:10 +00:00
..
aboutdialog.cpp
aboutdialog.h
aboutdialog.ui
addpresetdialog.cpp
addpresetdialog.h
addpresetdialog.ui
ambedevicesdialog.cpp
ambedevicesdialog.h
ambedevicesdialog.ui
audiodialog.cpp
audiodialog.h
audiodialog.ui
audioselectdialog.cpp
audioselectdialog.h
audioselectdialog.ui
basicchannelsettingsdialog.cpp
basicchannelsettingsdialog.h
basicchannelsettingsdialog.ui
basicdevicesettingsdialog.cpp
basicdevicesettingsdialog.h
basicdevicesettingsdialog.ui
basicfeaturesettingsdialog.cpp Feature plugins: general GUI updates 2020-09-28 19:24:19 +02:00
basicfeaturesettingsdialog.h Feature plugins: general GUI updates 2020-09-28 19:24:19 +02:00
basicfeaturesettingsdialog.ui Feature plugins: general GUI updates 2020-09-28 19:24:19 +02:00
buttonswitch.cpp Button switch: added methods to set color and reset to default button colors 2020-08-03 12:59:49 +02:00
buttonswitch.h Button switch: added methods to set color and reset to default button colors 2020-08-03 12:59:49 +02:00
channeladddialog.cpp New channels dock with add channels button replaces add channel from sampling devices control. Implements #628 2020-09-12 10:50:32 +02:00
channeladddialog.h New channels dock with add channels button replaces add channel from sampling devices control. Implements #628 2020-09-12 10:50:32 +02:00
channeladddialog.ui GUI: Removed some useless maximum size constraints 2020-09-22 00:09:38 +02:00
channelsdock.cpp New sampling devices dock with change and reload buttons. Implements #629 2020-09-13 23:38:20 +02:00
channelsdock.h New channels dock with add channels button replaces add channel from sampling devices control. Implements #628 2020-09-12 10:50:32 +02:00
channelwindow.cpp
channelwindow.h
clickablelabel.cpp
clickablelabel.h
colormapper.cpp
colormapper.h
comboboxnoarrow.cpp
comboboxnoarrow.h
commanditem.cpp
commanditem.h
commandkeyreceiver.cpp
commandkeyreceiver.h
commandoutputdialog.cpp
commandoutputdialog.h
commandoutputdialog.ui
crightclickenabler.cpp
crightclickenabler.h
cwkeyergui.cpp
cwkeyergui.h
cwkeyergui.ui
devicestreamselectiondialog.cpp
devicestreamselectiondialog.h
devicestreamselectiondialog.ui
deviceuserargsdialog.cpp
deviceuserargsdialog.h
deviceuserargsdialog.ui
doublevalidator.h
editcommanddialog.cpp
editcommanddialog.h
editcommanddialog.ui
externalclockbutton.cpp
externalclockbutton.h
externalclockdialog.cpp
externalclockdialog.h
externalclockdialog.ui
featureadddialog.cpp Feature plugins framework initial commit and Misc plugins removal 2020-09-28 16:49:32 +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
featurepresetsdialog.cpp Feature plugins framework: presets 2020-09-28 16:49:32 +02:00
featurepresetsdialog.h Feature plugins framework: presets 2020-09-28 16:49:32 +02:00
featurepresetsdialog.ui Feature plugins framework: presets 2020-09-28 16:49:32 +02:00
featuresdock.cpp Feature plugins framework: presets 2020-09-28 16:49:32 +02:00
featuresdock.h Feature plugins framework: presets 2020-09-28 16:49:32 +02:00
featurewindow.cpp Feature plugins framework initial commit and Misc plugins removal 2020-09-28 16:49:32 +02:00
featurewindow.h Feature plugins framework initial commit and Misc plugins removal 2020-09-28 16:49:32 +02:00
fmpreemphasisdialog.cpp Add narrowband FM preemphasis settings 2020-09-24 08:36:13 +02: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
glscope.cpp Channel Analyzer: set GUI sample rate at construction time. Fixes #649 2020-10-07 21:32:32 +02:00
glscope.h Channel Analyzer: set GUI sample rate at construction time. Fixes #649 2020-10-07 21:32:32 +02:00
glscopegui.cpp
glscopegui.h
glscopegui.ui
glshadercolors.cpp
glshadercolors.h
glshadersimple.cpp
glshadersimple.h
glshadertextured.cpp GLShaderTextured: use mutable or immutable storage depending on system capability. Implements #582 2020-08-03 13:07:14 +02:00
glshadertextured.h GLShaderTextured: use mutable or immutable storage depending on system capability. Implements #582 2020-08-03 13:07:14 +02:00
glshadertvarray.cpp TVScreenAnalog with subsample shift shader added 2020-08-04 10:02:08 +03:00
glshadertvarray.h TVScreenAnalog with subsample shift shader added 2020-08-04 10:02:08 +03:00
glspectrum.cpp Channel Analyzer: set GUI sample rate at construction time. Fixes #649 2020-10-07 21:32:32 +02:00
glspectrum.h Channel Analyzer: set GUI sample rate at construction time. Fixes #649 2020-10-07 21:32:32 +02:00
glspectrumgui.cpp GLSpectrum: fixed settings and waterfall share serialization. Fixes #609 2020-08-29 11:10:11 +02:00
glspectrumgui.h GLSpectrum: added a freeze button 2020-07-05 10:15:39 +02:00
glspectrumgui.ui GLSpectrum: remove markers manually. Fixed UI 2020-07-06 19:22:40 +02:00
indicator.cpp
indicator.h
levelmeter.cpp
levelmeter.h Fixed some warnings from Mac ports compilation 2020-04-19 06:14:45 +02:00
loggingdialog.cpp
loggingdialog.h
loggingdialog.ui
myposdialog.ui Add ADS-B Demodulator plugin. 2020-10-27 16:22:10 +00:00
mypositiondialog.cpp Add ADS-B Demodulator plugin. 2020-10-27 16:22:10 +00:00
mypositiondialog.h
physicalunit.h
pluginsdialog.cpp
pluginsdialog.h
pluginsdialog.ui
presetitem.cpp
presetitem.h
rollupwidget.cpp Feature plugins framework initial commit and Misc plugins removal 2020-09-28 16:49:32 +02:00
rollupwidget.h Feature plugins framework initial commit and Misc plugins removal 2020-09-28 16:49:32 +02:00
samplingdevicedialog.cpp New sampling devices dock with change and reload buttons. Implements #629 2020-09-13 23:38:20 +02:00
samplingdevicedialog.h New sampling devices dock with change and reload buttons. Implements #629 2020-09-13 23:38:20 +02:00
samplingdevicedialog.ui GUI: Removed some useless maximum size constraints 2020-09-22 00:09:38 +02:00
samplingdevicesdock.cpp New sampling devices dock with change and reload buttons. Implements #629 2020-09-13 23:38:20 +02:00
samplingdevicesdock.h New sampling devices dock with change and reload buttons. Implements #629 2020-09-13 23:38:20 +02:00
scaleengine.cpp
scaleengine.h GLScope: added markers. Implements #497 2020-07-06 19:20:20 +02:00
scopewindow.ui
sdrangelsplash.cpp
sdrangelsplash.h
tickedslider.cpp
tickedslider.h
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 TVScreenAnalog with subsample shift shader added 2020-08-04 10:02:08 +03:00
tvscreen.h TVScreenAnalog with subsample shift shader added 2020-08-04 10:02:08 +03:00
tvscreenanalog.cpp ATV Demodulator: implement double buffering 2020-08-10 15:54:34 +03:00
tvscreenanalog.h ATV Demodulator: implement double buffering 2020-08-10 15:54:34 +03:00
valuedial.cpp ValueDial(Z): add virtual keyboard support 2020-08-12 13:26:49 +03:00
valuedial.h
valuedialz.cpp ValueDial(Z): add virtual keyboard support 2020-08-12 13:26:49 +03:00
valuedialz.h