summaryrefslogtreecommitdiff
path: root/gr-qtgui/python
Commit message (Collapse)AuthorAgeFilesLines
* gr: same change for common PYTHON test pathsJosh Blum2012-11-141-7/+7
| | | | | | | Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
* gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum2012-11-141-1/+1
| | | | | | | | | | | | | | | | Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
* gr: added python -B everywhere for clean source treeJosh Blum2012-11-041-1/+1
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-132-15/+15
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextJohnathan Corgan2012-03-221-2/+2
|\
| * volk: added volk as depedency for various componentsJosh Blum2012-03-221-2/+2
| | | | | | | | | | | | Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking.
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-083-51/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-111-0/+5
|\ | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * qtgui: sneaking in a fix to add an include directory to gr-qtgui.Tom Rondeau2011-10-091-0/+5
| |
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-10/+10
| |
* | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+46
|/
* gr-qtgui: removing Guile-specific stuff since there is no way QtGui will ↵Tom Rondeau2011-04-091-5/+7
| | | | work with Guile yet. Changed Python QA to complete properly.
* gr-qtgui: removing references to 3D waterfall plot and changning QtGui API ↵Tom Rondeau2011-04-061-5/+5
| | | | to remove bool that turns it on/off.
* gr-qtgui: fixing up the Makefile for proper dist. Passes make distcheck.Tom Rondeau2011-03-271-8/+1
|
* gr-qtgui: making necessary changes to build a python package and export ↵Tom Rondeau2011-03-271-0/+25
| | | | 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: small correction in Python QA code with new structure.Tom Rondeau2011-03-271-4/+4
|
* gr-qtgui: moving qtgui apps to the apps directory.Tom Rondeau2011-03-279-2244/+0
|
* gr-qtgui: moving Python files to new structure; get rid of src directory.Tom Rondeau2011-03-2714-0/+2348