summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps
AgeCommit message (Collapse)Author
2011-09-24Merge branch 'master' into nextJohnathan Corgan
Conflicts: gr-qtgui/apps/usrp_display.py
2011-09-23qtgui: removed usrp and usrp2-specific apps; replaced with a UHD version.Tom Rondeau
2011-09-23qtgui: moved actual examples to new examples directory.Tom Rondeau
2011-09-23qtgui: fixing import statements in qtgui apps to print an error if extra ↵Tom Rondeau
python modules are not available.
2011-04-24Merge branch 'qtgui_time'Tom Rondeau
Conflicts: gr-qtgui/apps/pyqt_example_f.py
2011-04-24gr-qtgui: Adding float interface to qtgui_time_sink and example program.Tom Rondeau
2011-04-24gr-qtgui: adding example for using the new qt_time_sink_c interface.Tom Rondeau
2011-04-18gr-qtgui: fixing up examples and adding noise to float example.Tom Rondeau
2011-04-14gr-qtgui: updating examples to explicitly shut down flow graphs.Tom Rondeau
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