Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: refactor: move drawables in subpackage | Sebastian Koslowski | 2016-09-13 | 1 | -184/+0 |
| | |||||
* | grc: gtk3: calculate flowgraph canvas size | Sebastian Koslowski | 2016-09-12 | 1 | -0/+9 |
| | |||||
* | grc: gtk3: minor gui flowgraph cleanup | Sebastian Koslowski | 2016-08-30 | 1 | -1/+1 |
| | |||||
* | grc: gtk3: better lables/shapes handling during flowgraph update | Sebastian Koslowski | 2016-08-03 | 1 | -19/+15 |
| | |||||
* | grc: gtk3: speed up what_is_selected() | Sebastian Koslowski | 2016-08-03 | 1 | -46/+39 |
| | |||||
* | grc: gtk3: draw ports before blocks and simplyfied draw code | Sebastian Koslowski | 2016-08-03 | 1 | -40/+14 |
| | |||||
* | grc: dynamic super-classing proof-of-concept =) | Sebastian Koslowski | 2016-07-29 | 1 | -0/+7 |
| | |||||
* | grc: refactor: minor clean-up and fixes | Sebastian Koslowski | 2016-07-14 | 1 | -2/+1 |
| | |||||
* | grc: gtk3: remove coordinate getter/setter | Sebastian Koslowski | 2016-07-13 | 1 | -45/+35 |
| | |||||
* | grc: gtk3: update gui element class | Sebastian Koslowski | 2016-07-13 | 1 | -76/+18 |
| | |||||
* | grc: gtk3: update block surface draw code | Sebastian Koslowski | 2016-07-13 | 1 | -13/+9 |
| | |||||
* | grc: gtk3: refactor and update draw code WIP | Sebastian Koslowski | 2016-07-13 | 1 | -43/+33 |
| | |||||
* | grc-refactor: block state handling | Sebastian Koslowski | 2016-07-13 | 1 | -1/+0 |
| | |||||
* | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -2/+4 |
| | |||||
* | gtk3: add flowgraph draw code and other gtk3 fixes (WIP) | Sebastian Koslowski | 2016-05-24 | 1 | -11/+15 |
| | |||||
* | grc: Main window opens with pygobject and gtk3. Still throws tons of errors. | Seth Hitefield | 2016-05-24 | 1 | -4/+9 |
| | |||||
* | grc-refactor: move grc.base to grc.python.base | Sebastian Koslowski | 2016-02-17 | 1 | -8/+8 |
| | |||||
* | grc: add domain property color and use it for connections | Sebastian Koslowski | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | grc: per element line styles (for custom domain ports and message connections) | Sebastian Koslowski | 2014-12-03 | 1 | -3/+10 |
| | |||||
* | Merge remote-tracking branch 'gnuradio-wg-grc/grc_port_view_options' | Tom Rondeau | 2014-07-12 | 1 | -0/+6 |
|\ | |||||
| * | grc: auto-hide port labels | Sebastian Koslowski | 2014-07-11 | 1 | -0/+6 |
| | | |||||
* | | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -18/+18 |
|/ | | | | 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 | -223/+222 |
| | | | | Remove all \t's to match the rest of GNU Radio | ||||
* | grc: add bus ports | Nicholas McCarthy | 2013-07-08 | 1 | -1/+2 |
| | | | | | 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 | -24/+60 |
| | |||||
* | removed unused import statements, thanks pyflakes | Josh Blum | 2009-12-06 | 1 | -3/+0 |
| | |||||
* | remove unused imports, copyright date update, tweak | Josh Blum | 2009-09-05 | 1 | -3/+1 |
| | |||||
* | Created recursive create labels and shapes method for gui element. | Josh Blum | 2009-09-05 | 1 | -4/+15 |
| | | | | | 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 Blum | 2009-09-05 | 1 | -16/+12 |
| | | | | current rotation | ||||
* | standardized the Element inheritance __init__ usage in gui | Josh Blum | 2009-09-05 | 1 | -1/+1 |
| | |||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 1 | -0/+226 |
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 |