summaryrefslogtreecommitdiff
path: root/grc/python/Block.py
AgeCommit message (Collapse)Author
2011-04-14grc: replaced asserts in python subdirectoryJosh Blum
2010-06-24grc: expanded nports ability to have multiple port duplicators per sideJosh Blum
2009-08-30Switched 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-28made is_virtual_xxx a block level function, used by port and param classesJosh Blum
2009-08-26added rewrite methods to element to separate from validation logicJosh Blum
2009-08-15added validation check for msg type ports, added copy method for ports to ↵Josh Blum
cleanup nports code
2009-08-14params, 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-08-13this time commit the file changesJosh Blum
2009-07-06Merged r11309:11357 from grc branch.jblum
Adds notebook cabability to grc and its wxgui windows/controls. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11358 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-29Added ability to extract category names from doxygen.jblum
For now, this is commented out until the current block tree is overhauled. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11304 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-23Merging 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