summaryrefslogtreecommitdiff
path: root/grc/base/Block.py
Commit message (Expand)AuthorAgeFilesLines
* added the ability to open custom GRC hier block definitions from graphs using...Tim O'Shea2012-09-281-0/+1
* grc: replaced asserts in base subdirectoryJosh Blum2011-04-141-7/+7
* removed unused import statements, thanks pyflakesJosh Blum2009-12-061-2/+0
* hash the tuple of hashes to id the current paramsJosh Blum2009-09-251-1/+1
* xor that hashJosh Blum2009-09-181-1/+1
* bug fix for handling loading of dynamic paramsJosh Blum2009-09-181-7/+17
* Implement a recursive validation api in the base Element class.Josh Blum2009-09-051-22/+1
* we dont use test() -> remove itJosh Blum2009-09-031-8/+0
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-301-4/+4
* Replaced TYPES in Port and Param with types parameter.Josh Blum2009-08-291-3/+3
* added rewrite methods to element to separate from validation logicJosh Blum2009-08-261-0/+8
* Added virtual sink and logic to clone port.Josh Blum2009-08-261-4/+3
* added continuation mode for pad source and sinksJosh Blum2009-08-201-1/+3
* Removed Source and Sink classes as Port subclasses.Josh Blum2009-08-171-2/+2
* params, sources, and sinks now stored internally as lists. The keys for said ...Josh Blum2009-08-141-19/+22
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+261