summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/number_sink_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* qtgui: Replace pyqwidget() with qwidget()David Winter2021-09-031-11/+0
* gr-qtgui: fix invalid pointerVolker Schroer2021-06-011-7/+1
* qtgui: Remove manual memory managementThomas Habets2021-02-261-10/+0
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-1/+1
* gr-qtgui number sink: Honor block setting of 'avg' in GUIJeff Long2021-01-041-0/+2
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-282/+216
* Use unsigned integers where dealing with indicesMarcus Müller2018-08-281-14/+14
* cleanup: add missing includes + reorder qtgui includes correctlyAndrej Rode2018-03-041-2/+5
* qtgui: fixed an issue with the number sink mistreating non-float inputs.Tom Rondeau2014-10-161-4/+30
* Merge branch 'maint'Johnathan Corgan2014-08-261-0/+9
|\
| * qtgui: accounted for MSVC having _finite() instead of std::isfinite()Nicholas Corgan2014-08-071-0/+9
* | Merge branch 'maint'Tom Rondeau2014-07-281-2/+2
|\|
| * qtgui: replaced use of local mutex with d_setlock from gr::block.Tom Rondeau2014-07-281-2/+2
* | Merge branch 'maint'Tom Rondeau2014-07-261-9/+27
|\|
| * qtgui: fixes a problem with the number sink when fed NaN or +/-inf.Tom Rondeau2014-07-261-3/+7
| * qtgui: fixes a bug in the number sink to respect the update time.Tom Rondeau2014-07-261-6/+20
* | qtgui: updates number sink behavor.Tom Rondeau2014-07-121-1/+37
|/
* qtgui: fixes number sink to handle Python/C++ exposure (see: 6a78af5919133 an...Tom Rondeau2014-03-171-0/+6
* qtgui: adding a 'config' tab to qtgui sinks to set display/line config option...Tom Rondeau2014-03-171-19/+33
* qtgui: Adding a Number sink with options to set autoscale, layout style, colo...Tom Rondeau2014-03-141-0/+290