index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grc
/
gui
/
FlowGraph.py
Age
Commit message (
Expand
)
Author
2012-10-03
grc: ability to automatically create hier_blocks from a flowgraph.
Tom Rondeau
2012-09-28
added the ability to open custom GRC hier block definitions from graphs using...
Tim O'Shea
2011-04-14
grc: replaced asserts in gui subdirectory
Josh Blum
2010-03-09
added a right click context menu for the flow graph elements
Josh Blum
2009-12-06
removed unused import statements, thanks pyflakes
Josh Blum
2009-09-13
Simply Actions module imports, using module prefix.
Josh Blum
2009-09-13
Reworked actions api and actions objects:
Josh Blum
2009-09-05
Created recursive create labels and shapes method for gui element.
Josh Blum
2009-09-05
standardized the Element inheritance __init__ usage in gui
Josh Blum
2009-08-26
added rewrite methods to element to separate from validation logic
Josh Blum
2009-08-26
Added virtual sink and logic to clone port.
Josh Blum
2009-06-25
better fix for selected ports, added variable config example to examples
jblum
2009-06-25
minor fix so deleted elements are not referenced in the selected ports
jblum
2009-06-23
Merging r11186:11273 from grc branch.
jblum