summaryrefslogtreecommitdiff
path: root/grc/gui/Port.py
Commit message (Collapse)AuthorAgeFilesLines
* grc-refactor: move more port type color stuff to guiSebastian Koslowski2016-07-131-31/+34
|
* grc-refactor: rewrite tree-api in coreSebastian Koslowski2016-06-101-13/+13
|
* grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-4/+4
|
* grc: remove all Cheetah templates from GUISebastian Koslowski2016-05-301-5/+5
|
* gtk3: add flowgraph draw code and other gtk3 fixes (WIP)Sebastian Koslowski2016-05-241-37/+26
|
* grc: Main window opens with pygobject and gtk3. Still throws tons of errors.Seth Hitefield2016-05-241-4/+4
|
* grc-refactor: rename grc/model/ to grc/core/Sebastian Koslowski2016-02-171-2/+2
|
* grc-refactor: fixes, type-testing-flags, FlowGraph.py, (more)Sebastian Koslowski2016-02-171-9/+9
|
* 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-2/+2
|
* grc-refactor: move grc.base to grc.python.baseSebastian Koslowski2016-02-171-12/+13
|
* grc: fix port spacing over canvas grid (introduced in 72048e6)Sebastian Koslowski2015-11-171-1/+1
|
* grc: fix port placement for hidden portsSebastian Koslowski2015-10-281-4/+3
|
* grc: fix bus ports spacing in guiSebastian Koslowski2015-07-171-10/+16
|
* grc: add user settings for canvas default size and canvas font size (+ ↵Sebastian Koslowski2015-07-171-13/+7
| | | | clean-ups)
* grc: add gr_message domainSebastian Koslowski2014-12-051-2/+4
|
* grc: per element line styles (for custom domain ports and message connections)Sebastian Koslowski2014-12-031-3/+2
|
* grc: draw ports with custom domain differentlySebastian Koslowski2014-12-021-0/+4
|
* Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'Johnathan Corgan2014-10-011-5/+3
|\
| * grc: move font size definition in Constants.pySebastian Koslowski2014-10-011-5/+3
| |
* | grc: fix lagging drag and dropSebastian Koslowski2014-10-011-9/+15
|/
* grc: always show the label of the selected portSebastian Koslowski2014-08-271-10/+20
| | | | Suggested by Seth Hitefield
* grc: snap-to-grid (WIP)Sebastian Koslowski2014-08-191-5/+5
|
* Merge remote-tracking branch 'gnuradio-wg-grc/grc_port_view_options'Tom Rondeau2014-07-121-15/+49
|\
| * grc: toogle action to disable auto-hiding port labelsSebastian Koslowski2014-07-111-4/+21
| |
| * grc: auto-hide port labelsSebastian Koslowski2014-07-111-15/+32
| |
* | Merge remote-tracking branch 'gnuradio-wg-grc/grc_hide_ports'Tom Rondeau2014-07-111-1/+1
|\ \ | | | | | | | | | | | | | | | Conflicts: grc/base/Port.py grc/gui/Block.py
| * | grc: allow blocks to dynamically hide some of their portsSebastian Koslowski2014-07-061-1/+1
| |/
* / Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-11/+11
|/ | | | 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-1/+2
|
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-196/+192
| | | | Remove all \t's to match the rest of GNU Radio
* grc: add bus portsNicholas McCarthy2013-07-081-4/+21
| | | | | 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-11/+31
|
* 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).
* Created recursive create labels and shapes method for gui element.Josh Blum2009-09-051-3/+4
| | | | | Replaces update methods in the gui classes and simplifies calls. The master update method in flow graph calls create labels and shapes.
* replaced dict[rot] storage of areas and lines with a single list for the ↵Josh Blum2009-09-051-1/+1
| | | | current rotation
* standardized the Element inheritance __init__ usage in guiJosh Blum2009-09-051-1/+1
|
* Removed Source and Sink classes as Port subclasses.Josh Blum2009-08-171-1/+1
| | | | A port can be a source or a sink based on the dir parameter.
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+190
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