aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/typesystem_core.xml
Commit message (Expand)AuthorAgeFilesLines
* Included support to double values on qAbs.Renato Filho2010-08-021-2/+2
* Fix bug273 - QT_VERSION and QT_VERSION_STR constants.Luciano Wolf2010-08-021-0/+6
* Fixed return policy on ItemList.Renato Filho2010-07-291-0/+3
* Call signalmanager clear during QtCore exit function instead of QtCoreApplica...Renato Filho2010-07-291-0/+6
* Update modules to work without protect hack.Renato Filho2010-07-231-0/+3
* Create support to QVariantList and QVariantMap.Renato Filho2010-07-131-0/+2
* Fixed memory leak on state machine classes.Renato Filho2010-07-091-10/+12
* Typesystem cleanup.Hugo Parente Lima2010-07-061-62/+0
* Used default constructor for primitive types with complex name.Renato Filho2010-06-251-10/+10
* Adding qInstallMsgHandler() method support.Luciano Wolf2010-06-211-0/+32
* Add a default constructor value to QVariant::Type.Hugo Parente Lima2010-06-161-1/+1
* Added QVariant::Type as a primitive type.Hugo Parente Lima2010-06-151-0/+3
* Add suppress message for yet another weird message from the C++ parser.Hugo Parente Lima2010-06-151-0/+1
* Remove invalid function modifications from typesystem.Hugo Parente Lima2010-06-151-2/+0
* Fixes QString primitive type for Qt 4.7 adding a default constructor.Marcelo Lira2010-06-141-1/+1
* Fixed parent function return ownership.Renato Filho2010-06-141-0/+3
* Removed QVariant from PySide.Hugo Parente Lima2010-06-101-179/+8
* Added QDataStream methods to read and write QString, QChar and QStringList.Hugo Parente Lima2010-06-101-1/+51
* Remove wrapper for classes: QString, QStringRef, QLatin1String, QStringMatche...Hugo Parente Lima2010-06-101-334/+37
* Rename necessary arguments on QtCore typesystem.Renato Filho2010-06-091-1/+30
* Created support to hash objects with type QDate, QTime, QDateTime, QUrl.Renato Filho2010-06-081-4/+4
* Updating QEasingCurve and QTest to compile for ARMEL platforms.Luciano Wolf2010-06-081-5/+4
* Merged typesystem (Qt 4.6 and 4.7)Renato Filho2010-05-261-0/+5
* Fix QVariant custom code to work with Qt4.7.Hugo Parente Lima2010-05-211-6/+6
* Revert "Fix bug #229."Hugo Parente Lima2010-05-201-0/+4
* Fix bug #229.Hugo Parente Lima2010-05-201-4/+0
* Update polymorphic-id-expression to QAbstractItemModel derived classes.Renato Filho2010-05-201-2/+2
* Implemented support to modify slot return type.Renato Filho2010-05-171-2/+4
* Included QMetaMethod class in QtCore typesystem.Renato Filho2010-05-171-0/+5
* Implemented support to slot decoration.Renato Filho2010-05-171-0/+6
* Removed undocumented enum from QtCore.Hugo Parente Lima2010-05-071-1/+1
* Fixed typesystem parser warnings.Renato Filho2010-04-301-2/+5
* Add QMultiMap support for Qt.Hugo Parente Lima2010-04-301-1/+4
* Adding support to QtScript module.Luciano Wolf2010-04-231-0/+2
* Added all Qt global functions using the brand new function tag.Hugo Parente Lima2010-04-221-241/+25
* Partially fix bug#181 "Support Qt message handling system".Hugo Parente Lima2010-04-131-5/+0
* Do not throw an OverflowError on QString.number(-1).Hugo Parente Lima2010-04-121-0/+6
* Suppress some known warnings from apiextractor.Hugo Parente Lima2010-04-091-0/+4
* Remove warnings about deprecated const char* to char* conversions.Hugo Parente Lima2010-04-091-2/+2
* Small optimization in QObject::receiversHugo Parente Lima2010-04-061-3/+3
* QStrign uses the same hash function of str/unicode objects.Hugo Parente Lima2010-04-061-1/+3
* Fix QObject::connect(sender, signal, slot).Hugo Parente Lima2010-04-061-1/+3
* Do not handle QVariant user types as Python objects, only the real Python obj...Hugo Lima2010-04-061-6/+5
* QVariant.toList returns a list when it contains a python sequence.Hugo Lima2010-04-051-0/+16
* Fix some issues with QVariant, including the QAbstractKinectScroller one.Hugo Lima2010-04-051-0/+5
* QEasingCurve::setCustomType typesystem workaroundAnderson Lizardo2010-03-311-0/+4
* Adapt to changes in libshibokenHugo Lima2010-03-311-1/+1
* Fix QObject::findChildren and QObject::findChild methods.Hugo Lima2010-03-311-21/+9
* Removes the user added copy constructor for QPoint class.Marcelo Lira2010-03-261-6/+0
* Fix methods for the '*&' commit in apiextractorLauro Neto2010-03-221-2/+2