aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
* Small fixes for Qt containers converters.Hugo Lima2010-03-171-1/+47
* Fixed PySide custom conversions to work with newer versions of shiboken gener...Hugo Lima2010-03-171-18/+14
* Added conversion templates for Qt containers.Hugo Lima2010-03-151-0/+93
* Header fixesLauro Neto2010-02-241-2/+2
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-235-45/+145
* Fixed the number of dynamic signal to 50, to avoid index error onRenato Filho2010-02-181-6/+23
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-052-0/+26
* If an error occur when calling a slot, print the error to stderr.Hugo Lima2010-02-041-1/+3
* Adapt to changes in AutoDecRef classHugo Lima2010-02-011-2/+2
* PySide depends on libpyside which needs to be installedCarlos Goncalves2010-01-271-0/+19
* Link against QtCore and add it to the include directories.Hugo Lima2010-01-251-2/+2
* Updates SignalManager and GlobalReceiver to acquire the GIL before calling Py...Marcelo Lira2010-01-182-0/+4
* Register Qt primitive typedefs used on signals.Hugo Lima2010-01-151-0/+19
* Adapt to changed in libshiboken API.Hugo Lima2010-01-145-241/+5
* When object-types are passed through signals the void pointers are pointers t...Hugo Lima2010-01-071-1/+7
* Do not remove arguments when there are no arguments and the slot uses self.Hugo Lima2010-01-051-1/+1
* 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