summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/qtgui_util.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-221-1/+1
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-47/+41
|
* cleanup: add missing includes + reorder qtgui includes correctlyAndrej Rode2018-03-041-0/+2
|
* qtgui: make sure QSS style is applied to Qt gui even when no plotter is attachedTim O'Shea2016-10-141-0/+12
|
* qtgui: fixing missing include file.Tom Rondeau2014-03-181-0/+1
|
* qtgui: adds ability to set qss style sheet as a preference.Tom Rondeau2014-03-081-1/+18
|
* qtgui: enables use of QWT 6.1.Tom Rondeau2013-12-171-0/+4
|
* wip, gr-qtgui not compilingJohnathan Corgan2013-04-291-1/+1
|
* qtgui: wip: moving qtgui over to new pimpl style.Tom Rondeau2012-07-171-1/+1
| | | | Everything but full sink has been converted.
* qtgui: fixed dblclick emits, need to set state machine in Qwt 6. if we ↵Nick Foster2012-04-181-0/+1
| | | | didn't maintain compat we could get rid of the whole class.
* qtgui: removed redundant data types between freq/waterfall sinks.Nick Foster2012-04-161-30/+7
|
* qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain ↵Tom Rondeau2011-10-151-1/+33
| | | | backwards compatability to 5.2). This wip works for just the fft plots.
* gr-qtgui: adding new qtgui_util.h to handle plot picker machinery.Mike Cornelius2011-04-121-0/+71