aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/globalreceiver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed dynamic meta object to avoid empty meta method.Hugo Parente Lima2012-03-081-1/+1
| | | | | | Empty meta methods cause a assert failure on QtDeclarative module. Also removed the scoped pointer to avoid heap allocation when it's not needed, as QByteArray is already implicity shared.
* Fixed GlobalReceiver destructor.Renato Araujo Oliveira Filho2010-11-231-3/+6
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed connection cleanup function.renatofilho2010-09-161-13/+13
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Increased global receiver maximun slots support.renatofilho2010-09-141-1/+2
| | | | | | | Fixes bug #312. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> 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.
* 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>