summaryrefslogtreecommitdiff
path: root/grc/python
Commit message (Collapse)AuthorAgeFilesLines
...
| * Revert "grc: better Popen argument handling for CLI based apps"Johnathan Corgan2015-06-171-1/+1
| | | | | | | | This reverts commit f184ccf0efcd52d455f8af13aae3d8eeeeefbfaa.
* | Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'Johnathan Corgan2015-06-143-5/+5
|\ \ | |/ |/|
| * grc: Added ability to bypass blocks (Suggested by Chris Headley).Seth Hitefield2015-06-111-1/+1
| | | | | | | | | | 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-4/+4
| |
* | grc: better Popen argument handling for CLI based appsTim K2015-06-101-1/+1
|/ | | | "python -u ..." argument to "xterm -e" should be treated as all one argument
* grc: new param type 'multiline' for comment entry boxSebastian Koslowski2015-04-031-12/+10
|
* grc: optional thread-safe setters in generated code (#748)Sebastian Koslowski2015-04-021-2/+17
|
* grc: no shebang for hier blocks; use python2Sebastian Koslowski2015-04-021-1/+3
|
* grc: set permissions for generated filesSebastian Koslowski2015-04-021-3/+10
| | | | Reported by Marcus Mueller
* grc: use 'import' for grc-generated hier_blocks (#763)Sebastian Koslowski2015-04-022-6/+9
|
* grc: make use of GRC_HIER_PATH at runtimeSebastian Koslowski2015-04-022-4/+9
|
* grc: add error to WX/QT GUI blocks not matching the selected generate optionSebastian Koslowski2015-02-121-0/+6
|
* grc: Move the XInitThreads to "As Early As Possible"Sylvain Munaut2015-02-121-11/+14
| | | | | | | Seems some newer Qt do Xlib call right when doing the imports which then means that doing it in the main() is too late. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* Merge remote-tracking branch 'smunaut/grc-xinitthreads-fix'Johnathan Corgan2015-01-131-10/+13
|\
| * grc: Move the XInitThreads to "As Early As Possible"Sylvain Munaut2015-01-041-10/+13
| | | | | | | | | | | | | | Seems some newer Qt do Xlib call right when doing the imports which then means that doing it in the main() is too late. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* | grc: undo port type caching (fixes type controller)Sebastian Koslowski2015-01-131-1/+0
| |
* | grc: fix connection validation and error state displaySebastian Koslowski2015-01-131-1/+1
| |
* | grc: fix virtual source resolutionSebastian Koslowski2015-01-131-1/+1
|/
* grc: port domain code clean-upSebastian Koslowski2014-12-191-2/+2
|
* grc: port connections by domain, block name in generated codeSebastian Koslowski2014-12-081-1/+5
|
* grc: PEP8 fixes in GeneratorSebastian Koslowski2014-12-081-28/+29
|
* grc: add multiple_sources flag to domain.dtdSebastian Koslowski2014-12-051-2/+0
|
* grc: make Generator use gr_message domainSebastian Koslowski2014-12-054-45/+26
|
* grc: add gr_message domainSebastian Koslowski2014-12-052-3/+11
|
* grc: domain-specific port keysSebastian Koslowski2014-12-031-2/+7
|
* grc: use domain connection templates in GeneratorSebastian Koslowski2014-12-032-3/+6
|
* grc: add domain attribute to portsSebastian Koslowski2014-12-022-3/+4
|
* grc: refactor/enhance hier block generationSebastian Koslowski2014-11-073-122/+149
|
* grc: move convert hier into a child generatorSebastian Koslowski2014-11-073-150/+180
|
* grc: fix port type cache for empty typesSebastian Koslowski2014-11-061-1/+2
|
* grc: catch EOFError on fg exitSebastian Koslowski2014-11-021-1/+4
|
* grc: fix xterm setting checkSebastian Koslowski2014-11-021-2/+4
|
* grc: fix missing xterm (Bug #725)Sebastian Koslowski2014-10-011-3/+3
|
* grc: Generator warning for flowgraphs with a throttle and an external ↵Marcus Müller2014-08-261-3/+9
| | | | | | | source/sink The Generator will now issue a warning that it is usually wrong to use any hardware flow control and a throttle block at the same time.
* grc: adding version information to flowgraph files using XML processing ↵Seth Hitefield2014-08-261-1/+1
| | | | instructions
* Merge branch 'maint'Johnathan Corgan2014-08-211-7/+1
|\
| * Merge remote-tracking branch 'gnuradio-wg-grc/grc_py26_compat_fix' into maintJohnathan Corgan2014-08-211-7/+1
| |\
| | * grc: python 2.6 compatibility fixSebastian Koslowski2014-07-221-7/+1
| | |
* | | Merge branch 'maint'Tom Rondeau2014-07-251-1/+3
|\| |
| * | qtgui: bringing in line with required Qt 4.4.Tom Rondeau2014-07-251-1/+3
| |/ | | | | | | setGraphicsSystem was introduced in 4.5; doing a version check before its use.
* | Merge remote-tracking branch 'gnuradio-wg-grc/grc_hide_ports'Tom Rondeau2014-07-111-2/+2
|\ \ | | | | | | | | | | | | | | | Conflicts: grc/base/Port.py grc/gui/Block.py
| * | grc: allow blocks to dynamically hide some of their portsSebastian Koslowski2014-07-061-2/+2
| | |
* | | Merge remote-tracking branch 'gnuradio-wg-grc/grc_variable_blocks'Tom Rondeau2014-07-113-2/+13
|\ \ \ | |_|/ |/| |
| * | grc: design time values for object-like variablesSebastian Koslowski2014-07-043-2/+13
| |/
* | Merge branch 'maint'Tom Rondeau2014-07-077-62/+62
|\ \ | |/ |/|
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-077-64/+64
| | | | | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* | Merge branch 'maint'Johnathan Corgan2014-06-132-5/+20
|\|
| * grc: remove stray comment in generated flow graphSebastian Koslowski2014-06-131-1/+1
| |
| * grc: fix pad port keys in connect()Sebastian Koslowski2014-06-132-4/+19
| |
* | grc: fixes bug with controlport monitors where true/false enable parameter ↵Tom Rondeau2014-05-172-5/+9
| | | | | | | | is not respected.