summaryrefslogtreecommitdiff
path: root/grc/gui/FlowGraph.py
Commit message (Collapse)AuthorAgeFilesLines
...
* grc: Flowgraph complexity. Shows under options block when enabled.Seth Hitefield2015-09-261-0/+2
|
* grc: sort blocks in export_data(), draw disabled blocks first (fixes #830)Sebastian Koslowski2015-09-021-1/+2
|
* grc: refactor FlowGraph.py(s)Sebastian Koslowski2015-09-021-12/+9
|
* grc: Added ability to bypass blocks (Suggested by Chris Headley).Seth Hitefield2015-06-111-3/+15
| | | | | Only for blocks that have a single source and sink of the same type. Feature can be disabled per block using the 'disable_bypass' flag in the block definition.
* grc: hide comment for disabled blocks; add colored backgroundSebastian Koslowski2015-04-031-4/+3
|
* grc: add toggle switch to hide commentsSebastian Koslowski2015-04-031-4/+5
|
* grc: add block commentsSebastian Koslowski2015-04-031-1/+7
|
* grc: move context def into Bars.py and add submenuSebastian Koslowski2015-04-021-19/+2
|
* grc: always show the label of the selected portSebastian Koslowski2014-08-271-5/+11
| | | | Suggested by Seth Hitefield
* grc: Reloading blocks forces reload for all open flow graphs.Seth Hitefield2014-08-261-0/+17
|
* grc: toggle action and mod1 modifier for snap-to-gridSebastian Koslowski2014-08-201-1/+3
|
* grc: snap-to-grid (WIP)Sebastian Koslowski2014-08-191-4/+7
|
* Merge remote-tracking branch 'gnuradio-wg-grc/grc_port_view_options'Tom Rondeau2014-07-121-27/+50
|\
| * grc: toogle action to disable auto-hiding port labelsSebastian Koslowski2014-07-111-1/+3
| |
| * grc: auto-hide port labelsSebastian Koslowski2014-07-111-26/+47
| |
* | Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-20/+20
|/ | | | 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: option to hide disabled blocksSebastian Koslowski2014-04-081-1/+10
|
* grc: context menu rearrangedSebastian Koslowski2013-11-071-2/+5
|
* grc: prevent unselect on context menu activationSebastian Koslowski2013-11-071-0/+1
| | | | A thanks to Michael Burian for reporting this.
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-545/+534
| | | | Remove all \t's to match the rest of GNU Radio
* grc: add bus portsNicholas McCarthy2013-07-081-1/+13
| | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports.
* Merge branch 'master' into nextJohnathan Corgan2013-01-201-2/+3
|\
| * Removed check for pending events during mouse drag of GRC blocks on ↵Balint Seeber2013-01-181-2/+3
| | | | | | | | | | | | | | FlowGraph canvas. This is always true on Windows with latest PyGTK and so blocks would never move with mouse movement. Disabling the check appears to have no adverse effects.
* | Merge branch 'master' into nextTom Rondeau2012-10-031-0/+3
|\|
| * grc: ability to automatically create hier_blocks from a flowgraph.Tom Rondeau2012-10-031-0/+3
| | | | | | | | Highlight a set of blocks and hit 'c' or right-click and 'Create Hier' to automatically build a new hier_block that opens in GRC with the probes in place. Any parameter/variables become parameters in the new graph. Save, generate, and hit the 'Reload Blocks' to get access to new block.
* | Merge branch 'master' into nextJohnathan Corgan2012-09-281-0/+1
|\|
| * added the ability to open custom GRC hier block definitions from graphs ↵Tim O'Shea2012-09-281-0/+1
| | | | | | | | using an instance of them
* | docs: Modified argument formating in python docstrings in grc.Ben Reynwar2012-08-141-22/+62
|/
* grc: replaced asserts in gui subdirectoryJosh Blum2011-04-141-5/+5
|
* added a right click context menu for the flow graph elementsJosh Blum2010-03-091-7/+34
|
* removed unused import statements, thanks pyflakesJosh Blum2009-12-061-1/+0
|
* Simply Actions module imports, using module prefix.Josh Blum2009-09-131-10/+7
|
* Reworked actions api and actions objects:Josh Blum2009-09-131-6/+6
| | | | | | | Created standardized Action object for all gui actions. Actions module constants are actual Action objects (not strings). Keypresses, labels, tooltips, stock icons, etc all associate in the Action constructor. Usage of the action's signaling call () eliminated the need for a reference to handle_states.
* Created recursive create labels and shapes method for gui element.Josh Blum2009-09-051-3/+4
| | | | | Replaces update methods in the gui classes and simplifies calls. The master update method in flow graph calls create labels and shapes.
* standardized the Element inheritance __init__ usage in guiJosh Blum2009-09-051-1/+1
|
* added rewrite methods to element to separate from validation logicJosh Blum2009-08-261-4/+2
|
* Added virtual sink and logic to clone port.Josh Blum2009-08-261-0/+4
| | | | | Tweaks to the base validation routines. Validate twice in the update until rewrite functions are implemented.
* better fix for selected ports, added variable config example to examplesjblum2009-06-251-4/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11283 221aa14e-8319-0410-a670-987f0aec2ac5
* minor fix so deleted elements are not referenced in the selected portsjblum2009-06-251-0/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11282 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+489
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