aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
...
* Implement disconnect function for Python callback.renato2010-01-046-10/+120
* Fixes problems calling dynamic python slots.Hugo Lima2010-01-044-57/+132
* Implemented support for classname on metaobject.renato2009-12-303-11/+17
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-3014-514/+194
* TypeResolver updated to use Shiboken::CppObjectCopier instead of SbkCopyCppOb...Marcelo Lira2009-12-301-1/+1
* Updates TypeResolver to use the improvements on Shiboken converters.Marcelo Lira2009-12-301-21/+7
* Implement signal->signal connection.Luciano Wolf2009-12-303-15/+42
* Fix the array of void pointers passed to slots avoiding memory corruption.Hugo Lima2009-12-302-4/+4
* Fix memory corruption caused by tuple processing loop.Luciano Wolf2009-12-171-4/+9
* We have a nice Dynamic MetaObject! Yay!Hugo Lima2009-12-169-32/+275
* Initial port of signal slots infrastructure from PySide to the Shiboken version.Hugo Lima2009-12-1614-0/+1103