Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wip, gr-qtgui not compiling | Johnathan Corgan | 2013-04-29 | 35 | -4828/+0 |
| | |||||
* | filter: moved include dir to gnuradio/filter | Johnathan Corgan | 2013-04-29 | 11 | -15/+15 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 17 | -28/+28 |
| | |||||
* | docs: fixes for merge conflicts and differences between master/next. | Tom Rondeau | 2013-04-04 | 26 | -18/+94 |
| | |||||
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 6 | -27/+27 |
| | | | | PMTs are handled slightly different and are installed into their own module and include dir. | ||||
* | qtgui: moving all qtgui headers to install into qtgui directory. | Tom Rondeau | 2013-03-17 | 23 | -15/+3446 |
| | |||||
* | qtgui: fix for time raster plots to set line attributes. | Tom Rondeau | 2013-02-27 | 2 | -10/+10 |
| | |||||
* | qtgui: adding time raster static plot tool. | Tom Rondeau | 2013-02-21 | 2 | -0/+30 |
| | |||||
* | qtgui: improved handling of GUI events and log-y scale. | Tom Rondeau | 2013-02-17 | 2 | -0/+4 |
| | |||||
* | qtgui: adding new features. | Tom Rondeau | 2013-02-17 | 2 | -2/+2 |
| | | | | | 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: exposing more parameters for time raster. | Tom Rondeau | 2013-02-14 | 2 | -0/+10 |
| | | | | Also fixes a memory bug when changing num rows or cols. | ||||
* | qtgui: allowing autoscale to be turned on/off from GR app. | Tom Rondeau | 2013-02-13 | 5 | -0/+5 |
| | |||||
* | qtgui: set default nconnections to 1 for time raster plots. | Tom Rondeau | 2013-02-03 | 2 | -2/+2 |
| | |||||
* | qtgui: adding a time raster plot (support for bits and floats). | Tom Rondeau | 2013-02-02 | 3 | -0/+199 |
| | |||||
* | qtgui: Major changes to qtgui sink interfaces to allow more tunable control ↵ | Tom Rondeau | 2013-01-22 | 7 | -28/+99 |
| | | | | through GR blocks. | ||||
* | qtgui: added method to disable right-click menu. | Tom Rondeau | 2013-01-20 | 7 | -2/+9 |
| | | | | Disabled menu in plotter tools to not conflict with states between C++ and Python domains. | ||||
* | qtgui: added ability to toggle time plots into stem plots. | Tom Rondeau | 2013-01-20 | 2 | -0/+4 |
| | |||||
* | qtgui: expose set_intensity_range for spectrogram gui to GR block. | Tom Rondeau | 2013-01-19 | 2 | -0/+4 |
| | |||||
* | qtgui: make default nconnections in qtgui plots 1. | Tom Rondeau | 2013-01-19 | 7 | -7/+7 |
| | |||||
* | qtgui: waterfall plots can take multiple signals. | Tom Rondeau | 2013-01-19 | 2 | -1/+5 |
| | | | | Signals are overlaid with an alpha (transparency) value for each layer. | ||||
* | qtgui: added ability to clear waterfall plot data from GR block. | Tom Rondeau | 2013-01-15 | 2 | -0/+4 |
| | |||||
* | qtgui: Python.h must be included first (it's even in the Python ↵ | Tom Rondeau | 2012-12-03 | 9 | -18/+9 |
| | | | | documentation) to avoid warnings. | ||||
* | qtgui: fixing qtgui time plot to use sample rate names instead of ↵ | Tom Rondeau | 2012-10-12 | 2 | -4/+6 |
| | | | | bandwidth/frequency. | ||||
* | qtgui: allowing setting of axes in GRC. | Tom Rondeau | 2012-10-10 | 5 | -4/+7 |
| | | | | | | For time and freq, a y-axis range can be defined. The constellation plot has an x- and y-axis setting. Also made methods more consistent in their names and styles. | ||||
* | qtgui: adds ability to set a plot's title. | Tom Rondeau | 2012-10-09 | 7 | -0/+7 |
| | |||||
* | qtgui: updating some function names for more accuracy and to allow an actual ↵ | Tom Rondeau | 2012-10-09 | 7 | -14/+27 |
| | | | | set_title. | ||||
* | docs: fixed doxygen markup issues. | Tom Rondeau | 2012-08-28 | 4 | -6/+12 |
| | |||||
* | qtgui: fixing up apps for static displaying of samples. | Tom Rondeau | 2012-07-28 | 1 | -0/+1 |
| | |||||
* | qtgui: waterfall plot couldn't really handle multiple signals. | Tom Rondeau | 2012-07-28 | 2 | -14/+26 |
| | | | | This keeps the internal mechanisms in case we figure out how to do this, but turn off ability to set multiple input signals from the API. | ||||
* | qtgui: set number of samples to plot in time sinks from GR block. | Tom Rondeau | 2012-07-28 | 2 | -0/+2 |
| | |||||
* | qtgui: changed qtgui sinks to pimpl structure. | Tom Rondeau | 2012-07-19 | 9 | -263/+198 |
| | |||||
* | qtgui: wip: moving qtgui over to new pimpl style. | Tom Rondeau | 2012-07-17 | 12 | -0/+1007 |
Everything but full sink has been converted. |