aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/glue
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 656 - "cannot inherit from QCoreApplication"Hugo Parente Lima2012-03-081-1/+1
* 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-233-10/+10
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-191-1/+1
* Added PySide attributes to specify current version, and Qt version.renatofilho2010-11-121-0/+5
* Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-103-13/+14
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-6/+6
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-1/+1
* Stop signal/slot connection if is impossible to register that on object.renatofilho2010-10-281-3/+7
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-221-16/+1
* Fixed QCoreApplication and QApplication cleanup.renatofilho2010-09-241-2/+1
* Created PySide cleanup functions used to register functions to be called befo...renatofilho2010-09-171-6/+5
* Fixed connection cleanup function.renatofilho2010-09-161-2/+9
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-011-2/+2
* Fixed Qt application cleanup.Renato Filho2010-08-251-9/+24
* Emit connectNotify with real signal name.Renato Filho2010-07-291-2/+2
* Call signalmanager clear during QtCore exit function instead of QtCoreApplica...Renato Filho2010-07-291-1/+0
* Fixed glue code for QApplication and QCoreApplication.Marcelo Lira2010-07-271-1/+3
* 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
* Remove wrapper for classes: QString, QStringRef, QLatin1String, QStringMatche...Hugo Parente Lima2010-06-102-49/+0
* Fixed custom code related to connectNotify behaviour.Marcelo Lira2010-06-031-3/+3
* Implemented support to modify slot return type.Renato Filho2010-05-171-176/+0
* Implemented support to slot decoration.Renato Filho2010-05-171-0/+176
* 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
* QStrign uses the same hash function of str/unicode objects.Hugo Parente Lima2010-04-061-0/+6
* Adapt to changes in libshibokenHugo Lima2010-03-311-2/+5
* Fix QObject::findChildren and QObject::findChild methods.Hugo Lima2010-03-311-0/+30
* 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-243-4/+4
* 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
* Move QVariant converter implementation to global header.Hugo Lima2010-02-181-83/+0
* Rename qcoreapplication_impl.cpp to qcoreapplication_init.cpp, becauseHugo Lima2010-02-181-0/+0
* Do not export symbols, because nobody can link against QtCore.Hugo Lima2010-02-181-3/+3
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-051-22/+3
* Fixing QVariant converter toCpp for basic typesLauro Neto2010-02-031-2/+34
* Fixed some warning messages during QtCore compilation.renato2010-01-281-2/+6
* Ensure that QApplication instances will be alive forever until the Python VM ...Hugo Lima2010-01-281-4/+20
* Do not allow more than 2 instances of QCoreApplication (or QApplication).Hugo Lima2010-01-281-0/+5
* Add support for buffer protocol on QStrings.Hugo Lima2010-01-271-0/+43
* Add support fot buffer protocol for QByteArray.Hugo Lima2010-01-211-0/+35
* 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