| Commit message (Expand) | Author | Age | Files | Lines |
* | modules: include boost/format where used | Marcus Müller | 2021-09-07 | 1 | -0/+1 |
* | qtgui: Replace pyqwidget() with qwidget() | David Winter | 2021-09-03 | 1 | -11/+0 |
* | gr-qtgui: fix invalid pointer | Volker Schroer | 2021-06-01 | 1 | -1/+0 |
* | qtgui: Remove manual memory management | Thomas Habets | 2021-02-26 | 1 | -8/+0 |
* | 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 | -1/+1 |
* | qtgui: fix deprecated use of QFontMetrics::width | japm48 | 2020-05-26 | 1 | -0/+4 |
* | qtgui: Remove boost::lexical_cast for parsing | Thomas Habets | 2020-04-11 | 1 | -9/+9 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | delete unused variables | Bastian Bloessl | 2019-09-05 | 1 | -1/+0 |
* | clang-tidy in gnuradio-runtime: use empty() instead of size()!=0 | Marcus Müller | 2019-08-22 | 1 | -2/+2 |
* | Use emplace_back(params) instead of push_back(type(params)) | Marcus Müller | 2019-08-22 | 1 | -1/+1 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -395/+352 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 1 | -4/+2 |
|\ |
|
| * | cleanup: add missing includes + reorder qtgui includes correctly | Andrej Rode | 2018-03-04 | 1 | -0/+2 |
| * | Merge branch 'master' into next | Johnathan Corgan | 2016-10-17 | 1 | -5/+1 |
| |\ |
|
| * | | qtgui: Fixes for edit_box_msg to work with QT5. | Tom Rondeau | 2016-04-28 | 1 | -4/+0 |
* | | | qtgui: remove unnecessary call to pmt::intern at runtime | Marcus Müller | 2018-02-23 | 1 | -4/+5 |
| |/
|/| |
|
* | | 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 |
|/ |
|
* | qtgui: Adds a QTGUI edit box block that emits a message when changed. | Tom Rondeau | 2016-04-26 | 1 | -0/+571 |