aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/signalmanager.h
Commit message (Expand)AuthorAgeFilesLines
* Implemented stream operator for PyObjectWrapper.Renato Filho2012-03-081-0/+4
* Fixed qt_metacall, now everything works as it should.Hugo Parente Lima2012-03-081-0/+1
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-5/+2
* Turn call_method function into an anonimous function.Hugo Parente Lima2010-10-071-2/+0
* 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
* Implemented support to properties on QMetaObject.Renato Filho2010-07-081-0/+2
* Implemented copy constructor to PyObjectWrapper.Renato Filho2010-07-051-3/+5
* Fixed signal connection with native slot.Renato Filho2010-06-171-1/+1
* Removed QVariant from PySide.Hugo Parente Lima2010-06-101-0/+14
* Fixed QApplication exit order.Renato Filho2010-04-221-0/+3
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-231-3/+6
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-051-0/+4
* Implement disconnect function for Python callback.renato2010-01-041-0/+3
* Fixes problems calling dynamic python slots.Hugo Lima2010-01-041-2/+2
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-301-4/+7
* We have a nice Dynamic MetaObject! Yay!Hugo Lima2009-12-161-1/+2
* Initial port of signal slots infrastructure from PySide to the Shiboken version.Hugo Lima2009-12-161-0/+70