summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/HistogramDisplayPlot.cc
Commit message (Expand)AuthorAgeFilesLines
* qtgui: only one definition of (internal) TimePrecisionClassMarcus Müller2021-06-191-19/+1
* qtgui: remove spurious volk includesMarcus Müller2021-06-191-1/+0
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-171-1/+0
* qtgui: Remove manual memory management from HistogramDisplayPlotThomas Habets2021-03-011-31/+14
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-2/+2
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* gr-qtgui: always true checkValerii Zapodovnikov2020-01-241-1/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-4/+4
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-345/+294
* Use unsigned integers where dealing with indicesMarcus Müller2018-08-281-17/+17
* qtgui: moving to only allow either streaming or message modes.Tom Rondeau2015-10-291-0/+6
* qtgui: histogram plotter supports PDU message plotting.Tom Rondeau2015-10-291-4/+16
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-3/+3
* qtgui: enables use of QWT 6.1.Tom Rondeau2013-12-171-0/+23
* qtgui: MSVC uses _copysign, not copysignNicholas Corgan2013-11-081-0/+4
* qtgui: fixing variable names to make it more like the rest of the code.Tom Rondeau2013-10-291-89/+89
* qtgui: fixed histogram autoscaling features. Added example script.Tom Rondeau2013-10-291-58/+75
* qtgui: improved handling of scale in histogram plots.Tom Rondeau2013-08-021-12/+18
* qtgui: Added histogram sink.Tom Rondeau2013-08-021-0/+434