Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-14 | grc: replaced asserts in python subdirectory | Josh Blum | |
2010-06-24 | grc: expanded nports ability to have multiple port duplicators per side | Josh Blum | |
2009-09-08 | use show signal to perform initial gui update | 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-30 | port and param types from an overloaded method | Josh Blum | |
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-28 | made is_virtual_xxx a block level function, used by port and param classes | Josh Blum | |
2009-08-28 | avoid loops | Josh Blum | |
2009-08-28 | Recursive resolution of virtual sources. | Josh Blum | |
Flow graph generation code working. Also, mod to fft window to use clean/nice Db/div. | |||
2009-08-28 | added virtual source and added stream ids, logic to clone in port | Josh Blum | |
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-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-15 | added validation check for msg type ports, added copy method for ports to ↵ | Josh Blum | |
cleanup nports code | |||
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-08-13 | this time commit the file changes | Josh Blum | |
2009-08-10 | apply diff from previous commits | Josh Blum | |
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 |