| Commit message (Expand) | Author | Age | Files | Lines |
* | qtgui: Replace pyqwidget() with qwidget() | David Winter | 2021-09-03 | 1 | -6/+0 |
* | qtgui: Remove manual memory management | Thomas Habets | 2021-02-26 | 1 | -6/+17 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -39/+39 |
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 1 | -2/+2 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | Use 'const' on more member variables | Thomas Habets | 2019-12-04 | 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 | -75/+77 |
* | 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 | -0/+1 |
* | qtgui: add axis labels to raster, constellation, histogram. Fix waterfall ax... | Tim O'Shea | 2016-02-14 | 1 | -0/+1 |
* | qtgui: histogram plotter supports PDU message plotting. | Tom Rondeau | 2015-10-29 | 1 | -1/+4 |
* | qtgui: toggle legend off in GRC properties. | Tom Rondeau | 2015-04-04 | 1 | -0/+1 |
* | qtgui: replaced use of local mutex with d_setlock from gr::block. | Tom Rondeau | 2014-07-28 | 1 | -3/+0 |
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
* | gr-qtgui: Use dummy void* return value for pywidget if !ENABLE_PYTHON | Sylvain Munaut | 2014-03-15 | 1 | -0/+2 |
* | qtgui: fixed issue preventing gr-qtgui build if Python-dev is not installed (... | Tom Rondeau | 2013-12-12 | 1 | -0/+3 |
* | qtgui: fixed issue with newer versions of QT. | Tom Rondeau | 2013-11-09 | 1 | -0/+2 |
* | qtgui: fixed histogram autoscaling features. Added example script. | Tom Rondeau | 2013-10-29 | 1 | -0/+1 |
* | qtgui: improved handling of scale in histogram plots. | Tom Rondeau | 2013-08-02 | 1 | -0/+3 |
* | qtgui: Added histogram sink. | Tom Rondeau | 2013-08-02 | 1 | -0/+110 |