summaryrefslogtreecommitdiff
path: root/grc/gui/VariableEditor.py
Commit message (Expand)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-25/+47
* grc: Write "ID", not "Id"Håkon Vågsether2021-10-111-1/+1
* grc: handle variables of type raw correctlyVolker Schroer2021-06-011-15/+1
* grc: ensure that strings are valid utf8 when evaluating parametersDaniel Estévez2021-01-291-0/+3
* grc: fix pylint C0326: wrong number of spacesClayton Smith2020-10-201-2/+2
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-1/+0
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
* Fix KeyError 'value' in variable blocksVolker Schroer2019-07-251-2/+13
* grc: introduce flag 'show_id' to show block idBastian Bloessl2019-06-291-1/+1
* Widen the id column in the variable editor.Clayton Smith2018-11-011-1/+1
* grc: fix renaming of import -> imports in YAML syntaxAndrej Rode2018-07-301-1/+1
* grc: added yaml/mako supportSebastian Koslowski2017-06-291-11/+11
* grc: gtk3: Converted actions to Gio.Action instead of Gtk.ActionSeth Hitefield2017-05-031-1/+3
* Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2016-11-171-5/+5
|\
| * Merge branch 'master' into nextJohnathan Corgan2016-11-121-4/+5
| |\
| | * grc: fix column widths on dpi scalings != 1Sebastian Müller2016-11-021-4/+5
| | * Backport GRC Python code for Python-2.6.6+Ben Hilburn2016-10-171-1/+1
| |/
* | grc: refactor: Moved preferences to Config.pySeth Hitefield2016-09-231-2/+4
* | grc: gtk3: update various deprecated gtk callsSebastian Koslowski2016-08-031-19/+13
* | grc: refactor: replace get_enabled by propSebastian Koslowski2016-07-291-6/+6
* | grc-refactor: Block: remove key gettersSebastian Koslowski2016-07-131-4/+4
* | grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-3/+3
* | grc: gtk3: remove some deprecated warningsSebastian Koslowski2016-06-011-6/+2
* | grc-refactor: replace some unnecessary gettersSebastian Koslowski2016-06-011-16/+15
* | gtk3: add flowgraph draw code and other gtk3 fixes (WIP)Sebastian Koslowski2016-05-241-47/+48
|/
* grc: Variable editor tweaks.Seth Hitefield2016-05-191-26/+51
* grc: Added context menu to variable editorGlenn Richardson2016-05-181-0/+46
* grc: Added the variable editor panelSeth Hitefield2016-05-181-0/+283