summaryrefslogtreecommitdiff
path: root/grc/python/Generator.py
Commit message (Collapse)AuthorAgeFilesLines
* core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-291-1/+3
|
* grc: added throttle tag to blocks that throttleJosh Blum2011-10-191-2/+2
|
* grc: disable pythonw on darwin, apparently not neededJosh Blum2011-06-091-2/+3
|
* grc: added logic to discover the path to the python interpreterJosh Blum2011-04-191-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 generationJosh Blum2011-03-011-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 grcJosh Blum2011-03-011-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 blocksJosh Blum2010-04-141-1/+1
|
* Fixed bug in checking if path is writable.Josh Blum2010-03-031-1/+1
| | | | Some moron put quotes around the variable name...
* If the directory is read-only, use the systems tmp directory for generated ↵Josh Blum2010-03-031-1/+6
| | | | py files.
* this time commit the file changesJosh Blum2009-08-131-1/+3
|
* Merged r11309:11357 from grc branch.jblum2009-07-061-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.jblum2009-06-231-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