Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtgui: Remove the command line plot tools | Martin Braun | 2018-11-15 | 1 | -406/+0 |
| | | | | | | | Note: In gr-utils, we have a version of these tools that don't have Qt4 dependencies (note: they have matplotlib dependencies, though). None of these tools work with Qt5. | ||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -5/+9 |
| | |||||
* | qtgui: Fix Y-Axis timescale issues on ↵ | Paul Garver | 2014-12-02 | 1 | -0/+1 |
| | | | | gr_spectrogram_plot/gr_spectrogram_plot_* by adding a function to set the time per fft. Scale should also update when a new FFT size or sample rate is entered via the GUI | ||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -3/+3 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | qtgui: improved handling of static plot tools. | Tom Rondeau | 2013-02-21 | 1 | -11/+11 |
| | |||||
* | qtgui: adding time raster static plot tool. | Tom Rondeau | 2013-02-21 | 1 | -29/+37 |
| | |||||
* | qtgui: fixed bounds checking and a typo. | Tom Rondeau | 2013-02-20 | 1 | -5/+11 |
| | |||||
* | qtgui: tweaking plotting apps for better handling. | Tom Rondeau | 2013-02-17 | 1 | -6/+8 |
| | |||||
* | qtgui: prevent us from being able to set line width to 0 in the plotters. | Tom Rondeau | 2013-01-22 | 1 | -2/+3 |
| | |||||
* | qtgui: Updated plotting tools for more control through the GUI interface. | Tom Rondeau | 2013-01-22 | 1 | -41/+182 |
| | |||||
* | qtgui: added checkbox to time plotting apps to toggle stem plot on/off. | Tom Rondeau | 2013-01-20 | 1 | -10/+29 |
| | |||||
* | qtgui: improved PSD plotting tools to use more complete and complex base ↵ | Tom Rondeau | 2013-01-19 | 1 | -46/+114 |
| | | | | | | classes. Some tweaks to time plotters for better GUI interactions. | ||||
* | qtgui: adding features to QT-based time plotters. | Tom Rondeau | 2013-01-15 | 1 | -3/+20 |
| | | | | Made parent class to make updates to all types easier. | ||||
* | qtgui: added auto-scale checkbox to time plot. | Tom Rondeau | 2013-01-15 | 1 | -0/+12 |
| | |||||
* | qtgui: adding a save and exit menu to qtgui-based static plotting tools. | Tom Rondeau | 2012-11-04 | 1 | -3/+48 |
| | | | | Save will save the current plot as a jpeg, png, bmp, or tiff. | ||||
* | qtgui: fixing up apps for static displaying of samples. | Tom Rondeau | 2012-07-28 | 1 | -0/+82 |