aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/signalmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Adapt to changed in libshiboken API.Hugo Lima2010-01-141-4/+4
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Do not remove arguments when there are no arguments and the slot uses self.Hugo Lima2010-01-051-1/+1
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Implement disconnect function for Python callback.renato2010-01-041-0/+10
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Fixes problems calling dynamic python slots.Hugo Lima2010-01-041-45/+99
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-301-77/+83
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Implement signal->signal connection.Luciano Wolf2009-12-301-14/+29
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* 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
| | | | Python signals and slots are like C++ signals and slots to Qt :-)
* Initial port of signal slots infrastructure from PySide to the Shiboken version.Hugo Lima2009-12-161-0/+172