Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -17/+17 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | Merge branch 'master' into next | Tom Rondeau | 2011-12-14 | 1 | -3/+4 |
|\ | |||||
| * | uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵ | Tom Rondeau | 2011-12-14 | 1 | -3/+4 |
| | | | | | | | | properly (patch from Sam Bretheim). | ||||
* | | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 2 | -41/+0 |
|/ | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | uhd: change examples to use new stream api | Josh Blum | 2011-11-07 | 1 | -3/+1 |
| | |||||
* | qtgui: these shouldn't be installed. | Tom Rondeau | 2011-10-26 | 1 | -4/+0 |
| | |||||
* | Merge branch 'master' into next | Johnathan Corgan | 2011-09-24 | 2 | -5/+36 |
|\ | | | | | | | | | Conflicts: gr-qtgui/apps/usrp_display.py | ||||
| * | qtgui: fixing import statements in qtgui apps to print an error if extra ↵ | Tom Rondeau | 2011-09-23 | 7 | -18/+153 |
| | | | | | | | | python modules are not available. | ||||
* | | qtgui: removed usrp and usrp2-specific apps; replaced with a UHD version. | Tom Rondeau | 2011-09-23 | 3 | -339/+44 |
| | | |||||
* | | qtgui: moved actual examples to new examples directory. | Tom Rondeau | 2011-09-23 | 5 | -631/+0 |
|/ | |||||
* | Merge branch 'qtgui_time' | Tom Rondeau | 2011-04-24 | 4 | -2/+333 |
|\ | | | | | | | | | Conflicts: gr-qtgui/apps/pyqt_example_f.py | ||||
| * | gr-qtgui: Adding float interface to qtgui_time_sink and example program. | Tom Rondeau | 2011-04-24 | 1 | -0/+163 |
| | | |||||
| * | gr-qtgui: adding example for using the new qt_time_sink_c interface. | Tom Rondeau | 2011-04-24 | 2 | -0/+164 |
| | | |||||
| * | gr-qtgui: fixing up examples and adding noise to float example. | Tom Rondeau | 2011-04-18 | 2 | -3/+9 |
| | | |||||
* | | gr-qtgui: updating examples to explicitly shut down flow graphs. | Tom Rondeau | 2011-04-14 | 3 | -3/+5 |
|/ | |||||
* | gr-qtgui: ignore GRC-built py file of grc_qt_example.grc. | Tom Rondeau | 2011-04-10 | 1 | -0/+1 |
| | |||||
* | gr-qtgui: adding a GRC example for QtGui graphs. | Tom Rondeau | 2011-04-10 | 1 | -0/+441 |
| | |||||
* | gr-qtgui: updating example apps so the wrapped instance of the qtgui is not ↵ | Tom Rondeau | 2011-04-10 | 2 | -4/+4 |
| | | | | 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 | 5 | -6/+6 |
| | | | | 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 | 2 | -2/+12 |
| | |||||
* | gr-qtgui: fixing up the Makefile for proper dist. Passes make distcheck. | Tom Rondeau | 2011-03-27 | 1 | -3/+6 |
| | |||||
* | gr-qtgui: making necessary changes to build a python package and export ↵ | Tom Rondeau | 2011-03-27 | 3 | -3/+3 |
| | | | | qtgui; also preserves old convention of 'from gnuradio.qtgui import qtgui'. Some of the examples have been updated to use the new (cleaner) convention. | ||||
* | gr-qtgui: qtgui builds and passes make check under new structure. | Tom Rondeau | 2011-03-27 | 1 | -0/+2 |
| | |||||
* | gr-qtgui: moving qtgui apps to the apps directory. | Tom Rondeau | 2011-03-27 | 10 | -0/+2286 |