aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/dynamicqmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Used shared pointer on MethodData to allow copy.Renato Filho2010-05-171-12/+29
* Register Signal objects on MetaObject.Renato Filho2010-05-171-13/+23
* Fixed memory leaks.Renato Filho2010-05-171-7/+8
* Implemented signal name discovery if not setted on constructor.Renato Filho2010-05-171-0/+2
* Implemented support to modify slot return type.Renato Filho2010-05-171-30/+78
* Implemented support to slot decoration.Renato Filho2010-05-171-0/+24
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-231-5/+30
* Fixed the number of dynamic signal to 50, to avoid index error onRenato Filho2010-02-181-6/+23
* Implement disconnect function for Python callback.renato2010-01-041-0/+15
* Implemented support for classname on metaobject.renato2009-12-301-9/+13
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-301-32/+30
* We have a nice Dynamic MetaObject! Yay!Hugo Lima2009-12-161-0/+155