aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/signalmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Register Qt primitive typedefs used on signals.Hugo Lima2010-01-151-0/+19
* Adapt to changed in libshiboken API.Hugo Lima2010-01-141-4/+4
* 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-041-0/+10
* Fixes problems calling dynamic python slots.Hugo Lima2010-01-041-45/+99
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-301-77/+83
* Implement signal->signal connection.Luciano Wolf2009-12-301-14/+29
* Fix the array of void pointers passed to slots avoiding memory corruption.Hugo Lima2009-12-301-3/+3
* We have a nice Dynamic MetaObject! Yay!Hugo Lima2009-12-161-14/+25
* Initial port of signal slots infrastructure from PySide to the Shiboken version.Hugo Lima2009-12-161-0/+172