summaryrefslogtreecommitdiff
path: root/grc/core/Param.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: added yaml/mako supportSebastian Koslowski2017-06-291-275/+206
| | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format.
* Merge remote-tracking branch 'upstream/next' into python3Sebastian Koslowski2017-03-221-7/+16
|\
| * Merge branch 'master' into nextJohnathan Corgan2017-03-211-7/+16
| |\ | | | | | | | | | | | | Conflicts: grc/core/Param.py
| | * grc: Allow to use 'id' type for parametersSylvain Munaut2017-02-071-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the type 'id' can only be used for the actual 'id' field. But it is useful to be able to use it for other things if you want to reference a block from another one. The only part where the current code doesn't work is when doing the evaluation because it uses the type only to check for ID uniqueness. This change uses both the type and the key. If the key is 'id' then it must be unique from all other key 'id'. But if the key is something else, then there must be an existing block to reference. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
| | * Backport GRC Python code for Python-2.6.6+Ben Hilburn2016-10-171-32/+32
| | |
* | | Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2016-11-171-1/+1
|\| |
| * | gr-blocks: removed blks2 namespace blocksJohnathan Corgan2016-10-231-1/+1
| | | | | | | | | | | | | | | | | | * This also removes blks2 from gr-digital; however, the old style OFDM code still uses this and are broken until they are removed.
* | | Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2016-09-121-63/+1
|\| |
| * | grc: remove wxgui support from coreSebastian Koslowski2016-09-051-66/+2
| |/
* | Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2016-08-091-4/+2
|\|
| * grc: use repr for string-like param type in generator (fixes #926)Sebastian Koslowski2016-07-131-4/+2
| |
* | grc: refactor: remove get for port and param nameSebastian Koslowski2016-07-291-3/+5
| |
* | grc: refactor: Port, Param, Options init clean-upSebastian Koslowski2016-07-291-211/+61
| |
* | grc: refactor: minor clean-up and fixesSebastian Koslowski2016-07-141-26/+3
| |
* | grc-refactor: make block.params a dictSebastian Koslowski2016-07-131-7/+5
| |
* | grc-refactor: Block: make more public attribsSebastian Koslowski2016-07-131-1/+1
| |
* | grc-refactor: Block: remove key gettersSebastian Koslowski2016-07-131-28/+17
| |
* | grc: gtk3: fix paste and domain color settingsSebastian Koslowski2016-06-101-1/+1
| |
* | grc-refactor: rewrite tree-api in coreSebastian Koslowski2016-06-101-17/+17
| |
* | grc-refactor: remove odictSebastian Koslowski2016-06-091-13/+13
| |
* | grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-34/+35
| |
* | grc-refactor: move param entry colors spec in gui packageSebastian Koslowski2016-05-301-32/+0
|/
* Merge remote-tracking branch 'upstream/master' into refactoringSebastian Koslowski2016-04-151-2/+4
|
* grc-refactoring: move template arg to paramSebastian Koslowski2016-04-051-1/+23
|
* grc-refactor: remove (hopefully) all deps to GR in core/ and gui/Sebastian Koslowski2016-04-051-15/+19
|
* grc-refactor: cmake fixes and more reorganizingSebastian Koslowski2016-02-171-6/+4
|
* grc-refactor: rename grc/model/ to grc/core/Sebastian Koslowski2016-02-171-0/+714