Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: fixes bug with controlport monitors where true/false enable parameter ↵ | Tom Rondeau | 2014-05-17 | 1 | -4/+4 |
| | | | | is not respected. | ||||
* | 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 |