summaryrefslogtreecommitdiff
path: root/grc/gui/Block.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | grc: Flowgraph complexity. Shows under options block when enabled.Seth Hitefield2015-09-261-7/+28
|/
* grc: fix bus ports spacing in guiSebastian Koslowski2015-07-171-8/+14
|
* grc: Added ability to bypass blocks (Suggested by Chris Headley).Seth Hitefield2015-06-111-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 backgroundSebastian Koslowski2015-04-031-2/+1
|
* grc: add block commentsSebastian Koslowski2015-04-031-0/+29
|
* grc: draw ports with custom domain differentlySebastian Koslowski2014-12-021-4/+4
|
* Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'Johnathan Corgan2014-10-011-4/+6
|\
| * grc: move font size definition in Constants.pySebastian Koslowski2014-10-011-4/+6
| |
* | grc: fix lagging drag and dropSebastian Koslowski2014-10-011-2/+1
|/
* grc: fix block heightSebastian Koslowski2014-08-201-2/+6
|
* grc: toggle action and mod1 modifier for snap-to-gridSebastian Koslowski2014-08-201-3/+7
|
* grc: snap-to-grid (WIP)Sebastian Koslowski2014-08-191-2/+6
|
* Merge remote-tracking branch 'gnuradio-wg-grc/grc_hide_ports'Tom Rondeau2014-07-111-7/+15
|\ | | | | | | | | | | Conflicts: grc/base/Port.py grc/gui/Block.py
| * grc: allow blocks to dynamically hide some of their portsSebastian Koslowski2014-07-061-7/+15
| |
* | Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-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 blocksSebastian Koslowski2014-03-151-2/+4
|
* grc: show dummy blocks when opening grc blocksSebastian Koslowski2014-03-151-1/+4
|
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-178/+175
| | | | Remove all \t's to match the rest of GNU Radio
* grc: add bus portsNicholas McCarthy2013-07-081-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 Reynwar2012-08-141-9/+23
|
* Created a pixmap rotation routine in Utils for handling those rotated labels.Josh Blum2009-12-051-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 layoutsJosh Blum2009-12-051-2/+6
|
* remove unused imports, copyright date update, tweakJosh Blum2009-09-051-1/+1
|
* Created recursive create labels and shapes method for gui element.Josh Blum2009-09-051-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 guiJosh Blum2009-09-051-1/+1
|
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-301-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 Blum2009-08-141-4/+4
| | | | objects are now only stored in one place (in the object).
* Merging r11186:11273 from grc branch.jblum2009-06-231-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