Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtgui:Added Time Raster Sink Control Axis Configuration | Jeff Long | 2021-01-17 | 1 | -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 facilties | Marcus Müller | 2020-04-13 | 1 | -8/+8 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Fix all formatting issues | Martin Braun | 2020-01-10 | 1 | -1/+1 |
| | | | | | This fixes every leftover file in the GNU Radio source tree to match our clang-format definition. | ||||
* | QT: Add margin around QT widgets | devnulling | 2020-01-04 | 1 | -0/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -192/+173 |
| | |||||
* | qtgui: Fix SLOT/SIGNALS signed <-> unsigned mismatches | Volker Schroer | 2018-11-12 | 1 | -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 indices | Marcus Müller | 2018-08-28 | 1 | -6/+6 |
| | | | | | This is to improve quality of warnings when trying to pass negative indices. | ||||
* | cleanup: add missing includes + reorder qtgui includes correctly | Andrej Rode | 2018-03-04 | 1 | -2/+4 |
| | |||||
* | qtgui: time raster plotters support PDU message plotting. | Tom Rondeau | 2015-10-29 | 1 | -0/+7 |
| | |||||
* | qtgui: time raster display updates. | Tom Rondeau | 2014-07-12 | 1 | -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 Rondeau | 2014-03-17 | 1 | -0/+5 |
| | | | | options (style, width, colors, etc.) | ||||
* | qtgui: fixing variable names to make it more like the rest of the code. | Tom Rondeau | 2013-10-29 | 1 | -31/+31 |
| | |||||
* | wip, gr-qtgui not compiling | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | qtgui: moving all qtgui headers to install into qtgui directory. | Tom Rondeau | 2013-03-17 | 1 | -1/+1 |
| | |||||
* | qtgui: adding time raster static plot tool. | Tom Rondeau | 2013-02-21 | 1 | -0/+41 |
| | |||||
* | qtgui: adding new features. | Tom Rondeau | 2013-02-17 | 1 | -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 Rondeau | 2013-02-14 | 1 | -4/+1 |
| | |||||
* | qtgui: adding menu option to change sample rate on all plotters. | Tom Rondeau | 2013-02-14 | 1 | -0/+6 |
| | |||||
* | qtgui: Fixed time raster plots to build with QWT5. | Tom Rondeau | 2013-02-07 | 1 | -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 Rondeau | 2013-02-02 | 1 | -0/+199 |