Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | grc: Flowgraph complexity. Shows under options block when enabled. | Seth Hitefield | 2015-09-26 | 1 | -0/+2 | |
| | ||||||
* | grc: sort blocks in export_data(), draw disabled blocks first (fixes #830) | Sebastian Koslowski | 2015-09-02 | 1 | -1/+2 | |
| | ||||||
* | grc: refactor FlowGraph.py(s) | Sebastian Koslowski | 2015-09-02 | 1 | -12/+9 | |
| | ||||||
* | grc: Added ability to bypass blocks (Suggested by Chris Headley). | Seth Hitefield | 2015-06-11 | 1 | -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 background | Sebastian Koslowski | 2015-04-03 | 1 | -4/+3 | |
| | ||||||
* | grc: add toggle switch to hide comments | Sebastian Koslowski | 2015-04-03 | 1 | -4/+5 | |
| | ||||||
* | grc: add block comments | Sebastian Koslowski | 2015-04-03 | 1 | -1/+7 | |
| | ||||||
* | grc: move context def into Bars.py and add submenu | Sebastian Koslowski | 2015-04-02 | 1 | -19/+2 | |
| | ||||||
* | grc: always show the label of the selected port | Sebastian Koslowski | 2014-08-27 | 1 | -5/+11 | |
| | | | | Suggested by Seth Hitefield | |||||
* | grc: Reloading blocks forces reload for all open flow graphs. | Seth Hitefield | 2014-08-26 | 1 | -0/+17 | |
| | ||||||
* | grc: toggle action and mod1 modifier for snap-to-grid | Sebastian Koslowski | 2014-08-20 | 1 | -1/+3 | |
| | ||||||
* | grc: snap-to-grid (WIP) | Sebastian Koslowski | 2014-08-19 | 1 | -4/+7 | |
| | ||||||
* | Merge remote-tracking branch 'gnuradio-wg-grc/grc_port_view_options' | Tom Rondeau | 2014-07-12 | 1 | -27/+50 | |
|\ | ||||||
| * | grc: toogle action to disable auto-hiding port labels | Sebastian Koslowski | 2014-07-11 | 1 | -1/+3 | |
| | | ||||||
| * | grc: auto-hide port labels | Sebastian Koslowski | 2014-07-11 | 1 | -26/+47 | |
| | | ||||||
* | | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -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 blocks | Sebastian Koslowski | 2014-04-08 | 1 | -1/+10 | |
| | ||||||
* | grc: context menu rearranged | Sebastian Koslowski | 2013-11-07 | 1 | -2/+5 | |
| | ||||||
* | grc: prevent unselect on context menu activation | Sebastian Koslowski | 2013-11-07 | 1 | -0/+1 | |
| | | | | A thanks to Michael Burian for reporting this. | |||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -545/+534 | |
| | | | | Remove all \t's to match the rest of GNU Radio | |||||
* | grc: add bus ports | Nicholas McCarthy | 2013-07-08 | 1 | -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 next | Johnathan Corgan | 2013-01-20 | 1 | -2/+3 | |
|\ | ||||||
| * | Removed check for pending events during mouse drag of GRC blocks on ↵ | Balint Seeber | 2013-01-18 | 1 | -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 next | Tom Rondeau | 2012-10-03 | 1 | -0/+3 | |
|\| | ||||||
| * | grc: ability to automatically create hier_blocks from a flowgraph. | Tom Rondeau | 2012-10-03 | 1 | -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 next | Johnathan Corgan | 2012-09-28 | 1 | -0/+1 | |
|\| | ||||||
| * | added the ability to open custom GRC hier block definitions from graphs ↵ | Tim O'Shea | 2012-09-28 | 1 | -0/+1 | |
| | | | | | | | | using an instance of them | |||||
* | | docs: Modified argument formating in python docstrings in grc. | Ben Reynwar | 2012-08-14 | 1 | -22/+62 | |
|/ | ||||||
* | grc: replaced asserts in gui subdirectory | Josh Blum | 2011-04-14 | 1 | -5/+5 | |
| | ||||||
* | added a right click context menu for the flow graph elements | Josh Blum | 2010-03-09 | 1 | -7/+34 | |
| | ||||||
* | removed unused import statements, thanks pyflakes | Josh Blum | 2009-12-06 | 1 | -1/+0 | |
| | ||||||
* | Simply Actions module imports, using module prefix. | Josh Blum | 2009-09-13 | 1 | -10/+7 | |
| | ||||||
* | Reworked actions api and actions objects: | Josh Blum | 2009-09-13 | 1 | -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 Blum | 2009-09-05 | 1 | -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 gui | Josh Blum | 2009-09-05 | 1 | -1/+1 | |
| | ||||||
* | added rewrite methods to element to separate from validation logic | Josh Blum | 2009-08-26 | 1 | -4/+2 | |
| | ||||||
* | Added virtual sink and logic to clone port. | Josh Blum | 2009-08-26 | 1 | -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 examples | jblum | 2009-06-25 | 1 | -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 ports | jblum | 2009-06-25 | 1 | -0/+4 | |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11282 221aa14e-8319-0410-a670-987f0aec2ac5 | |||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 1 | -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 |