Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtgui: moved actual examples to new examples directory. | Tom Rondeau | 2011-09-23 | 1 | -150/+0 |
| | |||||
* | gr-qtgui: updating examples to explicitly shut down flow graphs. | Tom Rondeau | 2011-04-14 | 1 | -1/+2 |
| | |||||
* | gr-qtgui: updating example apps so the wrapped instance of the qtgui is not ↵ | Tom Rondeau | 2011-04-10 | 1 | -2/+2 |
| | | | | a class member; this ensures proper cleanup on exit. | ||||
* | gr-qtgui: removing references to 3D waterfall plot and changning QtGui API ↵ | Tom Rondeau | 2011-04-06 | 1 | -1/+1 |
| | | | | to remove bool that turns it on/off. | ||||
* | gr-qtgui: cleaning up unnecessary plotting calls. | Tom Rondeau | 2011-04-06 | 1 | -5/+0 |
| | |||||
* | gr-qtgui: wip trying to figure out segfaults. | Tom Rondeau | 2011-04-01 | 1 | -0/+5 |
| | |||||
* | gr-qtgui: improvements to python test apps. | Tom Rondeau | 2011-03-27 | 1 | -1/+6 |
| | |||||
* | gr-qtgui: making necessary changes to build a python package and export ↵ | Tom Rondeau | 2011-03-27 | 1 | -0/+144 |
qtgui; also preserves old convention of 'from gnuradio.qtgui import qtgui'. Some of the examples have been updated to use the new (cleaner) convention. |