Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtgui: adding new features. | Tom Rondeau | 2013-02-17 | 1 | -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 Rondeau | 2013-02-06 | 1 | -0/+3 |
| | |||||
* | qtgui: added ability to toggle time plots into stem plots. | Tom Rondeau | 2013-01-20 | 1 | -0/+2 |
| | |||||
* | qtgui: function names updated so they are (or should be) consistent. | Tom Rondeau | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | qtgui: wip: moving qtgui over to new pimpl style. | Tom Rondeau | 2012-07-17 | 1 | -1/+0 |
| | | | | Everything but full sink has been converted. | ||||
* | qtgui: made display form and display plot base classes to handle duplicated ↵ | Tom Rondeau | 2012-06-29 | 1 | -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 Rondeau | 2012-06-28 | 1 | -0/+4 |
| | |||||
* | qtgui: added ability to set line style and add markers. | Tom Rondeau | 2012-06-27 | 1 | -0/+2 |
| | |||||
* | qtgui: adding ability to set line width's from time display form. | Tom Rondeau | 2012-06-24 | 1 | -0/+1 |
| | |||||
* | qtgui: Adding menu feature to timedisplayform. | Tom Rondeau | 2012-06-24 | 1 | -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 Rondeau | 2012-04-13 | 1 | -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 Rondeau | 2011-10-25 | 1 | -4/+4 |
| | | | | Qwt 5.2 and 6.0. | ||||
* | qtgui: more compatability issues. | Tom Rondeau | 2011-10-16 | 1 | -0/+4 |
| | |||||
* | qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain ↵ | Tom Rondeau | 2011-10-15 | 1 | -1/+5 |
| | | | | backwards compatability to 5.2). This wip works for just the fft plots. | ||||
* | qtgui: removed all traces of highResTimeFunctions.h | Josh Blum | 2011-06-07 | 1 | -1/+0 |
| | |||||
* | gr-qtgui: adding function and slot to set a time display curve's color. | Tom Rondeau | 2011-04-24 | 1 | -0/+1 |
| | |||||
* | gr-qtgui: clean up | Tom Rondeau | 2011-04-24 | 1 | -4/+4 |
| | |||||
* | gr-qtgui: provide function and slot for setting the labels of a time curve. | Tom Rondeau | 2011-04-24 | 1 | -0/+1 |
| | |||||
* | gr-qtgui: Passing vectors of data to update plot for stability; also moving ↵ | Tom Rondeau | 2011-04-23 | 1 | -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 Rondeau | 2011-04-23 | 1 | -8/+6 |
| | |||||
* | gr-qtgui: adding copyright dates to qtgui files. | Tom Rondeau | 2011-04-18 | 1 | -0/+22 |
| | |||||
* | gr-qtgui: adding double-click point selector to main gui widgets. | Mike Cornelius | 2011-04-12 | 1 | -0/+10 |
| | |||||
* | gr-qtgui: restructuring qtgui directory to new layout. | Tom Rondeau | 2011-03-27 | 1 | -0/+65 |