summaryrefslogtreecommitdiff
path: root/grc/python
Commit message (Expand)AuthorAgeFilesLines
...
| * work on the string representations for parameters (large vectors could be too...Josh Blum2010-03-231-12/+20
* | added to uhd grc files, also removed warning for grc generator with uhd blocksJosh Blum2010-04-141-1/+1
|/
* Fixed bug in checking if path is writable.Josh Blum2010-03-031-1/+1
* If the directory is read-only, use the systems tmp directory for generated py...Josh Blum2010-03-031-1/+6
* updated wiki urlJosh Blum2010-02-241-2/+2
* grc bug fix from Dimitris SymeonidisJosh Blum2010-01-231-1/+1
* Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblumJohnathan Corgan2009-12-073-4/+0
|\
| * removed unused import statements, thanks pyflakesJosh Blum2009-12-063-4/+0
* | Allow for multiple io pads per hier flow graph.Josh Blum2009-12-033-33/+33
|/
* renamed msgq to msgq_in and msgq_out, block wrappers changed accordinglyJosh Blum2009-10-281-1/+1
* Created a grc_blockdir in makefile.common.Josh Blum2009-10-281-3/+3
* Merge commit '25a8' from git@gnuradio.org:jblumJohnathan Corgan2009-10-151-11/+17
|\
| * Added window size param to all wxgui wrappers.Josh Blum2009-10-091-11/+17
* | added noaa to extract doc matcherJosh Blum2009-10-071-1/+1
|/
* Added a run options to the "no gui" generate options.Josh Blum2009-10-031-0/+5
* Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum"Johnathan Corgan2009-09-251-5/+0
* Added a run options to the "no gui" generate options.Josh Blum2009-09-251-0/+5
* Re/evaluate the notebook blocks label because we dont garuntee the evaluation...Josh Blum2009-09-181-1/+1
* added errors dialog to show all error messages in flow graphJosh Blum2009-09-181-1/+1
* use show signal to perform initial gui updateJosh Blum2009-09-081-1/+1
* Fixed the usrp and usrp2 probe scripts to work with the new gui param api.Josh Blum2009-09-061-1/+1
* propsdialog tweaksJosh Blum2009-09-061-3/+3
* better error msg for empty statementsJosh Blum2009-09-051-0/+1
* Evaluation fix in param.to_code().Josh Blum2009-09-021-3/+4
* Removed the flagging api and usage from the base classes.Josh Blum2009-09-021-3/+10
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-306-14/+30
* port and param types from an overloaded methodJosh Blum2009-08-302-22/+17
* Replaced TYPES in Port and Param with types parameter.Josh Blum2009-08-293-16/+26
* made is_virtual_xxx a block level function, used by port and param classesJosh Blum2009-08-283-12/+13
* added stream id type and checking in evaluateJosh Blum2009-08-281-4/+21
* avoid loopsJosh Blum2009-08-281-4/+13
* Recursive resolution of virtual sources.Josh Blum2009-08-283-16/+38
* added virtual source and added stream ids, logic to clone in portJosh Blum2009-08-281-5/+15
* added rewrite methods to element to separate from validation logicJosh Blum2009-08-262-7/+14
* Added virtual sink and logic to clone port.Josh Blum2009-08-261-0/+14
* removed repurposing of padsJosh Blum2009-08-251-28/+8
* Work on command line options for generated code.Josh Blum2009-08-251-6/+16
* added continuation mode for pad source and sinksJosh Blum2009-08-201-0/+17
* Removed Source and Sink classes as Port subclasses.Josh Blum2009-08-172-25/+14
* Merged branch 'msgq' from http://gnuradio.org/git/jblum.gitJohnathan Corgan2009-08-157-34/+59
|\
| * added validation check for msg type ports, added copy method for ports to cle...Josh Blum2009-08-152-18/+23
| * params, sources, and sinks now stored internally as lists. The keys for said ...Josh Blum2009-08-142-15/+11
| * this time commit the file changesJosh Blum2009-08-137-11/+32
| * apply diff from previous commitsJosh Blum2009-08-104-19/+22
* | Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+2
|/
* make use of gr.version()jblum2009-07-111-2/+2
* short id fixjblum2009-07-082-8/+5
* Adds short commandline parameter handling in GRC.jcorgan2009-07-082-1/+8
* Merged r11309:11357 from grc branch.jblum2009-07-066-33/+75
* Added ability to extract category names from doxygen.jblum2009-06-295-3/+71