Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -2/+6 |
| | |||||
* | grc: gtk3: remove canvas size and enable zooming | Sebastian Koslowski | 2016-05-31 | 1 | -29/+1 |
| | |||||
* | grc: remove all Cheetah templates from GUI | Sebastian Koslowski | 2016-05-30 | 1 | -24/+0 |
| | |||||
* | grc: Main window opens with pygobject and gtk3. Still throws tons of errors. | Seth Hitefield | 2016-05-24 | 1 | -8/+11 |
| | |||||
* | grc: minor fixes/clean-ups | Sebastian Koslowski | 2016-05-18 | 1 | -4/+5 |
| | |||||
* | grc: cache compiled Cheetah templates | Sebastian Koslowski | 2015-12-10 | 1 | -13/+20 |
| | |||||
* | grc: replace non-printable characters instead of ignoring them | Seth Hitefield | 2015-07-27 | 1 | -1/+1 |
| | |||||
* | grc: ensure only valid utf-8 is passed to markup_escape_text (fixes #813) | Sebastian Koslowski | 2015-07-21 | 1 | -7/+12 |
| | |||||
* | grc: clean-up gui/Utils.py | Sebastian Koslowski | 2015-07-21 | 1 | -18/+20 |
| | |||||
* | grc: snap-to-grid (WIP) | Sebastian Koslowski | 2014-08-19 | 1 | -1/+9 |
| | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -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 spaces | Tim O'Shea | 2013-07-09 | 1 | -77/+77 |
| | | | | Remove all \t's to match the rest of GNU Radio | ||||
* | grc: add bus ports | Nicholas McCarthy | 2013-07-08 | 1 | -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 Reynwar | 2012-08-14 | 1 | -12/+26 |
| | |||||
* | grc: replaced asserts in gui subdirectory | Josh Blum | 2011-04-14 | 1 | -2/+3 |
| | |||||
* | Created a pixmap rotation routine in Utils for handling those rotated labels. | Josh Blum | 2009-12-05 | 1 | -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 Blum | 2009-09-13 | 1 | -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. | jblum | 2009-06-23 | 1 | -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 |