aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/dynamicqmetaobject.h
Commit message (Expand)AuthorAgeFilesLines
* Set the object meta object at the declaration time, not instanciation time.Hugo Parente Lima2012-03-081-4/+1
* Remove function deleteDynamicQMetaObject, use Shiboken::callCppDestructor<Dyn...Hugo Parente Lima2010-11-181-2/+0
* Don't inline function deleteDynamicQMetaObject.Hugo Parente Lima2010-10-071-4/+1
* Add a d-pointer to DynamicMetaObject.Hugo Parente Lima2010-10-071-50/+4
* Fix project name on license boilerplates.Hugo Parente Lima2010-09-091-1/+1
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-21/+9
* Fixed uninitialized value.Renato Filho2010-07-231-1/+1
* Implemented support to properties on QMetaObject.Renato Filho2010-07-081-0/+21
* 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