aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/globalreceiver.cpp
Commit message (Collapse)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 ↵Hugo Parente Lima2010-09-091-21/+9
| | | | exception.
* Fixed QApplication exit order.Renato Filho2010-04-221-3/+5
| | | | | | | | SignalManager need be destroyed before QApplication to avoid memory leak. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Header fixesLauro Neto2010-02-241-2/+2
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-231-29/+90
| | | | | Now using the 'destroyed()' signal the reference is cleaned after source object destroyed.
* Updates SignalManager and GlobalReceiver to acquire the GIL before calling ↵Marcelo Lira2010-01-181-0/+2
| | | | | | Python. Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>
* Adapt to changed in libshiboken API.Hugo Lima2010-01-141-1/+1
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Implement disconnect function for Python callback.renato2010-01-041-9/+83
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Fixes problems calling dynamic python slots.Hugo Lima2010-01-041-10/+29
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented support for classname on metaobject.renato2009-12-301-1/+2
| | | | | | Export QMetaobject. Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-301-0/+99
Reviewed by Renato Araújo <renato.filho@openbossa.org>