Added virtual sink and logic to clone port.
authorJosh Blum <josh@joshknows.com>
Wed, 26 Aug 2009 18:23:23 +0000 (11:23 -0700)
committerJosh Blum <josh@joshknows.com>
Wed, 26 Aug 2009 18:23:23 +0000 (11:23 -0700)
commit854bed10dfb61e9f9feab5259a75e809941089ab
tree76397b4eb8c85b11cb831b6c2e3dd877f48276d4
parent62abad680b43218bbacf03c19d35c068973de4b9
Added virtual sink and logic to clone port.
Tweaks to the base validation routines.
Validate twice in the update until rewrite functions are implemented.
grc/base/Block.py
grc/base/FlowGraph.py
grc/blocks/Makefile.am
grc/blocks/block_tree.xml
grc/blocks/virtual_sink.xml [new file with mode: 0644]
grc/gui/ActionHandler.py
grc/gui/FlowGraph.py
grc/python/Port.py