summaryrefslogtreecommitdiff
path: root/grc/base
Commit message (Collapse)AuthorAgeFilesLines
* grc-refactor: move grc.base to grc.python.baseSebastian Koslowski2016-02-1715-2341/+0
|
* grc: fix fg load with virtual sink/source message connectionsSebastian Koslowski2016-02-051-85/+78
| | | | | | | | | | | The problem is that wildcard ports (empty type) default to integer-based port keys. This only changes after a message domain port is connected. During FG load, port keys are verified before making connections. This failed. Now, if the port type is empty, potential message port keys are included in the verification. Bug report: http://lists.gnu.org/archive/html/discuss-gnuradio/2016-01/msg00250.html
* grc: some clean-upSebastian Koslowski2015-12-021-1/+7
|
* grc: auto-generate missing hier_blocksSebastian Koslowski2015-11-131-1/+1
|
* grc: refactoring Messages.pySebastian Koslowski2015-11-131-1/+1
|
* grc: move docstring extraction into subprocessSebastian Koslowski2015-11-131-0/+1
|
* grc: add embedded python block definition and support in GRCSebastian Koslowski2015-11-111-0/+4
|
* grc: mark param type multiline as protectedSebastian Koslowski2015-11-061-1/+1
|
* Merge branch 'maint'Johnathan Corgan2015-10-281-0/+2
|\
| * grc: update port key on domain changeSebastian Koslowski2015-10-281-0/+2
| |
* | grc: Flowgraph complexity. Shows under options block when enabled.Seth Hitefield2015-09-261-1/+53
| |
* | Merge branch 'maint'Johnathan Corgan2015-09-231-8/+6
|\|
| * grc: no block alias param for Options blocksSebastian Koslowski2015-09-221-8/+6
| |
* | grc: sort blocks in export_data(), draw disabled blocks first (fixes #830)Sebastian Koslowski2015-09-021-12/+10
| |
* | grc: refactor FlowGraph.py(s)Sebastian Koslowski2015-09-021-12/+33
| |
* | Revert "Merge remote-tracking branch 'sdh11/complexity'"Sebastian Koslowski2015-08-311-55/+0
| | | | | | | | | | This reverts commit 5e645075ebaeb1d32a0a4c7b2e99a4bed8220163, reversing changes made to 73a1a0e9ecdc8ed596271bbe2923d6d976327461.
* | Merge remote-tracking branch 'sdh11/complexity'Johnathan Corgan2015-08-281-0/+55
|\ \ | |/ |/|
| * grc: super-secretSeth Hitefield2015-08-281-0/+55
| |
* | Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maintJohnathan Corgan2015-08-281-1/+1
|\ \ | |/ |/|
| * grc: fix printing empty traceback when a block is missingSebastian Koslowski2015-08-121-1/+1
| |
* | grc: remove bypassed blocks from generated codeSebastian Koslowski2015-08-051-2/+0
| |
* | grc: fix for block bypass where the next block is a virtual sink and moved ↵Seth Hitefield2015-08-041-36/+2
| | | | | | | | bypass code in generator
* | grc: add support for dynamic param namesSebastian Koslowski2015-07-171-1/+1
| |
* | grc: add QT GUI hier blocks (#727)Sebastian Koslowski2015-07-171-0/+2
| |
* | Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'Johnathan Corgan2015-06-143-11/+143
|\ \
| * | grc: Added ability to bypass blocks (Suggested by Chris Headley).Seth Hitefield2015-06-113-13/+129
| | | | | | | | | | | | | | | Only for blocks that have a single source and sink of the same type. Feature can be disabled per block using the 'disable_bypass' flag in the block definition.
| * | grc: add <flags> to blocks dtd (<throttle> still supported)Sebastian Koslowski2015-06-112-2/+18
| | |
* | | Merge branch 'maint'Johnathan Corgan2015-06-142-14/+19
|\ \ \ | |/ / |/| / | |/
| * grc: save grc files utf-8 encoded (#792)Sebastian Koslowski2015-06-101-3/+4
| |
| * grc: clean-up ParseXMLSebastian Koslowski2015-06-101-11/+15
| |
| * grc: fix file load error when connections are not unique (#794)Sebastian Koslowski2015-06-101-1/+1
| |
* | Merge remote-tracking branch 'skoslowski/master_grcwg'Johnathan Corgan2015-04-292-10/+10
|\ \ | |/ |/|
| * grc: keep block/connection/param order when saving flow-graphsSebastian Koslowski2015-04-282-10/+10
| |
* | grc: no block alias for variablesSebastian Koslowski2015-04-281-1/+2
|/
* grc: new param type 'multiline' for comment entry boxSebastian Koslowski2015-04-031-1/+1
|
* grc: add block commentsSebastian Koslowski2015-04-031-0/+12
|
* grc: Remove duplicate block pathsMartin Braun2015-02-121-1/+1
|
* grc: undo port type caching (fixes type controller)Sebastian Koslowski2015-01-132-13/+7
|
* grc: port domain code clean-upSebastian Koslowski2014-12-191-7/+11
|
* grc: fix connections error log and colorSebastian Koslowski2014-12-182-7/+7
|
* grc: add domain property color and use it for connectionsSebastian Koslowski2014-12-122-2/+18
|
* grc: add multiple_sources flag to domain.dtdSebastian Koslowski2014-12-053-9/+23
|
* grc: add gr_message domainSebastian Koslowski2014-12-052-3/+10
|
* grc: use domain connection templates in GeneratorSebastian Koslowski2014-12-031-1/+1
|
* grc: don't fail for unknown domainsSebastian Koslowski2014-12-032-3/+6
|
* grc: add domain attribute to portsSebastian Koslowski2014-12-022-5/+16
|
* grc: add domain xml DTD and parsingSebastian Koslowski2014-12-024-1/+68
|
* Merge branch 'maint'Johnathan Corgan2014-10-161-2/+4
|\
| * grc: disable port type caching on initSebastian Koslowski2014-10-071-2/+4
| |
* | Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'Johnathan Corgan2014-10-011-7/+13
|\ \ | |/ |/|