Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | grc: adding advanced tab feature to set a block's alias. | Tom Rondeau | 2014-05-17 | 1 | -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 Corgan | 2014-04-15 | 2 | -5/+15 | |
|\ | ||||||
| * | grc: nicer output of blocks paths and prefs file | Sebastian Koslowski | 2014-04-09 | 2 | -18/+14 | |
| | | ||||||
| * | grc: honour order of block paths, print them out on startup, override hier ↵ | Balint Seeber | 2014-04-09 | 2 | -2/+16 | |
| | | | | | | | | block and pref file path with GRC_HIER_PATH & GRC_PREFS_PATH | |||||
* | | grc: move FileParam to gui module | Sebastian Koslowski | 2014-04-10 | 1 | -44/+0 | |
| | | ||||||
* | | grc: adding param templates | Sebastian Koslowski | 2014-04-10 | 1 | -1/+2 | |
|/ | ||||||
* | grc: tabbed PropsDialog | Sebastian Koslowski | 2014-03-15 | 1 | -2/+4 | |
| | ||||||
* | Merge branch 'maint' | Tom Rondeau | 2014-02-26 | 1 | -4/+10 | |
|\ | ||||||
| * | grc: fix error message in console when using qtgui blocks | Sebastian Koslowski | 2014-02-26 | 1 | -4/+10 | |
| | | ||||||
* | | qtgui: adds ability to set the graphics style rendering of the qtgui sinks. | Tom Rondeau | 2014-02-24 | 1 | -0/+1 | |
|/ | | | | Set through gr-qtgui.conf prefs file. Documented in QT GUI section of manual. | |||||
* | grc: move xterm pref to Constants.py | Sebastian Koslowski | 2014-02-02 | 2 | -5/+6 | |
| | ||||||
* | grc: For "No GUI" option, you can now choose which terminal type you like | Martin Braun | 2014-02-01 | 1 | -1/+3 | |
| | ||||||
* | Merge branch 'maint' | Tom Rondeau | 2014-01-13 | 1 | -2/+2 | |
|\ | ||||||
| * | Merge remote-tracking branch 'smunaut/fix_wx' into maint | Tom Rondeau | 2014-01-13 | 1 | -2/+2 | |
| |\ | ||||||
| | * | wx: Only call XInitThreads for linux | Sylvain Munaut | 2013-12-20 | 1 | -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 Rondeau | 2014-01-09 | 1 | -2/+8 | |
|\| | | ||||||
| * | | grc: fix variable vlen for grc generated hier blocks | Sebastian Koslowski | 2014-01-09 | 1 | -2/+8 | |
| |/ | ||||||
* | | grc: doc fixes | Sebastian Koslowski | 2013-11-29 | 2 | -16/+23 | |
| | | ||||||
* | | grc: check if stream port before overwriting key and set _key, not 'key' in dict | Bastian Bloessl | 2013-11-29 | 1 | -2/+4 | |
| | | ||||||
* | | grc: rename remove_duplicate -> remove_clone | Bastian Bloessl | 2013-11-29 | 2 | -2/+2 | |
| | | ||||||
* | | grc: make statement more explicit | Bastian Bloessl | 2013-11-29 | 1 | -2/+2 | |
| | | ||||||
* | | grc: rewrite of nports code (WIP) | Sebastian Koslowski | 2013-11-29 | 3 | -73/+62 | |
| | | ||||||
* | | grc: fixes undefined behavior in get_nports() (WIP) | Sebastian Koslowski | 2013-11-29 | 1 | -4/+4 | |
| | | ||||||
* | | grc: patches for 'allow varying number of message ports' (WIP) | Sebastian Koslowski | 2013-11-29 | 1 | -15/+10 | |
| | | ||||||
* | | allow varying number of message ports | Bastian Bloessl | 2013-11-29 | 2 | -3/+26 | |
|/ | ||||||
* | grc: adding ability to manipulate set_max_output_buffer based on block ↵ | Tim O'Shea | 2013-11-07 | 1 | -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 blocks | Sebastian Koslowski | 2013-10-25 | 1 | -1/+1 | |
| | ||||||
* | wxgui: ensure flowgraph shutdown before app exit | Sylvain Munaut | 2013-10-25 | 1 | -1/+4 | |
| | | | | Also updates qtgui | |||||
* | wxgui: Allow Linux/X11 apps to be thread-safe | Sylvain Munaut | 2013-10-13 | 1 | -0/+10 | |
| | | | | Call XInitThreads as first Xlib call | |||||
* | grc: fixes issue of needing [] around the core affinity field in GRC. | Tom Rondeau | 2013-09-24 | 1 | -4/+4 | |
| | | | | Check for minoutbuf was buggy. | |||||
* | grc: portability fix for older grc files that have missing affinity and ↵ | Tim O'Shea | 2013-07-19 | 1 | -2/+2 | |
| | | | | minoutbuf keys | |||||
* | grc: allow set_min_output_buffer on any blocks that have output ports | Tim O'Shea | 2013-07-19 | 1 | -0/+3 | |
| | ||||||
* | runtime: added support for setting thread affinity to all blocks under a ↵ | Tom Rondeau | 2013-07-17 | 1 | -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 delivery | Nicholas McCarthy | 2013-07-15 | 1 | -0/+34 | |
| | ||||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 14 | -1730/+1668 | |
| | | | | Remove all \t's to match the rest of GNU Radio | |||||
* | grc: add bus ports | Nicholas McCarthy | 2013-07-08 | 8 | -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 function | Tim O'Shea | 2013-04-20 | 1 | -1/+4 | |
| | ||||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-03-27 | 1 | -9/+11 | |
|\ | ||||||
| * | grc: made 'float' an acceptable alias to 'real' in parameter types. | Tom Rondeau | 2013-03-27 | 1 | -9/+11 | |
| | | ||||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-03-26 | 1 | -0/+1 | |
|\| | ||||||
| * | grc: fixes problem with order of defining message ports vs. data ports. | Tom Rondeau | 2013-03-26 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-02-18 | 1 | -1/+7 | |
|\| | ||||||
| * | GRC: adds ability for grc to pull in documentation for blocks from other GR ↵ | Julien Olivain | 2013-02-18 | 1 | -1/+7 | |
| | | | | | | | | modules. | |||||
* | | ctrlport: When creating a ControlPort monitor app, the key /must/ include ↵ | Tom Rondeau | 2013-02-06 | 1 | -1/+1 | |
| | | | | | | | | 'ctrlport_monitor' in it somewhere. | |||||
* | | GRC: can get list of ControlPort monitors to start them after top_block starts. | Tom Rondeau | 2013-02-06 | 3 | -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 next | Johnathan Corgan | 2012-12-07 | 3 | -3/+44 | |
|\| | | | | | | | | | Conflicts: gnuradio-core/src/lib/runtime/gr_basic_block.h | |||||
| * | core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancements | Tim O'Shea | 2012-12-07 | 3 | -3/+44 | |
| | | ||||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-30 | 2 | -2/+2 | |
|\| | ||||||
| * | core: gr_blocks can now have only message ports with no general_work() | Tim O'Shea | 2012-11-30 | 2 | -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 next | Johnathan Corgan | 2012-11-29 | 4 | -1/+18 | |
|\| |