summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps
AgeCommit message (Collapse)Author
2011-04-10gr-qtgui: ignore GRC-built py file of grc_qt_example.grc.Tom Rondeau
2011-04-10gr-qtgui: adding a GRC example for QtGui graphs.Tom Rondeau
2011-04-10gr-qtgui: updating example apps so the wrapped instance of the qtgui is not ↵Tom Rondeau
a class member; this ensures proper cleanup on exit.
2011-04-06gr-qtgui: removing references to 3D waterfall plot and changning QtGui API ↵Tom Rondeau
to remove bool that turns it on/off.
2011-04-06gr-qtgui: cleaning up unnecessary plotting calls.Tom Rondeau
2011-04-01gr-qtgui: wip trying to figure out segfaults.Tom Rondeau
2011-03-27gr-qtgui: improvements to python test apps.Tom Rondeau
2011-03-27gr-qtgui: fixing up the Makefile for proper dist. Passes make distcheck.Tom Rondeau
2011-03-27gr-qtgui: making necessary changes to build a python package and export ↵Tom Rondeau
qtgui; also preserves old convention of 'from gnuradio.qtgui import qtgui'. Some of the examples have been updated to use the new (cleaner) convention.
2011-03-27gr-qtgui: qtgui builds and passes make check under new structure.Tom Rondeau
2011-03-27gr-qtgui: moving qtgui apps to the apps directory.Tom Rondeau