summaryrefslogtreecommitdiff
path: root/grc/gui/Utils.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-2/+6
|
* grc: gtk3: remove canvas size and enable zoomingSebastian Koslowski2016-05-311-29/+1
|
* grc: remove all Cheetah templates from GUISebastian Koslowski2016-05-301-24/+0
|
* grc: Main window opens with pygobject and gtk3. Still throws tons of errors.Seth Hitefield2016-05-241-8/+11
|
* grc: minor fixes/clean-upsSebastian Koslowski2016-05-181-4/+5
|
* grc: cache compiled Cheetah templatesSebastian Koslowski2015-12-101-13/+20
|
* grc: replace non-printable characters instead of ignoring themSeth Hitefield2015-07-271-1/+1
|
* grc: ensure only valid utf-8 is passed to markup_escape_text (fixes #813)Sebastian Koslowski2015-07-211-7/+12
|
* grc: clean-up gui/Utils.pySebastian Koslowski2015-07-211-18/+20
|
* grc: snap-to-grid (WIP)Sebastian Koslowski2014-08-191-1/+9
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-7/+7
| | | | 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: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-77/+77
| | | | Remove all \t's to match the rest of GNU Radio
* grc: add bus portsNicholas McCarthy2013-07-081-0/+6
| | | | | 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-12/+26
|
* grc: replaced asserts in gui subdirectoryJosh Blum2011-04-141-2/+3
|
* Created a pixmap rotation routine in Utils for handling those rotated labels.Josh Blum2009-12-051-0/+23
| | | | | | | 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).
* Move key press extraction logic into actions module.Josh Blum2009-09-131-18/+2
| | | | | | Replaced xml encode with gtk escape text. Added templates for category and docs tool tips. Other various code tweaks in gui modules.
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+82
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