summaryrefslogtreecommitdiff
path: root/gr-qtgui/swig
Commit message (Collapse)AuthorAgeFilesLines
* docs: fixes some warnings.Tom Rondeau2011-12-061-3/+4
| | | | There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.
* docs: more fixes for generated swig files. This worked before the merge, but ↵Tom Rondeau2011-12-051-0/+1
| | | | this forces the build system to generate these before processing the other swig files.
* docs: better install of swig docs .i files since we actually have a variable ↵Tom Rondeau2011-12-041-4/+5
| | | | to take care of it already.
* docs: fixing variable for location of header files (SOURCE not BINARY).Tom Rondeau2011-11-301-1/+1
|
* docs: more appropriate variable to use when setting the include/headers ↵Tom Rondeau2011-11-281-1/+1
| | | | directory.
* docs: installing generated _doc.i files under autotools.Tom Rondeau2011-11-281-0/+3
|
* docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵Tom Rondeau2011-11-271-2/+2
| | | | instructions for it.
* docs: Adding swig doc generation to Makefile.am files.Tom Rondeau2011-11-271-0/+9
|
* docs: forgot to have the generated .i files installed.Tom Rondeau2011-11-271-0/+1
|
* docs: added python doxygen docs to gr-qtguiTom Rondeau2011-11-272-0/+6
|
* misc fix missing installed files/tweaksJosh Blum2011-10-201-0/+1
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-112-1/+2
|\ | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * docs and qtgui: adding Doxygen documentation for each class. Also changed ↵Tom Rondeau2011-10-091-1/+1
| | | | | | | | the default behavior for the qtgui_sink_f to turn the constellation plot off by default (doesn't make sense with out the Q part, too).
| * qtgui: sneaking in a fix to add an include directory to gr-qtgui.Tom Rondeau2011-10-091-0/+1
| |
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-5/+5
| |
* | Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-07-282-5/+5
|\|
| * fixed some more warnings; mostly in doxygen or order of variable initialization.Tom Rondeau2011-07-271-1/+1
| |
| * Merge branch 'master' into nextTom Rondeau2011-07-271-4/+4
| |\ | | | | | | | | | | | | | | | * master: Fixed warnings generated from improper includes in swig interface file. Fixed doxygen warning in gr-uhd
| | * Fixed warnings generated from improper includes in swig interface file.Tom Rondeau2011-07-271-4/+4
| | |
* | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+49
|/ /
* | Merge branch '8psk' into nextTom Rondeau2011-07-172-2/+2
|\ \ | |/ |/| | | | | Conflicts: gr-msdd6000/src/Makefile.swig.gen
| * gr-qtgui: makes time sink a sync_block (since it is) and uses ↵Tom Rondeau2011-05-092-2/+2
| | | | | | | | set_output_multiple instead of forecast. The result is that multiple streams maintain constant relationship, which they did not before. This should also prevent us from having to keep so much book-keeping of the indecies, and we will hopefully be able to clean this up soon.
* | gr: added to the .gitignores to various components for in-tree buildsJosh Blum2011-07-031-0/+2
|/
* gr-qtgui: splitting qtgui.i into its complex and float .i files to keep with ↵Tom Rondeau2011-04-244-48/+71
| | | | the general standard.
* gr-qtgui: Adding float interface to qtgui_time_sink and example program.Tom Rondeau2011-04-243-3/+60
|
* gr-qtgui: adding function and slot to set a time display curve's color.Tom Rondeau2011-04-241-0/+1
|
* gr-qtgui: provide function and slot for setting the labels of a time curve.Tom Rondeau2011-04-241-0/+1
|
* gr-qtgui: setting up ability to have multiple connections to the time sink.Tom Rondeau2011-04-231-0/+3
|
* gr-qtgui: time domain sink now shows and receives updates.Tom Rondeau2011-04-233-3/+5
|
* gr-qtgui: adding .i file for time domain plot and updating Makefiles.Tom Rondeau2011-04-212-1/+53
|
* gr-qtgui: fix the interface file.Mike Cornelius2011-04-121-2/+1
|
* gr-qtgui: rearranging swig directory to allow other .i files; adding a ↵Mike Cornelius2011-04-123-95/+119
| | | | qtgui2 interface file.
* gr-qtgui: exposing set_update_time to Python.Tom Rondeau2011-04-101-0/+2
|
* gr-qtgui: removed OpenGL calls; we still link against the QTOPENGL_LIBS ↵Tom Rondeau2011-04-101-6/+0
| | | | because of some dependencies in Qwt.
* gr-qtgui: removing Guile-specific stuff since there is no way QtGui will ↵Tom Rondeau2011-04-094-90/+0
| | | | 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-12/+6
| | | | to remove bool that turns it on/off.
* gr-qtgui: qtgui builds and passes make check under new structure.Tom Rondeau2011-03-274-1/+33
|
* gr-qtgui: wip: moving and renaming files for new structure.Tom Rondeau2011-03-276-0/+282
|
* gr-qtgui: moving Python files to new structure; get rid of src directory.Tom Rondeau2011-03-271-0/+131