aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/globalreceiver.h
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 memory leak on callbacks used on signal connection.Renato Filho2010-02-231-2/+4
| | | | | Now using the 'destroyed()' signal the reference is cleaned after source object destroyed.
* Implement disconnect function for Python callback.renato2010-01-041-1/+5
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Fixes problems calling dynamic python slots.Hugo Lima2010-01-041-0/+2
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-301-0/+62
Reviewed by Renato Araújo <renato.filho@openbossa.org>