summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/plot_raster.cc
Commit message (Collapse)AuthorAgeFilesLines
* qt-gui: enables use of Qwt 6.2Bill Muzika2021-11-111-0/+9
| | | | | | Adds the typedefs and includes needed to build with Qwt 6.2. Signed-off-by: Bill Muzika <bill.muzika@outlook.com>
* qtgui: revert "qt-gui: enables use of Qwt 6.2"Josh Morman2021-10-141-9/+0
| | | | | | This reverts commit cf04ca2132d6eff7f807a10141596389afcfbcd5. Signed-off-by: Josh Morman <jmorman@peratonlabs.com>
* qt-gui: enables use of Qwt 6.2Bill Muzika2021-10-111-0/+9
| | | | | | Adds the typedefs and includes needed to build with Qwt 6.2. Signed-off-by: Bill Muzika <bill.muzika@outlook.com>
* 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>
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Fix all formatting issuesMartin Braun2020-01-101-1/+0
| | | | | This fixes every leftover file in the GNU Radio source tree to match our clang-format definition.
* qtgui: do not override parent functionBastian Bloessl2019-09-051-19/+0
|
* qtgui: use std::move for return valuesBastian Bloessl2019-09-051-2/+2
|
* 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-159/+127
|
* cleanup: add missing includes + reorder qtgui includes correctlyAndrej Rode2018-03-041-2/+4
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
| | | | 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).
* wip, gr-qtgui not compilingJohnathan Corgan2013-04-291-1/+1
|
* qtgui: moving all qtgui headers to install into qtgui directory.Tom Rondeau2013-03-171-1/+1
|
* qtgui: Fixed time raster plots to build with QWT5.Tom Rondeau2013-02-071-0/+10
| | | | Also added a warning about poor performance of these plots with QWT5.
* qtgui: fixed intensity bar for time raster plots.Tom Rondeau2013-02-031-0/+6
|
* qtgui: making sure all qtgui files have copyright notice.Tom Rondeau2013-02-031-1/+1
|
* qtgui: adding a time raster plot (support for bits and floats).Tom Rondeau2013-02-021-0/+334