| Commit message (Expand) | Author | Age | Files | Lines |
* | qtgui: Replace pyqwidget() with qwidget() | David Winter | 2021-09-03 | 1 | -11/+0 |
* | gr-qtgui: fix invalid pointer | Volker Schroer | 2021-06-01 | 1 | -7/+1 |
* | qtgui: Remove manual memory management | Thomas Habets | 2021-02-26 | 1 | -10/+0 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -1/+1 |
* | gr-qtgui number sink: Honor block setting of 'avg' in GUI | Jeff Long | 2021-01-04 | 1 | -0/+2 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -2/+2 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -2/+2 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -282/+216 |
* | 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 | -2/+5 |
* | qtgui: fixed an issue with the number sink mistreating non-float inputs. | Tom Rondeau | 2014-10-16 | 1 | -4/+30 |
* | Merge branch 'maint' | Johnathan Corgan | 2014-08-26 | 1 | -0/+9 |
|\ |
|
| * | qtgui: accounted for MSVC having _finite() instead of std::isfinite() | Nicholas Corgan | 2014-08-07 | 1 | -0/+9 |
* | | Merge branch 'maint' | Tom Rondeau | 2014-07-28 | 1 | -2/+2 |
|\| |
|
| * | qtgui: replaced use of local mutex with d_setlock from gr::block. | Tom Rondeau | 2014-07-28 | 1 | -2/+2 |
* | | Merge branch 'maint' | Tom Rondeau | 2014-07-26 | 1 | -9/+27 |
|\| |
|
| * | qtgui: fixes a problem with the number sink when fed NaN or +/-inf. | Tom Rondeau | 2014-07-26 | 1 | -3/+7 |
| * | qtgui: fixes a bug in the number sink to respect the update time. | Tom Rondeau | 2014-07-26 | 1 | -6/+20 |
* | | qtgui: updates number sink behavor. | Tom Rondeau | 2014-07-12 | 1 | -1/+37 |
|/ |
|
* | qtgui: fixes number sink to handle Python/C++ exposure (see: 6a78af5919133 an... | Tom Rondeau | 2014-03-17 | 1 | -0/+6 |
* | qtgui: adding a 'config' tab to qtgui sinks to set display/line config option... | Tom Rondeau | 2014-03-17 | 1 | -19/+33 |
* | qtgui: Adding a Number sink with options to set autoscale, layout style, colo... | Tom Rondeau | 2014-03-14 | 1 | -0/+290 |