Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-14 | grc: replaced asserts in base subdirectory | Josh Blum | |
2009-12-06 | removed unused import statements, thanks pyflakes | Josh Blum | |
2009-09-25 | hash the tuple of hashes to id the current params | Josh Blum | |
2009-09-18 | xor that hash | Josh Blum | |
2009-09-18 | bug fix for handling loading of dynamic params | Josh Blum | |
2009-09-05 | Implement a recursive validation api in the base Element class. | Josh Blum | |
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. | |||
2009-09-03 | we dont use test() -> remove it | Josh Blum | |
2009-08-30 | Switched the python classes to inherit from the base and gui classes. | Josh Blum | |
Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module. | |||
2009-08-29 | Replaced TYPES in Port and Param with types parameter. | Josh Blum | |
Replaced odict in options for storing options with a list. Fix virtual port check in flow graph template. | |||
2009-08-26 | added rewrite methods to element to separate from validation logic | Josh Blum | |
2009-08-26 | Added virtual sink and logic to clone port. | Josh Blum | |
Tweaks to the base validation routines. Validate twice in the update until rewrite functions are implemented. | |||
2009-08-20 | added continuation mode for pad source and sinks | Josh Blum | |
2009-08-17 | Removed Source and Sink classes as Port subclasses. | Josh Blum | |
A port can be a source or a sink based on the dir parameter. | |||
2009-08-14 | params, sources, and sinks now stored internally as lists. The keys for said ↵ | Josh Blum | |
objects are now only stored in one place (in the object). | |||
2009-06-23 | Merging r11186:11273 from grc branch. | jblum | |
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 |