aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/glue
Commit message (Expand)AuthorAgeFilesLines
...
* Call connectNotify methods when connecting signals.Hugo Lima2010-01-141-18/+21
* Adapt some injected codes to the recent changes related to object initializat...Hugo Lima2010-01-141-12/+7
* 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
* Updates code injections to follow Shiboken generator changes.Marcelo Lira2009-12-141-1/+1
* Removed code injections of copyCppObject and toPython converter methods for Q...Marcelo Lira2009-12-101-10/+0
* Almost all QVariant tests pass.Hugo Lima2009-12-081-0/+61
* Updated code injections to use Shiboken updates regarding type system variables.Marcelo Lira2009-12-081-3/+2
* Updated code injections to use the new PyBaseWrapper_New signature from libsh...Marcelo Lira2009-12-021-1/+1
* Added inject code for QCoreApplication constructor.Hugo Lima2009-09-161-0/+26