summaryrefslogtreecommitdiff
path: root/gr-qtgui/src/python
Commit message (Collapse)AuthorAgeFilesLines
* gr-qtgui: moving Python files to new structure; get rid of src directory.Tom Rondeau2011-03-2714-2348/+0
|
* gr-qtgui: adding QA code for qtgui; remarked out until a fix for the ↵Tom Rondeau2011-03-264-7/+71
| | | | segfault can be found.
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-1/+1
| | | | | | | | | Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
* Changes to the examples to fit updates to qtgui.Tom Rondeau2010-05-106-303/+378
|
* Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Adding a check box to cancel DC offsettrondeau2009-07-173-12/+139
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11451 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixing USRP2 dispaly program and minor tweaks to USRP program.trondeau2009-07-072-119/+184
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11375 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging trondeau/qt branch r11231:11360. This merge improves the usability ↵trondeau2009-07-066-104/+651
| | | | | | and examples of the QT-based interface. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11361 221aa14e-8319-0410-a670-987f0aec2ac5
* Add missing files to distribution tarball.jcorgan2009-06-301-0/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11317 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixing a bug and adding the output of pyuic for qt_digital example.trondeau2009-06-182-1/+118
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11230 221aa14e-8319-0410-a670-987f0aec2ac5
* Two words that seem necessaryn4hy2009-06-181-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11229 221aa14e-8319-0410-a670-987f0aec2ac5
* adding a pause/unpause button to the digital GUI application.trondeau2009-04-262-0/+26
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10920 221aa14e-8319-0410-a670-987f0aec2ac5
* Improving digital GUI analysis tool. Adding receiver carrier and timing ↵trondeau2009-04-262-141/+384
| | | | | | recovery loop and ability to control the some of the receiver's parameters. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10919 221aa14e-8319-0410-a670-987f0aec2ac5
* Using qt's designer program to build an interface from the .ui file. This ↵trondeau2009-04-182-57/+223
| | | | | | makes qt_digital.py example look much better. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10878 221aa14e-8319-0410-a670-987f0aec2ac5
* Change our examples to use gr.channel_model instead of blks2.channel_modeljcorgan2009-04-162-6/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10861 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging qtdevel2 branch -r10565:10849. This adds a lot of fixes and ↵trondeau2009-04-158-81/+856
| | | | | | capabilities to the qtgui package. Most importantly, it allows interaction between PyQt and the C++ Qt routines in the gnuradio library. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10850 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan2009-03-141-3/+1
| | | | | | SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
* Adding a constellation plot and an example for viewing constellations of ↵trondeau2009-02-281-0/+40
| | | | | | digital modulations. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10537 221aa14e-8319-0410-a670-987f0aec2ac5
* some cleanup as well as adding a way to pass the Qapplication between sinks ↵trondeau2009-02-281-5/+15
| | | | | | that allows multiple GUIs to be defined and run. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10535 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging qtgui branch-r9068:9837: this ads a qtgui_sink_c and qtgui_sink_f ↵trondeau2008-10-254-0/+89
that displays the time, PSD, and spectrogram plots of a signal put into it. It requires qt4, qwt, and qwtplot3d and has not been tested on OSX. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9853 221aa14e-8319-0410-a670-987f0aec2ac5