summaryrefslogtreecommitdiff
path: root/grc/gui/Block.py
Commit message (Collapse)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
| | | | | | | | | | | | | | | | # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
* | 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
| | | | | 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).