Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtgui: middle button now brings up context menu anywhere on plot. | Tom Rondeau | 2013-02-19 | 1 | -1/+1 |
| | | | | | | Middle button + ctrl key allows panning of plot. Also updates grid toggle to use QAction's checkable state. | ||||
* | qtgui: adding auto scaling to other plotters. | Tom Rondeau | 2013-02-06 | 1 | -1/+4 |
| | |||||
* | qtgui: Major changes to qtgui sink interfaces to allow more tunable control ↵ | Tom Rondeau | 2013-01-22 | 1 | -1/+1 |
| | | | | through GR blocks. | ||||
* | qtgui: missed these updated slot names. | Tom Rondeau | 2013-01-03 | 1 | -5/+5 |
| | |||||
* | qtgui: function names updated so they are (or should be) consistent. | Tom Rondeau | 2013-01-03 | 1 | -3/+3 |
| | |||||
* | qtgui: Fixed some build issues and made sure all qtgui examples work. | Tom Rondeau | 2012-11-12 | 1 | -2/+2 |
| | | | | analog: also fixed having a default arg for noise_source seed in Python. | ||||
* | Merge branch 'qtgui_stylesheets' into next | Tom Rondeau | 2012-11-12 | 1 | -63/+228 |
|\ | | | | | | | | | | | | | | | | | Conflicts: gr-qtgui/lib/DisplayPlot.cc gr-qtgui/lib/DisplayPlot.h gr-qtgui/lib/displayform.cc Fixed some function name issues and updated qtgui examples. | ||||
| * | qtgui: fixed a few bugs under qwt6. Made checks around the symbol pointers. | Tom Rondeau | 2012-11-12 | 1 | -13/+28 |
| | | |||||
| * | qtgui: Adding hooks to allow appearance customization with stylesheets. | Ben Reynwar | 2012-10-16 | 1 | -64/+214 |
| | | |||||
* | | qtgui: updating some function names for more accuracy and to allow an actual ↵ | Tom Rondeau | 2012-10-09 | 1 | -4/+4 |
|/ | | | | set_title. | ||||
* | qtgui: adding menu option to qtgui sinks to set transparency (alpha) value ↵ | Tom Rondeau | 2012-10-03 | 1 | -0/+27 |
| | | | | on lines/markers. | ||||
* | qtgui: fix log10 ambiguous overload in DisplayPlot | Josh Blum | 2012-09-07 | 1 | -2/+2 |
| | |||||
* | qtgui: fixing other menu behavior with qwt5. | Tom Rondeau | 2012-07-29 | 1 | -4/+12 |
| | |||||
* | qtgui: fix to work with Qwt5. | Tom Rondeau | 2012-07-29 | 1 | -1/+7 |
| | |||||
* | qtgui: wip: some fixes to make updating markers/symbols Qwt5/6 compatible. | Tom Rondeau | 2012-07-15 | 1 | -0/+11 |
| | |||||
* | qtgui: made display form and display plot base classes to handle duplicated ↵ | Tom Rondeau | 2012-06-29 | 1 | -0/+196 |
functions. Forms and plots for each type of graph inherit from here now to make things cleaner. |