Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtgui: improved handling of GUI events and log-y scale. | Tom Rondeau | 2013-02-17 | 1 | -2/+14 |
| | |||||
* | qtgui: adding new features. | Tom Rondeau | 2013-02-17 | 1 | -18/+77 |
| | | | | | 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/+29 |
| | |||||
* | qtgui: added ability to toggle time plots into stem plots. | Tom Rondeau | 2013-01-20 | 1 | -0/+18 |
| | |||||
* | qtgui: function names updated so they are (or should be) consistent. | Tom Rondeau | 2013-01-03 | 1 | -8/+8 |
| | |||||
* | qtgui: wip: some fixes to make updating markers/symbols Qwt5/6 compatible. | Tom Rondeau | 2012-07-15 | 1 | -5/+3 |
| | |||||
* | qtgui: made display form and display plot base classes to handle duplicated ↵ | Tom Rondeau | 2012-06-29 | 1 | -170/+17 |
| | | | | | | 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 | -18/+26 |
| | |||||
* | qtgui: added ability to set line style and add markers. | Tom Rondeau | 2012-06-27 | 1 | -0/+35 |
| | |||||
* | qtgui: adding ability to set line width's from time display form. | Tom Rondeau | 2012-06-24 | 1 | -1/+11 |
| | |||||
* | qtgui: Adding menu feature to timedisplayform. | Tom Rondeau | 2012-06-24 | 1 | -0/+6 |
| | | | | 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. | ||||
* | Merge branch 'master' into my_qtsink | Tom Rondeau | 2012-06-24 | 1 | -11/+12 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-qtgui/include/qtgui_sink_c.h gr-qtgui/include/qtgui_sink_f.h gr-qtgui/include/qtgui_util.h gr-qtgui/lib/ConstellationDisplayPlot.cc gr-qtgui/lib/FrequencyDisplayPlot.cc gr-qtgui/lib/SpectrumGUIClass.cc gr-qtgui/lib/TimeDomainDisplayPlot.cc gr-qtgui/lib/WaterfallDisplayPlot.cc gr-qtgui/lib/qtgui_sink_c.cc gr-qtgui/lib/qtgui_sink_f.cc gr-qtgui/lib/spectrumdisplayform.cc | ||||
| * | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -11/+11 |
| | | | | | | | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | | qtgui: fixed dblclick emits, need to set state machine in Qwt 6. if we ↵ | Nick Foster | 2012-04-18 | 1 | -6/+4 |
| | | | | | | | | didn't maintain compat we could get rid of the whole class. | ||||
* | | qtgui: fix zoomer tracker text callbacks for Qwt 6. | Nick Foster | 2012-04-17 | 1 | -1/+5 |
|/ | |||||
* | qtgui: Fixing slot names that can't be #if'd out for compatibility between ↵ | Tom Rondeau | 2011-10-25 | 1 | -5/+3 |
| | | | | Qwt 5.2 and 6.0. | ||||
* | qtgui: more compatability issues. | Tom Rondeau | 2011-10-16 | 1 | -0/+16 |
| | |||||
* | qtgui: Time domain plot working againt under qwt6. | Tom Rondeau | 2011-10-16 | 1 | -0/+2 |
| | |||||
* | qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain ↵ | Tom Rondeau | 2011-10-15 | 1 | -6/+24 |
| | | | | backwards compatability to 5.2). This wip works for just the fft plots. | ||||
* | gr-qtgui: adding function and slot to set a time display curve's color. | Tom Rondeau | 2011-04-24 | 1 | -1/+8 |
| | |||||
* | gr-qtgui: clean up | Tom Rondeau | 2011-04-24 | 1 | -11/+10 |
| | |||||
* | gr-qtgui: provide function and slot for setting the labels of a time curve. | Tom Rondeau | 2011-04-24 | 1 | -0/+5 |
| | |||||
* | gr-qtgui: multiple connections working, each with their own color. | Tom Rondeau | 2011-04-23 | 1 | -5/+12 |
| | |||||
* | gr-qtgui: Passing vectors of data to update plot for stability; also moving ↵ | Tom Rondeau | 2011-04-23 | 1 | -19/+11 |
| | | | | 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 | -36/+30 |
| | |||||
* | gr-qtgui: no need to check the version here since we require >4.4 | Tom Rondeau | 2011-04-23 | 1 | -7/+2 |
| | |||||
* | 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/+18 |
| | |||||
* | gr-qtgui: cleaning up unnecessary plotting calls. | Tom Rondeau | 2011-04-06 | 1 | -4/+0 |
| | |||||
* | gr-qtgui: restructuring qtgui directory to new layout. | Tom Rondeau | 2011-03-27 | 1 | -0/+276 |