summaryrefslogtreecommitdiff
path: root/grc/python/FlowGraph.py
Commit message (Collapse)AuthorAgeFilesLines
* grc-refactor: clean-up grc directorySebastian Koslowski2016-02-171-336/+0
|
* grc-refactor: move grc.base to grc.python.baseSebastian Koslowski2016-02-171-4/+2
|
* grc: initialize attributes flow graph eval (fixes Bug #885)Sebastian Koslowski2016-02-051-1/+4
|
* grc: add embedded python modulesSebastian Koslowski2015-12-041-4/+18
|
* grc: some clean-upSebastian Koslowski2015-12-021-7/+8
|
* grc: auto-generate missing hier_blocksSebastian Koslowski2015-11-131-1/+20
|
* grc: add user settings for canvas default size and canvas font size (+ ↵Sebastian Koslowski2015-07-171-1/+0
| | | | clean-ups)
* grc: port domain code clean-upSebastian Koslowski2014-12-191-2/+2
|
* grc: make Generator use gr_message domainSebastian Koslowski2014-12-051-5/+12
|
* grc: refactor/enhance hier block generationSebastian Koslowski2014-11-071-29/+51
|
* Merge remote-tracking branch 'gnuradio-wg-grc/grc_variable_blocks'Tom Rondeau2014-07-111-1/+1
|\
| * grc: design time values for object-like variablesSebastian Koslowski2014-07-041-1/+1
| |
* | Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-25/+25
|/ | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* grc: fix pad port keys in connect()Sebastian Koslowski2014-06-131-0/+17
|
* Allow variable vlen in GRC generated hier blocksSebastian Koslowski2013-10-251-1/+1
|
* some omissions from orig. buspot deliveryNicholas McCarthy2013-07-151-0/+34
|
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-233/+186
| | | | Remove all \t's to match the rest of GNU Radio
* grc: add bus portsNicholas McCarthy2013-07-081-2/+78
| | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports.
* ctrlport: When creating a ControlPort monitor app, the key /must/ include ↵Tom Rondeau2013-02-061-1/+1
| | | | 'ctrlport_monitor' in it somewhere.
* GRC: can get list of ControlPort monitors to start them after top_block starts.Tom Rondeau2013-02-061-0/+8
| | | | For any GUI type (wx, qt, none), the ControlPort monitors will be started after the flowgraph is started to make sure the endpoints and blocks are created and available.
* Merge branch 'master' into nextJohnathan Corgan2012-12-071-0/+10
|\ | | | | | | | | Conflicts: gnuradio-core/src/lib/runtime/gr_basic_block.h
| * core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea2012-12-071-0/+10
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-10-051-0/+1
|\|
| * grc: added optional flag to pad source and sinkJosh Blum2012-10-041-0/+1
| |
* | docs: Modified argument formating in python docstrings in grc.Ben Reynwar2012-08-141-13/+35
|/
* 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