summaryrefslogtreecommitdiff
path: root/grc/python/FlowGraph.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: added optional flag to pad source and sinkJosh Blum2012-10-041-0/+1
|
* grc: fix hier block generation w/ multiple pad blocksJosh Blum2011-04-211-14/+17
|
* Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblumJohnathan Corgan2009-12-071-2/+0
|\
| * removed unused import statements, thanks pyflakesJosh Blum2009-12-061-2/+0
| |
* | Allow for multiple io pads per hier flow graph.Josh Blum2009-12-031-21/+13
|/ | | | | | | | | Each io pad can have a different io signature. Uses the iosignaturev for hier implementation. Backwards compadible with exception: Pad blocks that used multiple ports must be replaced with multiple pad blocks as the new pad io blocks only support one port per block.
* better error msg for empty statementsJosh Blum2009-09-051-0/+1
|
* Removed the flagging api and usage from the base classes.Josh Blum2009-09-021-3/+10
| | | | Far better to flag the namespace for renewing once in the flowgraph.py
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-301-1/+6
| | | | | Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module.
* Merged r11309:11357 from grc branch.jblum2009-07-061-10/+1
| | | | | | | | Adds notebook cabability to grc and its wxgui windows/controls. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11358 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+155
Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5