aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/glue
Commit message (Expand)AuthorAgeFilesLines
* Fix BUG #1034 - "Error compiling PySide with Python 3.2.2 32bit on Windows"Paulo Alcantara2012-03-081-0/+22
* Fix bug 1019 - "Overriding QWidget.show or QWidget.hide do not work"Hugo Parente Lima2012-03-081-10/+20
* Fixes win32's HWND converter.Marcelo Lira2012-03-081-5/+5
* Implemented GlobalReceiverV2.Renato Filho2012-03-081-15/+29
* Implemented DynamicMetaObject optiomizations.Renato Filho2012-03-081-10/+10
* Implemented support to MSG type on windows.Renato Filho2012-03-081-0/+32
* Fix memory leak on QEasingCuverFunctor.Renato Filho2012-03-081-1/+1
* Implemented support to QEasingCurve.setCustomType.Renato Filho2012-03-082-0/+147
* Use add-function on QCoreApplication and QApplication constructors.Hugo Parente Lima2012-03-081-27/+7
* Fix bug 685 - "The second arg. of QObject.findChildren doesn't have a default...Hugo Parente Lima2012-03-081-6/+15
* 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