summaryrefslogtreecommitdiff
path: root/grc/core/params/param.py
Commit message (Expand)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-23/+40
* grc: Write "ID", not "Id"Håkon Vågsether2021-10-111-1/+1
* grc: Raise error for unfilled parametersSolomon Tan2021-09-271-1/+1
* grc: allow short and byte as valid types in an enumJeff Long2021-07-191-1/+1
* grc: introduce gui_hint for cpp code generationVolker Schroer2021-07-191-12/+32
* grc: update id blackist with importsVolker Schroer2021-04-151-1/+1
* grc: fix widget whitout GUI_hint may superpose to otherChristophe Seguinot2021-03-101-1/+4
* grc: fix pylint C0326: wrong number of spacesClayton Smith2020-10-201-2/+2
* grc: remove sixClayton Smith2020-10-051-6/+3
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-1/+0
* grc: Add dir_select parameter typeYamakaja2020-07-231-2/+2
* grc: add python snippets to GRCJosh Morman2020-02-101-3/+7
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
* grc: function_probe_block extra quotes with block_idJosh Morman2019-05-281-1/+1
* grc: parse suffixes for numeric valuesaru312019-02-141-0/+34
* grc: Fix problems with option_attributesHåkon Vågsether2018-11-221-0/+5
* grc: Improve exception handling (bare and unnecessary)Brennan Ashton2018-11-151-1/+1
* Remove e.message from param.pyHåkon Vågsether2018-08-181-1/+1
* Fix wrong GUI hintsVolker Schroer2018-08-181-1/+4
* grc: move some of the param checkers to separate fileSebastian Koslowski2017-11-091-116/+38
* grc: refactor: move Param cls to core.paramsSebastian Koslowski2017-11-081-0/+485