Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fixed bug in checking if path is writable. | Josh Blum | 2010-03-03 | 1 | -1/+1 |
| | | | | Some moron put quotes around the variable name... | ||||
* | If the directory is read-only, use the systems tmp directory for generated ↵ | Josh Blum | 2010-03-03 | 1 | -1/+6 |
| | | | | py files. | ||||
* | this time commit the file changes | Josh Blum | 2009-08-13 | 1 | -1/+3 |
| | |||||
* | Merged r11309:11357 from grc branch. | jblum | 2009-07-06 | 1 | -1/+8 |
| | | | | | | | | Adds notebook cabability to grc and its wxgui windows/controls. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11358 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 1 | -0/+125 |
Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5 |