summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/timerasterdisplayform.cc
Commit message (Collapse)AuthorAgeFilesLines
* qtgui:Added Time Raster Sink Control Axis ConfigurationJeff Long2021-01-171-0/+24
| | | | | | | | | | | 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>
* qtgui: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-8/+8
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Fix all formatting issuesMartin Braun2020-01-101-1/+1
| | | | | This fixes every leftover file in the GNU Radio source tree to match our clang-format definition.
* QT: Add margin around QT widgetsdevnulling2020-01-041-0/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-192/+173
|
* qtgui: Fix SLOT/SIGNALS signed <-> unsigned mismatchesVolker Schroer2018-11-121-7/+7
| | | | | | | | In d19c96111 some SLOT/SIGNALS fixes were left out. Some SIGNALS kept int as parameter. This wasn't changed here. Only signals and slot parameters were adapted. Signed-off-by: Martin Braun <martin.braun@ettus.com>
* Use unsigned integers where dealing with indicesMarcus Müller2018-08-281-6/+6
| | | | | This is to improve quality of warnings when trying to pass negative indices.
* cleanup: add missing includes + reorder qtgui includes correctlyAndrej Rode2018-03-041-2/+4
|
* qtgui: time raster plotters support PDU message plotting.Tom Rondeau2015-10-291-0/+7
|
* qtgui: time raster display updates.Tom Rondeau2014-07-121-8/+34
| | | | Fixes issue with autoscaling; allows settable intensity min/max in GRC and through runtime menu.
* qtgui: adding a 'config' tab to qtgui sinks to set display/line config ↵Tom Rondeau2014-03-171-0/+5
| | | | options (style, width, colors, etc.)
* qtgui: fixing variable names to make it more like the rest of the code.Tom Rondeau2013-10-291-31/+31
|
* 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: adding time raster static plot tool.Tom Rondeau2013-02-211-0/+41
|
* qtgui: adding new features.Tom Rondeau2013-02-171-1/+3
| | | | | 1. Using checkable menu items to toggle things like autoscale on/off. 2. Adds ability to put time plots in semilog-x and semilog-y mode.
* qtgui: fixed duplication of time raster auto scale menu item.Tom Rondeau2013-02-141-4/+1
|
* qtgui: adding menu option to change sample rate on all plotters.Tom Rondeau2013-02-141-0/+6
|
* qtgui: Fixed time raster plots to build with QWT5.Tom Rondeau2013-02-071-0/+6
| | | | Also added a warning about poor performance of these plots with QWT5.
* qtgui: adding a time raster plot (support for bits and floats).Tom Rondeau2013-02-021-0/+199