Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtgui: Remove the command line plot tools | Martin Braun | 2018-11-15 | 1 | -77/+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. | ||||
* | remove completely unused scipy from qtgui apps | Marcus Müller | 2018-11-02 | 1 | -1/+0 |
| | |||||
* | filter: replace OptionParser by ArgumentParser for gr-utils and gr-qtgui | Jiří Pinkava | 2016-08-06 | 1 | -8/+7 |
| | |||||
* | qtgui: apps: with new use of the Title, the titles provided here just take ↵ | Tom Rondeau | 2014-11-11 | 1 | -2/+1 |
| | | | | up extra screen real estate. | ||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
| | | | | 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). | ||||
* | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 1 | -1/+2 |
| | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | core: cleaning up remez and firdes in gnuradio-core; now in gr-filter. | Tom Rondeau | 2013-03-06 | 1 | -1/+2 |
| | |||||
* | qtgui: Updated plotting tools for more control through the GUI interface. | Tom Rondeau | 2013-01-22 | 1 | -3/+2 |
| | |||||
* | qtgui: added checkbox to time plotting apps to toggle stem plot on/off. | Tom Rondeau | 2013-01-20 | 1 | -1/+2 |
| | |||||
* | qtgui: updated constellation and spectrogram plotting tools. | Tom Rondeau | 2013-01-20 | 1 | -125/+24 |
| | |||||
* | qtgui: added ability to clear waterfall plot data from GR block. | Tom Rondeau | 2013-01-15 | 1 | -0/+2 |
| | |||||
* | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 1 | -1/+2 |
| | | | | Also fixes up some other missing moves. | ||||
* | qtgui: introduces new static plot tools for different data types. | Tom Rondeau | 2012-07-29 | 1 | -0/+176 |
Time, PSD, and Spectrogram have tools for char, short, int, float, and complex data types. Constellation requires complex inputs. These tools are now installed into the runtime bin directory. |