summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/TimeRasterDisplayPlot.cc
Commit message (Collapse)AuthorAgeFilesLines
* qtgui: only one definition of (internal) TimePrecisionClassMarcus Müller2021-06-191-18/+1
| | | | 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: replace use of or macro with ||Josh Blum2021-01-271-1/+1
| | | | | | | | This macro is not defined without including ciso646 https://www.cplusplus.com/reference/ciso646/ gnuradio otherwise does not use these macros Signed-off-by: Josh Blum <josh@joshknows.com>
* Qt: deprecated QString("").sprintf->asprintf, available since Qt5.5Marcus Müller2021-01-271-5/+5
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* Qt: deprecated MidButton->MiddleButton, available since Qt4.7Marcus Müller2021-01-271-1/+1
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* build: Remove clang compiler warnings.Ron Economos2021-01-211-3/+0
| | | | Signed-off-by: Ron Economos <w6rz@comcast.net>
* qtgui:Added Time Raster Sink Control Axis ConfigurationJeff Long2021-01-171-23/+289
| | | | | | | | | | | 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-6/+6
|
* gr-qtgui: Repair qtgui examples for pybind11.Ron Economos2020-07-221-18/+20
|
* qtgui: fix deprecated use of QString::sprintfjapm482020-05-261-2/+2
| | | | Replaced with QString::number().
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Remove newlines from exception messagesThomas Habets2020-01-011-2/+2
|
* 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-425/+387
|
* Use unsigned integers where dealing with indicesMarcus Müller2018-08-281-16/+16
| | | | | This is to improve quality of warnings when trying to pass negative indices.
* qtgui: time raster plotters support PDU message plotting.Tom Rondeau2015-10-291-1/+3
|
* qtgui: Modified the qproperties to scale the colorbar title from the .qss fileBill Clark2015-08-281-1/+16
|
* qtgui: adds an alternative qss file.Tom Rondeau2014-06-261-0/+12
|
* qtgui: Mostly adds sunset and cool color schemes for waterfall/raster plots.Tom Rondeau2014-06-261-2/+16
|
* qtgui: enables use of QWT 6.1.Tom Rondeau2013-12-171-1/+12
|
* qtgui: fixing variable names to make it more like the rest of the code.Tom Rondeau2013-10-291-47/+47
|
* wip, gr-qtgui not compilingJohnathan Corgan2013-04-291-2/+2
|
* qtgui: moving all qtgui headers to install into qtgui directory.Tom Rondeau2013-03-171-2/+2
|
* qtgui: adding time raster static plot tool.Tom Rondeau2013-02-211-0/+30
|
* qtgui: fixing time raster axis and picker labels.Tom Rondeau2013-02-141-17/+47
|
* qtgui: adding menu option to change sample rate on all plotters.Tom Rondeau2013-02-141-0/+7
|
* qtgui: adding a time raster plot (support for bits and floats).Tom Rondeau2013-02-021-0/+503