| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Related to the origianl colors. This uses standard hex codes for the
colors, though. This is supposed to make them a bit brighter, more
standard, and hopefully more uniform on different screens and
projectors.
|
| |
|
|
|
|
| |
block and pref file path with GRC_HIER_PATH & GRC_PREFS_PATH
|
| |
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* msg only blocks now get thread context
* added blocking msg queue delete call
* added gr_message_strobe block
* added grc definitions for message_debug, message_strobe, pdu_to_tagged_stream, tagged_stream_to_pdu.
* allow message fan-in connections in GRC
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Added all complex/real float/integer types.
Used volk naming convention: fc32, etc...
The port type checking now relies on IO size,
therefore a short vector of length 2 can connect to a complex short,
a float can connect to an int.
Basically, the same size checking done in gnuradio runtime.
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
|
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
|