aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/dynamicqmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Appended the metaclass data flags value on head.Renato Araujo Oliveira Filho2012-03-081-0/+1
* Add support for extension into PySide properties.Hugo Parente Lima2012-03-081-5/+7
* Set the object meta object at the declaration time, not instanciation time.Hugo Parente Lima2012-03-081-58/+0
* Moved pyside slot attr name do pysideslot_p.h.Hugo Parente Lima2012-03-081-0/+1
* Fixed dynamic meta object to avoid empty meta method.Hugo Parente Lima2012-03-081-46/+47
* Fix generated property flags on metaobject.Renato Araujo Oliveira Filho2010-11-221-23/+24
* Uses QByteArray instead of QString to avoid data copy.Hugo Parente Lima2010-11-181-11/+5
* Remove function deleteDynamicQMetaObject, use Shiboken::callCppDestructor<Dyn...Hugo Parente Lima2010-11-181-5/+0
* Fixed slot registration during the meta object constructor.renatofilho2010-11-031-1/+1
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-5/+5
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-16/+16
* Put signals register before property registration.renatofilho2010-10-221-4/+12
* Implemented support to notify argument on Properties.renatofilho2010-10-211-28/+51
* Added d-pointer to PySideSignalInstanceData struct.Hugo Parente Lima2010-10-191-3/+3
* Don't export symbols that don't need to be exported and rename many functions.Hugo Parente Lima2010-10-071-3/+4
* Don't inline function deleteDynamicQMetaObject.Hugo Parente Lima2010-10-071-0/+5
* Move structs tagged as "export C" outside C++ namespaces.Hugo Parente Lima2010-10-071-1/+1
* Don't export functions not used outsise libpyside and move them to an private...Hugo Parente Lima2010-10-071-0/+1
* Changed name of qproperty functionsHugo Parente Lima2010-10-071-10/+10
* Add a d-pointer to DynamicMetaObject.Hugo Parente Lima2010-10-071-48/+63
* Removed old comentary (not necessary anymore).renatofilho2010-09-201-1/+1
* Fixed connection cleanup function.renatofilho2010-09-161-4/+4
* Increased global receiver maximun slots support.renatofilho2010-09-141-8/+39
* 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-0/+4
* Implemented support to properties on QMetaObject.Renato Filho2010-07-081-27/+215
* Fixed bug on dynamic metaobject creation.Renato Filho2010-05-261-2/+7
* 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