summaryrefslogtreecommitdiff
path: root/grc/python
AgeCommit message (Expand)Author
2010-06-24grc: expanded nports ability to have multiple port duplicators per sideJosh Blum
2010-03-23work on the string representations for parameters (large vectors could be too...Josh Blum
2010-03-03Fixed bug in checking if path is writable.Josh Blum
2010-03-03If the directory is read-only, use the systems tmp directory for generated py...Josh Blum
2010-02-24updated wiki urlJosh Blum
2010-01-23grc bug fix from Dimitris SymeonidisJosh Blum
2009-12-07Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblumJohnathan Corgan
2009-12-06removed unused import statements, thanks pyflakesJosh Blum
2009-12-03Allow for multiple io pads per hier flow graph.Josh Blum
2009-10-28renamed msgq to msgq_in and msgq_out, block wrappers changed accordinglyJosh Blum
2009-10-28Created a grc_blockdir in makefile.common.Josh Blum
2009-10-15Merge commit '25a8' from git@gnuradio.org:jblumJohnathan Corgan
2009-10-09Added window size param to all wxgui wrappers.Josh Blum
2009-10-07added noaa to extract doc matcherJosh Blum
2009-10-03Added a run options to the "no gui" generate options.Josh Blum
2009-09-25Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum"Johnathan Corgan
2009-09-25Added a run options to the "no gui" generate options.Josh Blum
2009-09-18Re/evaluate the notebook blocks label because we dont garuntee the evaluation...Josh Blum
2009-09-18added errors dialog to show all error messages in flow graphJosh Blum
2009-09-08use show signal to perform initial gui updateJosh Blum
2009-09-06Fixed the usrp and usrp2 probe scripts to work with the new gui param api.Josh Blum
2009-09-06propsdialog tweaksJosh Blum
2009-09-05better error msg for empty statementsJosh Blum
2009-09-02Evaluation fix in param.to_code().Josh Blum
2009-09-02Removed the flagging api and usage from the base classes.Josh Blum
2009-08-30Switched the python classes to inherit from the base and gui classes.Josh Blum
2009-08-30port and param types from an overloaded methodJosh Blum
2009-08-29Replaced TYPES in Port and Param with types parameter.Josh Blum
2009-08-28made is_virtual_xxx a block level function, used by port and param classesJosh Blum
2009-08-28added stream id type and checking in evaluateJosh Blum
2009-08-28avoid loopsJosh Blum
2009-08-28Recursive resolution of virtual sources.Josh Blum
2009-08-28added virtual source and added stream ids, logic to clone in portJosh Blum
2009-08-26added rewrite methods to element to separate from validation logicJosh Blum
2009-08-26Added virtual sink and logic to clone port.Josh Blum
2009-08-25removed repurposing of padsJosh Blum
2009-08-25Work on command line options for generated code.Josh Blum
2009-08-20added continuation mode for pad source and sinksJosh Blum
2009-08-17Removed Source and Sink classes as Port subclasses.Josh Blum
2009-08-15Merged branch 'msgq' from http://gnuradio.org/git/jblum.gitJohnathan Corgan
2009-08-15added validation check for msg type ports, added copy method for ports to cle...Josh Blum
2009-08-14params, sources, and sinks now stored internally as lists. The keys for said ...Josh Blum
2009-08-14Added git ignore files auto created from svn:ignore properties.git
2009-08-13this time commit the file changesJosh Blum
2009-08-10apply diff from previous commitsJosh Blum
2009-07-11make use of gr.version()jblum
2009-07-08short id fixjblum
2009-07-08Adds short commandline parameter handling in GRC.jcorgan
2009-07-06Merged r11309:11357 from grc branch.jblum
2009-06-29Added ability to extract category names from doxygen.jblum