| 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 | -7/+12 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -4/+4 |
* | qtgui:Added Time Raster Sink Control Axis Configuration | Jeff Long | 2021-01-17 | 1 | -0/+4 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -42/+42 |
* | 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 | -84/+85 |
* | Use unsigned integers where dealing with indices | Marcus Müller | 2018-08-28 | 1 | -14/+14 |
* | 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: time raster plotters support PDU message plotting. | Tom Rondeau | 2015-10-29 | 1 | -1/+6 |
* | qtgui: replaced use of local mutex with d_setlock from gr::block. | Tom Rondeau | 2014-07-28 | 1 | -1/+0 |
* | 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 |
* | wip, gr-qtgui not compiling | Johnathan Corgan | 2013-04-29 | 1 | -2/+2 |
* | filter: moved include dir to gnuradio/filter | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
* | fft: moved include dir to gnuradio/fft | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -2/+2 |
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -4/+4 |
* | qtgui: moving all qtgui headers to install into qtgui directory. | Tom Rondeau | 2013-03-17 | 1 | -1/+1 |
* | qtgui: fix for time raster plots to set line attributes. | Tom Rondeau | 2013-02-27 | 1 | -5/+5 |
* | qtgui: adding time raster static plot tool. | Tom Rondeau | 2013-02-21 | 1 | -0/+15 |
* | qtgui: exposing more parameters for time raster. | Tom Rondeau | 2013-02-14 | 1 | -0/+5 |
* | qtgui: adding a time raster plot (support for bits and floats). | Tom Rondeau | 2013-02-02 | 1 | -0/+104 |