summaryrefslogtreecommitdiff
path: root/grc/gui/Param.py
Commit message (Expand)AuthorAgeFilesLines
* grc-refactor: rewrite tree-api in coreSebastian Koslowski2016-06-101-1/+1
* grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-0/+1
* grc-refactor: move param input widgets to separate fileSebastian Koslowski2016-05-301-339/+25
* grc: gtk3: update props dialogSebastian Koslowski2016-05-301-74/+75
* grc-refactor: move param entry colors spec in gui packageSebastian Koslowski2016-05-301-53/+15
* grc: remove all Cheetah templates from GUISebastian Koslowski2016-05-301-29/+39
* grc: Main window opens with pygobject and gtk3. Still throws tons of errors.Seth Hitefield2016-05-241-33/+36
* grc: Added the variable editor panelSeth Hitefield2016-05-181-4/+15
* grc-refactor: remove (hopefully) all deps to GR in core/ and gui/Sebastian Koslowski2016-04-051-2/+4
* grc-refactor: rename grc/model/ to grc/core/Sebastian Koslowski2016-02-171-1/+1
* grc-refactor: clean-up grc directorySebastian Koslowski2016-02-171-1/+1
* grc-refactor: move grc.base to grc.python.baseSebastian Koslowski2016-02-171-3/+6
* grc: add embedded python modulesSebastian Koslowski2015-12-041-1/+1
* grc: Added option to use the default editor when opening embedded python blocksSeth Hitefield2015-11-241-2/+0
* grc: update PropsDialog on external param changeSebastian Koslowski2015-11-111-3/+7
* grc: open and update params from external editorSebastian Koslowski2015-11-111-2/+65
* grc: add embedded python block definition and support in GRCSebastian Koslowski2015-11-111-15/+37
* grc: mark param type multiline as protectedSebastian Koslowski2015-11-061-1/+1
* grc: added param to set per-flow-graph QT-theme fileGlenn Richardson2015-10-011-2/+9
* grc: props dialog apply button was enabled unnecessarilySebastian Koslowski2015-04-091-0/+2
* grc: new param type 'multiline' for comment entry boxSebastian Koslowski2015-04-031-4/+49
* grc: fix apply button, on enable it if needed, update main window on applySebastian Koslowski2015-04-031-8/+27
* Revert "grc: PropsDialog: apply button and hotkey (Ctrl+Enter)"Johnathan Corgan2015-04-021-22/+8
* grc: PropsDialog: apply button and hotkey (Ctrl+Enter)Sebastian Koslowski2015-04-021-8/+22
* Merge branch 'maint'Johnathan Corgan2014-12-091-5/+17
|\
| * grc: no tooltips for old GTK versionsSebastian Koslowski2014-11-071-5/+17
* | grc: move font size definition in Constants.pySebastian Koslowski2014-10-011-2/+3
|/
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-2/+2
* grc: fix evaluation of EnumParamsSebastian Koslowski2014-04-111-11/+9
* grc: validate params only on focus-outSebastian Koslowski2014-04-101-2/+17
* grc: move FileParam to gui moduleSebastian Koslowski2014-04-101-2/+48
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-131/+131
* docs: Modified argument formating in python docstrings in grc.Ben Reynwar2012-08-141-2/+6
* grc: force param text to black to guarantee readabilityJosh Blum2011-11-301-4/+9
* work on the string representations for parameters (large vectors could be too...Josh Blum2010-03-231-2/+13
* combined param layoutsJosh Blum2009-12-051-6/+4
* gtk.Tooltips() is deprecated, use set_tooltip_text.Josh Blum2009-11-191-12/+14
* use show signal to perform initial gui updateJosh Blum2009-09-081-7/+7
* Fixed the usrp and usrp2 probe scripts to work with the new gui param api.Josh Blum2009-09-061-5/+9
* propsdialog tweaksJosh Blum2009-09-061-5/+8
* more code cleanup for properties dialogJosh Blum2009-09-051-15/+0
* Rework the params/properties dialog and param gui class:Josh Blum2009-09-051-33/+32
* standardized the Element inheritance __init__ usage in guiJosh Blum2009-09-051-0/+2
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-301-0/+77
* Merged r11309:11357 from grc branch.jblum2009-07-061-2/+1
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+104