Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 1 | -275/+206 |
| | | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format. | ||||
* | Merge remote-tracking branch 'upstream/next' into python3 | Sebastian Koslowski | 2017-03-22 | 1 | -7/+16 |
|\ | |||||
| * | Merge branch 'master' into next | Johnathan Corgan | 2017-03-21 | 1 | -7/+16 |
| |\ | | | | | | | | | | | | | Conflicts: grc/core/Param.py | ||||
| | * | grc: Allow to use 'id' type for parameters | Sylvain Munaut | 2017-02-07 | 1 | -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 Hilburn | 2016-10-17 | 1 | -32/+32 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-11-17 | 1 | -1/+1 |
|\| | | |||||
| * | | gr-blocks: removed blks2 namespace blocks | Johnathan Corgan | 2016-10-23 | 1 | -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 gtk3 | Sebastian Koslowski | 2016-09-12 | 1 | -63/+1 |
|\| | | |||||
| * | | grc: remove wxgui support from core | Sebastian Koslowski | 2016-09-05 | 1 | -66/+2 |
| |/ | |||||
* | | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-08-09 | 1 | -4/+2 |
|\| | |||||
| * | grc: use repr for string-like param type in generator (fixes #926) | Sebastian Koslowski | 2016-07-13 | 1 | -4/+2 |
| | | |||||
* | | grc: refactor: remove get for port and param name | Sebastian Koslowski | 2016-07-29 | 1 | -3/+5 |
| | | |||||
* | | grc: refactor: Port, Param, Options init clean-up | Sebastian Koslowski | 2016-07-29 | 1 | -211/+61 |
| | | |||||
* | | grc: refactor: minor clean-up and fixes | Sebastian Koslowski | 2016-07-14 | 1 | -26/+3 |
| | | |||||
* | | grc-refactor: make block.params a dict | Sebastian Koslowski | 2016-07-13 | 1 | -7/+5 |
| | | |||||
* | | grc-refactor: Block: make more public attribs | Sebastian Koslowski | 2016-07-13 | 1 | -1/+1 |
| | | |||||
* | | grc-refactor: Block: remove key getters | Sebastian Koslowski | 2016-07-13 | 1 | -28/+17 |
| | | |||||
* | | grc: gtk3: fix paste and domain color settings | Sebastian Koslowski | 2016-06-10 | 1 | -1/+1 |
| | | |||||
* | | grc-refactor: rewrite tree-api in core | Sebastian Koslowski | 2016-06-10 | 1 | -17/+17 |
| | | |||||
* | | grc-refactor: remove odict | Sebastian Koslowski | 2016-06-09 | 1 | -13/+13 |
| | | |||||
* | | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -34/+35 |
| | | |||||
* | | grc-refactor: move param entry colors spec in gui package | Sebastian Koslowski | 2016-05-30 | 1 | -32/+0 |
|/ | |||||
* | Merge remote-tracking branch 'upstream/master' into refactoring | Sebastian Koslowski | 2016-04-15 | 1 | -2/+4 |
| | |||||
* | grc-refactoring: move template arg to param | Sebastian Koslowski | 2016-04-05 | 1 | -1/+23 |
| | |||||
* | grc-refactor: remove (hopefully) all deps to GR in core/ and gui/ | Sebastian Koslowski | 2016-04-05 | 1 | -15/+19 |
| | |||||
* | grc-refactor: cmake fixes and more reorganizing | Sebastian Koslowski | 2016-02-17 | 1 | -6/+4 |
| | |||||
* | grc-refactor: rename grc/model/ to grc/core/ | Sebastian Koslowski | 2016-02-17 | 1 | -0/+714 |