summaryrefslogtreecommitdiff
path: root/gr-qtgui/include/gnuradio/qtgui/TimeRasterDisplayPlot.h
Commit message (Collapse)AuthorAgeFilesLines
* qt-gui: enables use of Qwt 6.2Bill Muzika2021-11-111-1/+3
| | | | | | 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-3/+1
| | | | | | This reverts commit cf04ca2132d6eff7f807a10141596389afcfbcd5. Signed-off-by: Josh Morman <jmorman@peratonlabs.com>
* qt-gui: enables use of Qwt 6.2Bill Muzika2021-10-111-1/+3
| | | | | | Adds the typedefs and includes needed to build with Qwt 6.2. Signed-off-by: Bill Muzika <bill.muzika@outlook.com>
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | run /usr/share/clang/run-clang-tidy.py -checks=file '-header-filter=.*' -fix .. from build directory. Then, clang-format -i $(git diff --name-only origin/master) to clang-format changed files. Then, refresh all header hashes in pybind bindings (*/python/bindings/*.cc) Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* qtgui:Added Time Raster Sink Control Axis ConfigurationJeff Long2021-01-171-0/+11
| | | | | | | | | | | This update allows a time raster sink's axis minimum, maximum, and label to now be specified in the block configuration options. This allows the block to be formatted to match a waterfall plot in terms of having frequency on the lower axis. Based on PR from ghostop14 <ghostop14@gmail.com> Signed-off-by: Jeff Long <willcode4@gmail.com>
* 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
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-47/+47
|
* Use unsigned integers where dealing with indicesMarcus Müller2018-08-281-8/+8
| | | | | This is to improve quality of warnings when trying to pass negative indices.
* qtgui: Modified the qproperties to scale the colorbar title from the .qss fileBill Clark2015-08-281-0/+5
|
* qtgui: adds an alternative qss file.Tom Rondeau2014-06-261-1/+5
|
* wip, gr-qtgui not compilingJohnathan Corgan2013-04-291-0/+108