summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/VectorDisplayPlot.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Fix vector margin for non-frequency data0xloem2021-05-271-3/+4
| | | | Signed-off-by: 0xloem <0xloem@gmail.com>
* qtgui: Remove manual memory management from VectorDisplayPlotThomas Habets2021-04-061-42/+38
| | | | Signed-off-by: Thomas Habets <thomas@habets.se>
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-1/+1
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-406/+330
|
* Use unsigned integers where dealing with indicesMarcus Müller2018-08-281-4/+4
| | | | | This is to improve quality of warnings when trying to pass negative indices.
* qtgui: whitespace fix (gcc warning "misleading-indentation")Sebastian Koslowski2016-09-281-11/+11
|
* qtgui: Added a 'vector sink'.Martin Braun2014-08-261-0/+629
This is a sink similar to the freq sink, which takes vectors as input and plots them as-is.