summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/HistogramDisplayPlot.cc
Commit message (Collapse)AuthorAgeFilesLines
* qtgui: only one definition of (internal) TimePrecisionClassMarcus Müller2021-06-191-19/+1
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* qtgui: remove spurious volk includesMarcus Müller2021-06-191-1/+0
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-171-1/+0
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* qtgui: Remove manual memory management from HistogramDisplayPlotThomas Habets2021-03-011-31/+14
| | | | Signed-off-by: Thomas Habets <thomas@habets.se>
* 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
| | | index is unsigned int
* clang-format: Ordering all the includesMarcus Müller2019-08-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* 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
| | | | | This is to improve quality of warnings when trying to pass negative indices.
* qtgui: moving to only allow either streaming or message modes.Tom Rondeau2015-10-291-0/+6
| | | | | | | | | | Having both stream and message ports available at the same time will likely cause confusion and problems when trying to plot both. Hides some parameters that have no effect on the operation of the sink in this mode. Also: histogram fixed to support accumulate in message mode.
* 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
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* 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
| | | | | | Mouse scroll zooms in/out horizonatally. Added auto-scale feature, can set x-min and max in constructor. Mouse scroll in constellation plot now does both axes at the same time.
* qtgui: Added histogram sink.Tom Rondeau2013-08-021-0/+434