aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/glue/qobject_connect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes the fix in the commit a1cf8f03.Marcelo Lira2012-03-081-1/+2
* Fixes connecting signal to decorated slot.Marcelo Lira2012-03-081-1/+12
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-3/+3
* Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-101-2/+2
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-6/+6
* Stop signal/slot connection if is impossible to register that on object.renatofilho2010-10-281-3/+7
* Fixed connection cleanup function.renatofilho2010-09-161-2/+9
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-011-2/+2
* Emit connectNotify with real signal name.Renato Filho2010-07-291-2/+2
* Check for invalid signal or slot name.Renato Filho2010-06-231-1/+4
* Fixed signal connection with native slot.Renato Filho2010-06-171-2/+2
* Fixed custom code related to connectNotify behaviour.Marcelo Lira2010-06-031-3/+3
* Use '&&' instead of 'and'.Thomas Berg2010-04-121-3/+3
* Fix bug#210, "Can't connect generic callable objects as a slot".Hugo Parente Lima2010-04-081-3/+2
* Fix compilation of QtCore when using -DAVOID_PROTECTED_HACK.Hugo Lima2010-03-041-1/+1
* Custom code should use Converters instead of the "_cptr" macros.Marcelo Lira2010-02-241-2/+2
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-231-29/+35
* Fixed the number of dynamic signal to 50, to avoid index error onRenato Filho2010-02-181-2/+1
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-051-22/+3
* Fixed some warning messages during QtCore compilation.renato2010-01-281-2/+6
* Call connectNotify methods when connecting signals.Hugo Lima2010-01-141-18/+21
* Implement disconnect function for Python callback.renato2010-01-041-1/+43
* Fixes problems calling dynamic python slots.Hugo Lima2010-01-041-1/+5
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-301-0/+80