Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc-refactor: clean-up grc directory | Sebastian Koslowski | 2016-02-17 | 1 | -446/+0 |
| | |||||
* | grc-refactor: move grc.base to grc.python.base | Sebastian Koslowski | 2016-02-17 | 1 | -6/+5 |
| | |||||
* | grc: escape run command vars for shlex handling (bug #868) | Sebastian Koslowski | 2016-02-01 | 1 | -12/+37 |
| | | | | Thanks, Kevin McQuiggin for reporting this. | ||||
* | grc: add embedded python modules | Sebastian Koslowski | 2015-12-04 | 1 | -2/+6 |
| | |||||
* | grc: some clean-up | Sebastian Koslowski | 2015-12-02 | 1 | -15/+17 |
| | |||||
* | grc: fix output file encoding | Sebastian Koslowski | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | grc: add embedded python block definition and support in GRC | Sebastian Koslowski | 2015-11-11 | 1 | -8/+19 |
| | |||||
* | grc: made flow graph python files the UTF-8 they always should have been | Marcus Müller | 2015-10-15 | 1 | -1/+2 |
| | |||||
* | grc: per-flowgraph custom run commands | Sebastian Koslowski | 2015-10-01 | 1 | -10/+4 |
| | |||||
* | grc: refactor FlowGraph.py(s) | Sebastian Koslowski | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | grc: show cmdline when xterm is used | Sebastian Koslowski | 2015-08-21 | 1 | -0/+1 |
| | |||||
* | Merge branch 'maint_grcwg' into master_grcwg | Sebastian Koslowski | 2015-08-12 | 1 | -1/+5 |
|\ | |||||
| * | grc: fix for reverted commit f184ccf 'better Popen argument handling...' | Sebastian Koslowski | 2015-08-12 | 1 | -1/+5 |
| | | |||||
* | | grc: remove bypassed blocks from generated code | Sebastian Koslowski | 2015-08-05 | 1 | -1/+1 |
| | | |||||
* | | grc: fix for block bypass where the next block is a virtual sink and moved ↵ | Seth Hitefield | 2015-08-04 | 1 | -3/+50 |
| | | | | | | | | bypass code in generator | ||||
* | | grc: add QT GUI hier blocks (#727) | Sebastian Koslowski | 2015-07-17 | 1 | -3/+34 |
| | | |||||
* | | Merge branch 'maint' | Johnathan Corgan | 2015-06-17 | 1 | -1/+1 |
|\| | |||||
| * | Revert "grc: better Popen argument handling for CLI based apps" | Johnathan Corgan | 2015-06-17 | 1 | -1/+1 |
| | | | | | | | | This reverts commit f184ccf0efcd52d455f8af13aae3d8eeeeefbfaa. | ||||
* | | Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg' | Johnathan Corgan | 2015-06-14 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | grc: Added ability to bypass blocks (Suggested by Chris Headley). | Seth Hitefield | 2015-06-11 | 1 | -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: better Popen argument handling for CLI based apps | Tim K | 2015-06-10 | 1 | -1/+1 |
|/ | | | | "python -u ..." argument to "xterm -e" should be treated as all one argument | ||||
* | grc: set permissions for generated files | Sebastian Koslowski | 2015-04-02 | 1 | -3/+10 |
| | | | | Reported by Marcus Mueller | ||||
* | grc: use 'import' for grc-generated hier_blocks (#763) | Sebastian Koslowski | 2015-04-02 | 1 | -3/+4 |
| | |||||
* | grc: make use of GRC_HIER_PATH at runtime | Sebastian Koslowski | 2015-04-02 | 1 | -3/+3 |
| | |||||
* | grc: port connections by domain, block name in generated code | Sebastian Koslowski | 2014-12-08 | 1 | -1/+5 |
| | |||||
* | grc: PEP8 fixes in Generator | Sebastian Koslowski | 2014-12-08 | 1 | -28/+29 |
| | |||||
* | grc: make Generator use gr_message domain | Sebastian Koslowski | 2014-12-05 | 1 | -5/+3 |
| | |||||
* | grc: use domain connection templates in Generator | Sebastian Koslowski | 2014-12-03 | 1 | -0/+2 |
| | |||||
* | grc: refactor/enhance hier block generation | Sebastian Koslowski | 2014-11-07 | 1 | -89/+88 |
| | |||||
* | grc: move convert hier into a child generator | Sebastian Koslowski | 2014-11-07 | 1 | -33/+180 |
| | |||||
* | grc: fix xterm setting check | Sebastian Koslowski | 2014-11-02 | 1 | -2/+4 |
| | |||||
* | grc: fix missing xterm (Bug #725) | Sebastian Koslowski | 2014-10-01 | 1 | -3/+3 |
| | |||||
* | grc: Generator warning for flowgraphs with a throttle and an external ↵ | Marcus Müller | 2014-08-26 | 1 | -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. | ||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -3/+3 |
| | | | | 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). | ||||
* | grc: move xterm pref to Constants.py | Sebastian Koslowski | 2014-02-02 | 1 | -5/+3 |
| | |||||
* | grc: For "No GUI" option, you can now choose which terminal type you like | Martin Braun | 2014-02-01 | 1 | -1/+3 |
| | |||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -118/+118 |
| | | | | Remove all \t's to match the rest of GNU Radio | ||||
* | grc: add bus ports | Nicholas McCarthy | 2013-07-08 | 1 | -1/+1 |
| | | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports. | ||||
* | GRC: can get list of ControlPort monitors to start them after top_block starts. | Tom Rondeau | 2013-02-06 | 1 | -0/+2 |
| | | | | For any GUI type (wx, qt, none), the ControlPort monitors will be started after the flowgraph is started to make sure the endpoints and blocks are created and available. | ||||
* | Merge branch 'master' into next | Johnathan Corgan | 2012-11-29 | 1 | -1/+3 |
|\ | |||||
| * | core: adding msg_connect, updating msg interface, adding symbolic block names | Tim O'Shea | 2012-11-29 | 1 | -1/+3 |
| | | |||||
* | | Revert "core: adding msg_connect, updating msg interface, adding symbolic ↵ | Johnathan Corgan | 2012-11-29 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | block names" (to be reapplied on master branch and re-merged in) This reverts commit 7fc857a18cdc47f333db56cfedd2a4ed1a8432a9. | ||||
* | | core: adding msg_connect, updating msg interface, adding symbolic block names | Tim O'Shea | 2012-11-28 | 1 | -1/+3 |
| | | |||||
* | | docs: Modified argument formating in python docstrings in grc. | Ben Reynwar | 2012-08-14 | 1 | -4/+10 |
|/ | |||||
* | grc: added throttle tag to blocks that throttle | Josh Blum | 2011-10-19 | 1 | -2/+2 |
| | |||||
* | grc: disable pythonw on darwin, apparently not needed | Josh Blum | 2011-06-09 | 1 | -2/+3 |
| | |||||
* | grc: added logic to discover the path to the python interpreter | Josh Blum | 2011-04-19 | 1 | -5/+15 |
| | | | | | | | | | | | Rather than simply exec-ing the application w/ "python", use the same interpreter that executed grc w/ full path. Added code to handle the following exceptions: - for a wx app on mac osx, use the pythonw interpreter (this was in the m4 file, but its easier as a runtime check) - for a no gui app on linux, prepend xterm cuz its nice (we were already doing that but its now restricted to linux) | ||||
* | grc: work on generator for gui flowgraphs to simplify generation | Josh Blum | 2011-03-01 | 1 | -16/+12 |
| | | | | | | | generator does not differentiate between notebooks and controls, they are all block, but block are now sorted by variables present in the make also adjusted categories listed in the wx and qt widget related blocks | ||||
* | grc: added tabbed widget in qtgui for grc | Josh Blum | 2011-03-01 | 1 | -0/+4 |
| | | | | | | created gui_hint type to handle tab descriptor + position markup, and to handle the generation of the name of the parent widget. No support python modules required in gr-qtgui. | ||||
* | added to uhd grc files, also removed warning for grc generator with uhd blocks | Josh Blum | 2010-04-14 | 1 | -1/+1 |
| |