summaryrefslogtreecommitdiff
path: root/gr-qtgui/include/qtgui
Commit message (Collapse)AuthorAgeFilesLines
* wip, gr-qtgui not compilingJohnathan Corgan2013-04-2935-4828/+0
|
* filter: moved include dir to gnuradio/filterJohnathan Corgan2013-04-2911-15/+15
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-2917-28/+28
|
* docs: fixes for merge conflicts and differences between master/next.Tom Rondeau2013-04-0426-18/+94
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-016-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 Rondeau2013-03-1723-15/+3446
|
* qtgui: fix for time raster plots to set line attributes.Tom Rondeau2013-02-272-10/+10
|
* qtgui: adding time raster static plot tool.Tom Rondeau2013-02-212-0/+30
|
* qtgui: improved handling of GUI events and log-y scale.Tom Rondeau2013-02-172-0/+4
|
* qtgui: adding new features.Tom Rondeau2013-02-172-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 Rondeau2013-02-142-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 Rondeau2013-02-135-0/+5
|
* qtgui: set default nconnections to 1 for time raster plots.Tom Rondeau2013-02-032-2/+2
|
* qtgui: adding a time raster plot (support for bits and floats).Tom Rondeau2013-02-023-0/+199
|
* qtgui: Major changes to qtgui sink interfaces to allow more tunable control ↵Tom Rondeau2013-01-227-28/+99
| | | | through GR blocks.
* qtgui: added method to disable right-click menu.Tom Rondeau2013-01-207-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 Rondeau2013-01-202-0/+4
|
* qtgui: expose set_intensity_range for spectrogram gui to GR block.Tom Rondeau2013-01-192-0/+4
|
* qtgui: make default nconnections in qtgui plots 1.Tom Rondeau2013-01-197-7/+7
|
* qtgui: waterfall plots can take multiple signals.Tom Rondeau2013-01-192-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 Rondeau2013-01-152-0/+4
|
* qtgui: Python.h must be included first (it's even in the Python ↵Tom Rondeau2012-12-039-18/+9
| | | | documentation) to avoid warnings.
* qtgui: fixing qtgui time plot to use sample rate names instead of ↵Tom Rondeau2012-10-122-4/+6
| | | | bandwidth/frequency.
* qtgui: allowing setting of axes in GRC.Tom Rondeau2012-10-105-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 Rondeau2012-10-097-0/+7
|
* qtgui: updating some function names for more accuracy and to allow an actual ↵Tom Rondeau2012-10-097-14/+27
| | | | set_title.
* docs: fixed doxygen markup issues.Tom Rondeau2012-08-284-6/+12
|
* qtgui: fixing up apps for static displaying of samples.Tom Rondeau2012-07-281-0/+1
|
* qtgui: waterfall plot couldn't really handle multiple signals.Tom Rondeau2012-07-282-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 Rondeau2012-07-282-0/+2
|
* qtgui: changed qtgui sinks to pimpl structure.Tom Rondeau2012-07-199-263/+198
|
* qtgui: wip: moving qtgui over to new pimpl style.Tom Rondeau2012-07-1712-0/+1007
Everything but full sink has been converted.