aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/dynamicqmetaobject.h
Commit message (Expand)AuthorAgeFilesLines
* Used shared pointer on MethodData to allow copy.Renato Filho2010-05-171-2/+4
* Register Signal objects on MetaObject.Renato Filho2010-05-171-2/+3
* Fixed memory leaks.Renato Filho2010-05-171-11/+11
* Implemented support to modify slot return type.Renato Filho2010-05-171-5/+20
* Implemented support to slot decoration.Renato Filho2010-05-171-0/+6
* Created test to static metaobject.Renato Filho2010-05-101-0/+5
* Implement disconnect function for Python callback.renato2010-01-041-0/+4
* Implemented support for classname on metaobject.renato2009-12-301-1/+2
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-301-11/+3
* We have a nice Dynamic MetaObject! Yay!Hugo Lima2009-12-161-0/+72