summaryrefslogtreecommitdiff
path: root/grc/python/Constants.py
Commit message (Collapse)AuthorAgeFilesLines
* grc-refactor: clean-up grc directorySebastian Koslowski2016-02-171-140/+0
|
* grc: Flowgraph complexity. Shows under options block when enabled.Seth Hitefield2015-09-261-0/+11
|
* grc: move gui prefs file to ~/.gnuradio/grc.confSebastian Koslowski2015-08-131-11/+14
|
* grc: changing type colors.Tom Rondeau2015-06-221-21/+45
| | | | | | | 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.
* grc: nicer output of blocks paths and prefs fileSebastian Koslowski2014-04-091-1/+4
|
* grc: honour order of block paths, print them out on startup, override hier ↵Balint Seeber2014-04-091-1/+1
| | | | block and pref file path with GRC_HIER_PATH & GRC_PREFS_PATH
* grc: move xterm pref to Constants.pySebastian Koslowski2014-02-021-0/+3
|
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-30/+30
| | | | Remove all \t's to match the rest of GNU Radio
* grc: add bus portsNicholas McCarthy2013-07-081-0/+1
| | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports.
* core: gr_blocks can now have only message ports with no general_work()Tim O'Shea2012-11-301-1/+1
| | | | | | | | | | | | * 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
* core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-291-0/+1
|
* grc: replaced doxygen extracted docs with python docstringsJosh Blum2011-11-171-1/+0
|
* grc: tweaks for colors, added 64 int, vector darkenJosh Blum2011-10-191-5/+7
|
* grc: added new IO typesJosh Blum2011-10-121-0/+32
| | | | | | | | | | 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.
* grc: added logic to discover the path to the python interpreterJosh Blum2011-04-191-4/+2
| | | | | | | | | | | 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)
* removed unused import statements, thanks pyflakesJosh Blum2009-12-061-1/+0
|
* this time commit the file changesJosh Blum2009-08-131-1/+1
|
* apply diff from previous commitsJosh Blum2009-08-101-0/+1
|
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+63
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