Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc-refactor: move grc.base to grc.python.base | Sebastian Koslowski | 2016-02-17 | 1 | -542/+0 |
| | |||||
* | grc: mark param type multiline as protected | Sebastian Koslowski | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | grc: no block alias param for Options blocks | Sebastian Koslowski | 2015-09-22 | 1 | -8/+6 |
| | |||||
* | grc: remove bypassed blocks from generated code | Sebastian Koslowski | 2015-08-05 | 1 | -2/+0 |
| | |||||
* | grc: Added ability to bypass blocks (Suggested by Chris Headley). | Seth Hitefield | 2015-06-11 | 1 | -7/+79 |
| | | | | | Only for blocks that have a single source and sink of the same type. Feature can be disabled per block using the 'disable_bypass' flag in the block definition. | ||||
* | grc: add <flags> to blocks dtd (<throttle> still supported) | Sebastian Koslowski | 2015-06-11 | 1 | -2/+16 |
| | |||||
* | Merge remote-tracking branch 'skoslowski/master_grcwg' | Johnathan Corgan | 2015-04-29 | 1 | -1/+1 |
|\ | |||||
| * | grc: keep block/connection/param order when saving flow-graphs | Sebastian Koslowski | 2015-04-28 | 1 | -1/+1 |
| | | |||||
* | | grc: no block alias for variables | Sebastian Koslowski | 2015-04-28 | 1 | -1/+2 |
|/ | |||||
* | grc: new param type 'multiline' for comment entry box | Sebastian Koslowski | 2015-04-03 | 1 | -1/+1 |
| | |||||
* | grc: add block comments | Sebastian Koslowski | 2015-04-03 | 1 | -0/+12 |
| | |||||
* | grc: undo port type caching (fixes type controller) | Sebastian Koslowski | 2015-01-13 | 1 | -6/+3 |
| | |||||
* | grc: design time values for object-like variables | Sebastian Koslowski | 2014-07-04 | 1 | -2/+5 |
| | |||||
* | grc: adding advanced tab feature to set a block's alias. | Tom Rondeau | 2014-05-17 | 1 | -31/+40 |
| | | | | | | | | 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. | ||||
* | grc: adding param templates | Sebastian Koslowski | 2014-04-10 | 1 | -2/+2 |
| | |||||
* | grc: tabbed PropsDialog | Sebastian Koslowski | 2014-03-15 | 1 | -4/+13 |
| | |||||
* | grc: adding ability to manipulate set_max_output_buffer based on block ↵ | Tim O'Shea | 2013-11-07 | 1 | -0/+10 |
| | | | | properties (please use caution when using this, realize there are a number of other constraints that will ultimately lead to the chosen buffer size) | ||||
* | GRC: show categories from XML tree files in search | Sebastian Koslowski | 2013-10-26 | 1 | -0/+1 |
| | |||||
* | grc: checks for virtual/pad source/sink and ignores them for affinity and ↵ | Tom Rondeau | 2013-07-19 | 1 | -2/+11 |
| | | | | buffer size fields. | ||||
* | grc: portability fix for older grc files that have missing affinity and ↵ | Tim O'Shea | 2013-07-19 | 1 | -0/+6 |
| | | | | minoutbuf keys | ||||
* | grc: allow set_min_output_buffer on any blocks that have output ports | Tim O'Shea | 2013-07-19 | 1 | -0/+10 |
| | |||||
* | runtime: added support for setting thread affinity to all blocks under a ↵ | Tom Rondeau | 2013-07-17 | 1 | -2/+10 |
| | | | | | | | | | | | | | 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 | ||||
* | indent error fix | Nicholas McCarthy | 2013-07-15 | 1 | -12/+12 |
| | |||||
* | some omissions from orig. buspot delivery | Nicholas McCarthy | 2013-07-15 | 1 | -0/+15 |
| | |||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -367/+337 |
| | | | | Remove all \t's to match the rest of GNU Radio | ||||
* | grc: add bus ports | Nicholas McCarthy | 2013-07-08 | 1 | -0/+123 |
| | | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports. | ||||
* | Merge branch 'master' into next | Johnathan Corgan | 2012-09-28 | 1 | -0/+1 |
|\ | |||||
| * | added the ability to open custom GRC hier block definitions from graphs ↵ | Tim O'Shea | 2012-09-28 | 1 | -0/+1 |
| | | | | | | | | using an instance of them | ||||
* | | docs: Modified argument formating in python docstrings in grc. | Ben Reynwar | 2012-08-14 | 1 | -13/+37 |
|/ | |||||
* | grc: replaced asserts in base subdirectory | Josh Blum | 2011-04-14 | 1 | -7/+7 |
| | |||||
* | removed unused import statements, thanks pyflakes | Josh Blum | 2009-12-06 | 1 | -2/+0 |
| | |||||
* | hash the tuple of hashes to id the current params | Josh Blum | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | xor that hash | Josh Blum | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | bug fix for handling loading of dynamic params | Josh Blum | 2009-09-18 | 1 | -7/+17 |
| | |||||
* | Implement a recursive validation api in the base Element class. | Josh Blum | 2009-09-05 | 1 | -22/+1 |
| | | | | | | | The rewrite and validate methods will invoke themselves on the child elements. The error messages are now a super-list of element and child error messages. As a side-effect, this cleans up code in base Block and Flowgraph class. | ||||
* | we dont use test() -> remove it | Josh Blum | 2009-09-03 | 1 | -8/+0 |
| | |||||
* | Switched the python classes to inherit from the base and gui classes. | Josh Blum | 2009-08-30 | 1 | -4/+4 |
| | | | | | Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module. | ||||
* | Replaced TYPES in Port and Param with types parameter. | Josh Blum | 2009-08-29 | 1 | -3/+3 |
| | | | | | Replaced odict in options for storing options with a list. Fix virtual port check in flow graph template. | ||||
* | added rewrite methods to element to separate from validation logic | Josh Blum | 2009-08-26 | 1 | -0/+8 |
| | |||||
* | Added virtual sink and logic to clone port. | Josh Blum | 2009-08-26 | 1 | -4/+3 |
| | | | | | Tweaks to the base validation routines. Validate twice in the update until rewrite functions are implemented. | ||||
* | added continuation mode for pad source and sinks | Josh Blum | 2009-08-20 | 1 | -1/+3 |
| | |||||
* | Removed Source and Sink classes as Port subclasses. | Josh Blum | 2009-08-17 | 1 | -2/+2 |
| | | | | A port can be a source or a sink based on the dir parameter. | ||||
* | params, sources, and sinks now stored internally as lists. The keys for said ↵ | Josh Blum | 2009-08-14 | 1 | -19/+22 |
| | | | | objects are now only stored in one place (in the object). | ||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 1 | -0/+261 |
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 |