summaryrefslogtreecommitdiff
path: root/grc/python
Commit message (Collapse)AuthorAgeFilesLines
...
* | grc: adding advanced tab feature to set a block's alias.Tom Rondeau2014-05-171-1/+3
|/ | | | | | | | Does not allow for setting individual block aliases underneath a hier_block. runtime: updates block registery to support updating block's alias that's then accessible through alias(). Adds an update_symbolic_name to the block_registry to delete the old key and add the new one. The block_registry only keeps the symbol_name (which never changes during the lifetime of the block) and the latest alias name that was set.
* Merge remote-tracking branch 'gnuradio-wg-grc/grc_block_and_prefs_path'Johnathan Corgan2014-04-152-5/+15
|\
| * grc: nicer output of blocks paths and prefs fileSebastian Koslowski2014-04-092-18/+14
| |
| * grc: honour order of block paths, print them out on startup, override hier ↵Balint Seeber2014-04-092-2/+16
| | | | | | | | block and pref file path with GRC_HIER_PATH & GRC_PREFS_PATH
* | grc: move FileParam to gui moduleSebastian Koslowski2014-04-101-44/+0
| |
* | grc: adding param templatesSebastian Koslowski2014-04-101-1/+2
|/
* grc: tabbed PropsDialogSebastian Koslowski2014-03-151-2/+4
|
* Merge branch 'maint'Tom Rondeau2014-02-261-4/+10
|\
| * grc: fix error message in console when using qtgui blocksSebastian Koslowski2014-02-261-4/+10
| |
* | qtgui: adds ability to set the graphics style rendering of the qtgui sinks.Tom Rondeau2014-02-241-0/+1
|/ | | | Set through gr-qtgui.conf prefs file. Documented in QT GUI section of manual.
* grc: move xterm pref to Constants.pySebastian Koslowski2014-02-022-5/+6
|
* grc: For "No GUI" option, you can now choose which terminal type you likeMartin Braun2014-02-011-1/+3
|
* Merge branch 'maint'Tom Rondeau2014-01-131-2/+2
|\
| * Merge remote-tracking branch 'smunaut/fix_wx' into maintTom Rondeau2014-01-131-2/+2
| |\
| | * wx: Only call XInitThreads for linuxSylvain Munaut2013-12-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Turns out OSX also returns 'posix' for os.name. This limits it to linux only. Note that it's purely cosmetic because on OSX it would just print a warning but not prevent anything from working. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* | | Merge branch 'maint'Tom Rondeau2014-01-091-2/+8
|\| |
| * | grc: fix variable vlen for grc generated hier blocksSebastian Koslowski2014-01-091-2/+8
| |/
* | grc: doc fixesSebastian Koslowski2013-11-292-16/+23
| |
* | grc: check if stream port before overwriting key and set _key, not 'key' in dictBastian Bloessl2013-11-291-2/+4
| |
* | grc: rename remove_duplicate -> remove_cloneBastian Bloessl2013-11-292-2/+2
| |
* | grc: make statement more explicitBastian Bloessl2013-11-291-2/+2
| |
* | grc: rewrite of nports code (WIP)Sebastian Koslowski2013-11-293-73/+62
| |
* | grc: fixes undefined behavior in get_nports() (WIP)Sebastian Koslowski2013-11-291-4/+4
| |
* | grc: patches for 'allow varying number of message ports' (WIP)Sebastian Koslowski2013-11-291-15/+10
| |
* | allow varying number of message portsBastian Bloessl2013-11-292-3/+26
|/
* grc: adding ability to manipulate set_max_output_buffer based on block ↵Tim O'Shea2013-11-071-0/+3
| | | | properties (please use caution when using this, realize there are a number of other constraints that will ultimately lead to the chosen buffer size)
* Allow variable vlen in GRC generated hier blocksSebastian Koslowski2013-10-251-1/+1
|
* wxgui: ensure flowgraph shutdown before app exitSylvain Munaut2013-10-251-1/+4
| | | | Also updates qtgui
* wxgui: Allow Linux/X11 apps to be thread-safeSylvain Munaut2013-10-131-0/+10
| | | | Call XInitThreads as first Xlib call
* grc: fixes issue of needing [] around the core affinity field in GRC.Tom Rondeau2013-09-241-4/+4
| | | | Check for minoutbuf was buggy.
* grc: portability fix for older grc files that have missing affinity and ↵Tim O'Shea2013-07-191-2/+2
| | | | minoutbuf keys
* grc: allow set_min_output_buffer on any blocks that have output portsTim O'Shea2013-07-191-0/+3
|
* runtime: added support for setting thread affinity to all blocks under a ↵Tom Rondeau2013-07-171-0/+3
| | | | | | | | | | | | | hier_block2. grc: added field to all blocks to set the thread affinity to a list of processors. docs: updated docs on thread affinity for new features. Conflicts: grc/base/Block.py grc/python/flow_graph.tmpl
* some omissions from orig. buspot deliveryNicholas McCarthy2013-07-151-0/+34
|
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-0914-1730/+1668
| | | | Remove all \t's to match the rest of GNU Radio
* grc: add bus portsNicholas McCarthy2013-07-088-9/+137
| | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports.
* workaround for broken QIcon.fromTheme missing functionTim O'Shea2013-04-201-1/+4
|
* Merge branch 'master' into nextTom Rondeau2013-03-271-9/+11
|\
| * grc: made 'float' an acceptable alias to 'real' in parameter types.Tom Rondeau2013-03-271-9/+11
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-261-0/+1
|\|
| * grc: fixes problem with order of defining message ports vs. data ports.Tom Rondeau2013-03-261-0/+1
| |
* | Merge branch 'master' into nextTom Rondeau2013-02-181-1/+7
|\|
| * GRC: adds ability for grc to pull in documentation for blocks from other GR ↵Julien Olivain2013-02-181-1/+7
| | | | | | | | modules.
* | ctrlport: When creating a ControlPort monitor app, the key /must/ include ↵Tom Rondeau2013-02-061-1/+1
| | | | | | | | 'ctrlport_monitor' in it somewhere.
* | GRC: can get list of ControlPort monitors to start them after top_block starts.Tom Rondeau2013-02-063-3/+27
| | | | | | | | 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 nextJohnathan Corgan2012-12-073-3/+44
|\| | | | | | | | | Conflicts: gnuradio-core/src/lib/runtime/gr_basic_block.h
| * core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea2012-12-073-3/+44
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-11-302-2/+2
|\|
| * core: gr_blocks can now have only message ports with no general_work()Tim O'Shea2012-11-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge branch 'master' into nextJohnathan Corgan2012-11-294-1/+18
|\|