summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/TimeRasterDisplayPlot.cc
Commit message (Expand)AuthorAgeFilesLines
* qtgui: only one definition of (internal) TimePrecisionClassMarcus Müller2021-06-191-18/+1
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-171-1/+0
* qtgui: replace use of or macro with ||Josh Blum2021-01-271-1/+1
* Qt: deprecated QString("").sprintf->asprintf, available since Qt5.5Marcus Müller2021-01-271-5/+5
* Qt: deprecated MidButton->MiddleButton, available since Qt4.7Marcus Müller2021-01-271-1/+1
* build: Remove clang compiler warnings.Ron Economos2021-01-211-3/+0
* qtgui:Added Time Raster Sink Control Axis ConfigurationJeff Long2021-01-171-23/+289
* 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
* 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
* 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
* 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