summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps/qt_digital.py
AgeCommit message (Collapse)Author
2011-09-23qtgui: fixing import statements in qtgui apps to print an error if extra ↵Tom Rondeau
python modules are not available.
2011-04-14gr-qtgui: updating examples to explicitly shut down flow graphs.Tom Rondeau
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-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: moving qtgui apps to the apps directory.Tom Rondeau