aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/signalmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix project name on license boilerplates.Hugo Parente Lima2010-09-091-1/+1
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-21/+9
* Raise a error when try to modify a read-only property.Renato Filho2010-08-161-1/+0
* Fix build on python2.5.Hugo Parente Lima2010-07-091-1/+1
* Implemented support to properties on QMetaObject.Renato Filho2010-07-081-4/+79
* Implemented copy constructor to PyObjectWrapper.Renato Filho2010-07-051-2/+41
* Check for invalid signal or slot name.Renato Filho2010-06-231-1/+4
* Fixed signal connection with native slot.Renato Filho2010-06-171-13/+28
* Create unit-test for signal with QObject.Renato Filho2010-06-171-3/+10
* Removed QVariant from PySide.Hugo Parente Lima2010-06-101-18/+7
* Remove registration of PySide primitive types, the generator do this automati...Hugo Parente Lima2010-06-101-17/+0
* 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