Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | clang-tidy in gnuradio-runtime: use empty() instead of size()!=0 | Marcus Müller | 2019-08-22 | 1 | -1/+1 |
| | |||||
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -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 sorting | Marcus Müller | 2019-08-09 | 1 | -47/+41 |
| | |||||
* | cleanup: add missing includes + reorder qtgui includes correctly | Andrej Rode | 2018-03-04 | 1 | -0/+2 |
| | |||||
* | qtgui: make sure QSS style is applied to Qt gui even when no plotter is attached | Tim O'Shea | 2016-10-14 | 1 | -0/+12 |
| | |||||
* | qtgui: fixing missing include file. | Tom Rondeau | 2014-03-18 | 1 | -0/+1 |
| | |||||
* | qtgui: adds ability to set qss style sheet as a preference. | Tom Rondeau | 2014-03-08 | 1 | -1/+18 |
| | |||||
* | qtgui: enables use of QWT 6.1. | Tom Rondeau | 2013-12-17 | 1 | -0/+4 |
| | |||||
* | wip, gr-qtgui not compiling | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | qtgui: wip: moving qtgui over to new pimpl style. | Tom Rondeau | 2012-07-17 | 1 | -1/+1 |
| | | | | Everything but full sink has been converted. | ||||
* | qtgui: fixed dblclick emits, need to set state machine in Qwt 6. if we ↵ | Nick Foster | 2012-04-18 | 1 | -0/+1 |
| | | | | didn't maintain compat we could get rid of the whole class. | ||||
* | qtgui: removed redundant data types between freq/waterfall sinks. | Nick Foster | 2012-04-16 | 1 | -30/+7 |
| | |||||
* | qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain ↵ | Tom Rondeau | 2011-10-15 | 1 | -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 Cornelius | 2011-04-12 | 1 | -0/+71 |