summaryrefslogtreecommitdiff
path: root/grc/gui/Block.py
Commit message (Expand)AuthorAgeFilesLines
* grc-refactor: rewrite tree-api in coreSebastian Koslowski2016-06-101-2/+2
* grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-1/+2
* grc: gtk3: remove canvas size and enable zoomingSebastian Koslowski2016-05-311-57/+13
* grc: gtk3: update props dialogSebastian Koslowski2016-05-301-1/+1
* grc: remove all Cheetah templates from GUISebastian Koslowski2016-05-301-34/+22
* grc-refactor: start clean-up Block.pySebastian Koslowski2016-05-271-24/+6
* gtk3: add flowgraph draw code and other gtk3 fixes (WIP)Sebastian Koslowski2016-05-241-43/+48
* grc: Main window opens with pygobject and gtk3. Still throws tons of errors.Seth Hitefield2016-05-241-8/+8
* grc: show comments next to rotated blocks (instead of underneath)Glenn Richardson2016-05-181-3/+7
* grc: align block sizes to gridSebastian Koslowski2016-04-271-5/+7
* grc-refactor: cmake fixes and more reorganizingSebastian Koslowski2016-02-171-1/+1
* grc-refactor: rename grc/model/ to grc/core/Sebastian Koslowski2016-02-171-4/+4
* grc-refactor: fixes, type-testing-flags, FlowGraph.py, (more)Sebastian Koslowski2016-02-171-9/+10
* grc-refactor: Moved code from grc.model.base to grc.modelSeth Hitefield2016-02-171-1/+1
* grc-refactor: clean-up grc directorySebastian Koslowski2016-02-171-14/+12
* grc-refactor: move grc.base to grc.python.baseSebastian Koslowski2016-02-171-10/+15
* Merge branch 'maint'Johnathan Corgan2015-12-071-2/+2
|\
| * grc: set font for dummy block paramsSebastian Koslowski2015-12-041-2/+2
* | grc: preserve block spacing when dragging multiple blocks into canvas boundaryGlenn Richardson2015-11-241-0/+34
* | Merge branch 'maint'Johnathan Corgan2015-10-131-2/+2
|\|
| * Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maintJohnathan Corgan2015-10-131-2/+2
* | grc: Fixed padding for complexitySeth Hitefield2015-10-031-2/+7
* | grc: pad comment boxes like blocksSebastian Koslowski2015-09-261-5/+8
* | 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
* 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
|\
| * 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
|/
* 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
* grc: add bus portsNicholas McCarthy2013-07-081-3/+10
* 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
* 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
* 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
* params, sources, and sinks now stored internally as lists. The keys for said ...Josh Blum2009-08-141-4/+4