| Commit message (Expand) | Author | Age | Files | Lines |
* | qtgui: Replace pyqwidget() with qwidget() | David Winter | 2021-09-03 | 1 | -11/+0 |
* | qtgui: Remove manual memory management | Thomas Habets | 2021-02-26 | 1 | -28/+4 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -1/+1 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -2/+2 |
* | msg_handler: Use lambdas in gr-qtgui | Johannes Demel | 2020-06-04 | 1 | -2/+1 |
* | 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 | -1/+1 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -397/+308 |
* | Use unsigned integers where dealing with indices | Marcus Müller | 2018-08-28 | 1 | -12/+12 |
* | cleanup: add missing includes + reorder qtgui includes correctly | Andrej Rode | 2018-03-04 | 1 | -1/+4 |
* | Merge branch 'master' into next | Johnathan Corgan | 2016-10-17 | 1 | -5/+1 |
|\ |
|
| * | qtgui: make sure QSS style is applied to Qt gui even when no plotter is attached | Tim O'Shea | 2016-10-14 | 1 | -5/+1 |
* | | gr-qtgui: Re-introduce some Qt4-specific code | Paul Cercueil | 2016-06-21 | 1 | -0/+4 |
* | | Merge branch 'next' into next-qt5 | Johnathan Corgan | 2016-02-21 | 1 | -0/+6 |
|\| |
|
| * | qtgui: add axis labels to raster, constellation, histogram. Fix waterfall ax... | Tim O'Shea | 2016-02-14 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'tom/qt5_next' into next-qt5 | Johnathan Corgan | 2015-11-28 | 1 | -4/+0 |
|\ \
| |/
|/| |
|
| * | gr-qtgui: update for Qt5 | Paul Cercueil | 2015-10-12 | 1 | -4/+0 |
* | | qtgui: moving to only allow either streaming or message modes. | Tom Rondeau | 2015-10-29 | 1 | -7/+11 |
* | | qtgui: histogram plotter supports PDU message plotting. | Tom Rondeau | 2015-10-29 | 1 | -8/+77 |
|/ |
|
* | qtgui: toggle legend off in GRC properties. | Tom Rondeau | 2015-04-04 | 1 | -0/+6 |
* | qtgui: replaced use of local mutex with d_setlock from gr::block. | Tom Rondeau | 2014-07-28 | 1 | -2/+2 |
* | qtgui: bringing in line with required Qt 4.4. | Tom Rondeau | 2014-07-25 | 1 | -0/+2 |
* | qtgui: fixes problem of set name not showing up. | Tom Rondeau | 2014-07-02 | 1 | -0/+3 |
* | gr-qtgui: Use dummy void* return value for pywidget if !ENABLE_PYTHON | Sylvain Munaut | 2014-03-15 | 1 | -0/+6 |
* | qtgui: adds ability to set qss style sheet as a preference. | Tom Rondeau | 2014-03-08 | 1 | -0/+7 |
* | qtgui: adds ability to set the graphics style rendering of the qtgui sinks. | Tom Rondeau | 2014-02-24 | 1 | -4/+6 |
* | qtgui: switched from using fft::malloc to volk_malloc. | Tom Rondeau | 2014-01-15 | 1 | -4/+6 |
* | build: fixing various warning from clang. | Julien Olivain | 2014-01-10 | 1 | -1/+1 |
* | qtgui: fixed issue preventing gr-qtgui build if Python-dev is not installed (... | Tom Rondeau | 2013-12-12 | 1 | -0/+2 |
* | qtgui: fixed issue with newer versions of QT. | Tom Rondeau | 2013-11-09 | 1 | -3/+11 |
* | qtgui: fixed histogram autoscaling features. Added example script. | Tom Rondeau | 2013-10-29 | 1 | -0/+6 |
* | qtgui: improved handling of scale in histogram plots. | Tom Rondeau | 2013-08-02 | 1 | -5/+15 |
* | qtgui: Added histogram sink. | Tom Rondeau | 2013-08-02 | 1 | -0/+381 |