| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Remove all \t's to match the rest of GNU Radio
|
|
|
|
|
| |
Bus ports allow ganging together of block input or output ports into
a single display item for connection to other bus ports.
|
|
|
|
| |
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.
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
block names"
(to be reapplied on master branch and re-merged in)
This reverts commit 7fc857a18cdc47f333db56cfedd2a4ed1a8432a9.
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Some moron put quotes around the variable name...
|
|
|
|
| |
py files.
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
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
|