aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/globalreceiver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implemented DynamicMetaObject optiomizations.Renato Filho2012-03-081-6/+7
* Fix memory leak on GlobalReceiver.Renato Filho2012-03-081-6/+7
* Disconnect signals during the class destroy.Renato Filho2012-03-081-22/+69
* Fix bug 920 - "Cannot use same slot for two signals"Hugo Parente Lima2012-03-081-3/+4
* Remove reference leak on global receiver.Hugo Parente Lima2012-03-081-1/+0
* Fixed reference leek on global receiver callback call.Renato Filho2012-03-081-1/+2
* Remove unused variables and warnings when using gcc 4.6.Hugo Parente Lima2012-03-081-2/+0
* Fix bug 790 - "QStyledItemDelegate Signal with lambda and QModelIndex: Fatal ...Hugo Parente Lima2012-03-081-0/+1
* Fixed dynamic meta object to avoid empty meta method.Hugo Parente Lima2012-03-081-1/+1
* Fixed GlobalReceiver destructor.Renato Araujo Oliveira Filho2010-11-231-3/+6
* Fixed connection cleanup function.renatofilho2010-09-161-13/+13
* Increased global receiver maximun slots support.renatofilho2010-09-141-1/+2
* 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
* Fixed QApplication exit order.Renato Filho2010-04-221-3/+5
* Header fixesLauro Neto2010-02-241-2/+2
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-231-29/+90
* Updates SignalManager and GlobalReceiver to acquire the GIL before calling Py...Marcelo Lira2010-01-181-0/+2
* Adapt to changed in libshiboken API.Hugo Lima2010-01-141-1/+1
* Implement disconnect function for Python callback.renato2010-01-041-9/+83
* Fixes problems calling dynamic python slots.Hugo Lima2010-01-041-10/+29
* Implemented support for classname on metaobject.renato2009-12-301-1/+2
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-301-0/+99