aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/signalmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed QApplication exit order.Renato Filho2010-04-221-0/+6
* Fixed bug with refcount on PyObject args during signal/slot emission.Renato Filho2010-04-161-2/+3
* Fix bug#197, among some reference leaks.Hugo Parente Lima2010-04-121-9/+19
* Fixed signal emission with pythonic signalture.Renato Filho2010-04-121-0/+50
* Use heap allocation for array with unknown size.Thomas Berg2010-04-101-1/+2
* Fix bug#210, "Can't connect generic callable objects as a slot".Hugo Parente Lima2010-04-081-0/+2
* Better warning message when the signal emission fail.Hugo Parente Lima2010-04-061-1/+1
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-231-6/+15
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-051-0/+22
* 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
* Updates SignalManager and GlobalReceiver to acquire the GIL before calling Py...Marcelo Lira2010-01-181-0/+2
* 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