summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/TimeDomainDisplayPlot.h
Commit message (Collapse)AuthorAgeFilesLines
* qtgui: adding new features.Tom Rondeau2013-02-171-1/+6
| | | | | 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: adding auto scaling to other plotters.Tom Rondeau2013-02-061-0/+3
|
* qtgui: added ability to toggle time plots into stem plots.Tom Rondeau2013-01-201-0/+2
|
* qtgui: function names updated so they are (or should be) consistent.Tom Rondeau2013-01-031-2/+2
|
* qtgui: wip: moving qtgui over to new pimpl style.Tom Rondeau2012-07-171-1/+0
| | | | Everything but full sink has been converted.
* qtgui: made display form and display plot base classes to handle duplicated ↵Tom Rondeau2012-06-291-61/+8
| | | | | | functions. Forms and plots for each type of graph inherit from here now to make things cleaner.
* qtgui: adding ability to start/stop running time plots.Tom Rondeau2012-06-281-0/+4
|
* qtgui: added ability to set line style and add markers.Tom Rondeau2012-06-271-0/+2
|
* qtgui: adding ability to set line width's from time display form.Tom Rondeau2012-06-241-0/+1
|
* qtgui: Adding menu feature to timedisplayform.Tom Rondeau2012-06-241-0/+2
| | | | Right now, right clicking outside of plot window brings up a menu to turn grid on/off and to set the line color for all curves in the figure.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-9/+9
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* qtgui: Fixing slot names that can't be #if'd out for compatibility between ↵Tom Rondeau2011-10-251-4/+4
| | | | Qwt 5.2 and 6.0.
* qtgui: more compatability issues.Tom Rondeau2011-10-161-0/+4
|
* qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain ↵Tom Rondeau2011-10-151-1/+5
| | | | backwards compatability to 5.2). This wip works for just the fft plots.
* qtgui: removed all traces of highResTimeFunctions.hJosh Blum2011-06-071-1/+0
|
* gr-qtgui: adding function and slot to set a time display curve's color.Tom Rondeau2011-04-241-0/+1
|
* gr-qtgui: clean upTom Rondeau2011-04-241-4/+4
|
* gr-qtgui: provide function and slot for setting the labels of a time curve.Tom Rondeau2011-04-241-0/+1
|
* gr-qtgui: Passing vectors of data to update plot for stability; also moving ↵Tom Rondeau2011-04-231-3/+1
| | | | responsibility of keeping track of plot updates out to qtgui_sink instead of inside plot qidget.
* gr-qtgui: moving towards allowing time plot to have multiple connections.Tom Rondeau2011-04-231-8/+6
|
* gr-qtgui: adding copyright dates to qtgui files.Tom Rondeau2011-04-181-0/+22
|
* gr-qtgui: adding double-click point selector to main gui widgets.Mike Cornelius2011-04-121-0/+10
|
* gr-qtgui: restructuring qtgui directory to new layout.Tom Rondeau2011-03-271-0/+65