summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/histogram_sink_f_impl.h
Commit message (Expand)AuthorAgeFilesLines
* qtgui: Replace pyqwidget() with qwidget()David Winter2021-09-031-6/+0
* qtgui: Remove manual memory managementThomas Habets2021-02-261-6/+17
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-39/+39
* Add `override` for common virtual function overridesThomas Habets2020-11-031-2/+2
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Use 'const' on more member variablesThomas Habets2019-12-041-1/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-75/+77
* Use unsigned integers where dealing with indicesMarcus Müller2018-08-281-12/+12
* cleanup: add missing includes + reorder qtgui includes correctlyAndrej Rode2018-03-041-0/+1
* qtgui: add axis labels to raster, constellation, histogram. Fix waterfall ax...Tim O'Shea2016-02-141-0/+1
* qtgui: histogram plotter supports PDU message plotting.Tom Rondeau2015-10-291-1/+4
* qtgui: toggle legend off in GRC properties.Tom Rondeau2015-04-041-0/+1
* qtgui: replaced use of local mutex with d_setlock from gr::block.Tom Rondeau2014-07-281-3/+0
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
* gr-qtgui: Use dummy void* return value for pywidget if !ENABLE_PYTHONSylvain Munaut2014-03-151-0/+2
* qtgui: fixed issue preventing gr-qtgui build if Python-dev is not installed (...Tom Rondeau2013-12-121-0/+3
* qtgui: fixed issue with newer versions of QT.Tom Rondeau2013-11-091-0/+2
* qtgui: fixed histogram autoscaling features. Added example script.Tom Rondeau2013-10-291-0/+1
* qtgui: improved handling of scale in histogram plots.Tom Rondeau2013-08-021-0/+3
* qtgui: Added histogram sink.Tom Rondeau2013-08-021-0/+110