Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | grc: Flowgraph complexity. Shows under options block when enabled. | Seth Hitefield | 2015-09-26 | 1 | -7/+28 | |
|/ | ||||||
* | grc: fix bus ports spacing in gui | Sebastian Koslowski | 2015-07-17 | 1 | -8/+14 | |
| | ||||||
* | grc: Added ability to bypass blocks (Suggested by Chris Headley). | Seth Hitefield | 2015-06-11 | 1 | -0/+2 | |
| | | | | | 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 | -2/+1 | |
| | ||||||
* | grc: add block comments | Sebastian Koslowski | 2015-04-03 | 1 | -0/+29 | |
| | ||||||
* | grc: draw ports with custom domain differently | Sebastian Koslowski | 2014-12-02 | 1 | -4/+4 | |
| | ||||||
* | Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg' | Johnathan Corgan | 2014-10-01 | 1 | -4/+6 | |
|\ | ||||||
| * | grc: move font size definition in Constants.py | Sebastian Koslowski | 2014-10-01 | 1 | -4/+6 | |
| | | ||||||
* | | grc: fix lagging drag and drop | Sebastian Koslowski | 2014-10-01 | 1 | -2/+1 | |
|/ | ||||||
* | grc: fix block height | Sebastian Koslowski | 2014-08-20 | 1 | -2/+6 | |
| | ||||||
* | grc: toggle action and mod1 modifier for snap-to-grid | Sebastian Koslowski | 2014-08-20 | 1 | -3/+7 | |
| | ||||||
* | grc: snap-to-grid (WIP) | Sebastian Koslowski | 2014-08-19 | 1 | -2/+6 | |
| | ||||||
* | Merge remote-tracking branch 'gnuradio-wg-grc/grc_hide_ports' | Tom Rondeau | 2014-07-11 | 1 | -7/+15 | |
|\ | | | | | | | | | | | Conflicts: grc/base/Port.py grc/gui/Block.py | |||||
| * | grc: allow blocks to dynamically hide some of their ports | Sebastian Koslowski | 2014-07-06 | 1 | -7/+15 | |
| | | ||||||
* | | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -8/+8 | |
|/ | | | | 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: special colors for missing blocks | Sebastian Koslowski | 2014-03-15 | 1 | -2/+4 | |
| | ||||||
* | grc: show dummy blocks when opening grc blocks | Sebastian Koslowski | 2014-03-15 | 1 | -1/+4 | |
| | ||||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -178/+175 | |
| | | | | Remove all \t's to match the rest of GNU Radio | |||||
* | grc: add bus ports | Nicholas McCarthy | 2013-07-08 | 1 | -3/+10 | |
| | | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports. | |||||
* | docs: Modified argument formating in python docstrings in grc. | Ben Reynwar | 2012-08-14 | 1 | -9/+23 | |
| | ||||||
* | Created a pixmap rotation routine in Utils for handling those rotated labels. | Josh Blum | 2009-12-05 | 1 | -7/+6 | |
| | | | | | | | The rotation is now performed by the gtk pixbuf class and not manually in python. In addition, the block and port classes now draw from pixmaps and not from images. Pixmaps are server-side objects, where images are client-side (meaning: possible speed-up). | |||||
* | combined param layouts | Josh Blum | 2009-12-05 | 1 | -2/+6 | |
| | ||||||
* | remove unused imports, copyright date update, tweak | Josh Blum | 2009-09-05 | 1 | -1/+1 | |
| | ||||||
* | Created recursive create labels and shapes method for gui element. | Josh Blum | 2009-09-05 | 1 | -13/+12 | |
| | | | | | 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 | |
| | ||||||
* | Switched the python classes to inherit from the base and gui classes. | Josh Blum | 2009-08-30 | 1 | -4/+4 | |
| | | | | | Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module. | |||||
* | params, sources, and sinks now stored internally as lists. The keys for said ↵ | Josh Blum | 2009-08-14 | 1 | -4/+4 | |
| | | | | objects are now only stored in one place (in the object). | |||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 1 | -0/+199 | |
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 |