aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/signalmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed qt_metacall, now everything works as it should.Hugo Parente Lima2012-03-081-0/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-5/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Turn call_method function into an anonimous function.Hugo Parente Lima2010-10-071-2/+0
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* 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 ↵Hugo Parente Lima2010-09-091-21/+9
| | | | exception.
* Implemented support to properties on QMetaObject.Renato Filho2010-07-081-0/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented copy constructor to PyObjectWrapper.Renato Filho2010-07-051-3/+5
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed signal connection with native slot.Renato Filho2010-06-171-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Removed QVariant from PySide.Hugo Parente Lima2010-06-101-0/+14
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed QApplication exit order.Renato Filho2010-04-221-0/+3
| | | | | | | | SignalManager need be destroyed before QApplication to avoid memory leak. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-231-3/+6
| | | | | Now using the 'destroyed()' signal the reference is cleaned after source object destroyed.
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-051-0/+4
| | | | | Implemented inject code for QState.addTransition - by Renato Araujo. QState test - by Renato Araujo.
* Implement disconnect function for Python callback.renato2010-01-041-0/+3
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Fixes problems calling dynamic python slots.Hugo Lima2010-01-041-2/+2
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-301-4/+7
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>
* We have a nice Dynamic MetaObject! Yay!Hugo Lima2009-12-161-1/+2
| | | | 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/+70