aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/typesystem_core.xml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Removes QVariant(float), QVariant(double) will just do the job for us.Hugo Lima2010-03-171-0/+1
* Fixed PySide custom conversions to work with newer versions of shiboken gener...Hugo Lima2010-03-171-0/+1
* Added container conversion to QStringList.Hugo Lima2010-03-151-0/+1
* Fix compilation of QtCore when using -DAVOID_PROTECTED_HACK.Hugo Lima2010-03-041-0/+3
* Re-add polymorphic-id-expression attribute on QtCore and QtGui typesystems.Hugo Lima2010-03-031-4/+4
* Custom code should use Converters instead of the "_cptr" macros.Marcelo Lira2010-02-241-2/+2
* Enable support for >> and << operators (QtCore.QTextStream).Luciano Wolf2010-02-241-8/+0
* Enable support for >> and << operators (QtCore.QTextStream).Luciano Wolf2010-02-231-6/+1
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-231-0/+10
* Remove warnings about unused variables in code injection of TR functions.Hugo Lima2010-02-231-4/+4
* Use %0 instead of cptr, because cptr is an implementation detail.Hugo Lima2010-02-231-4/+4
* Replace QChar(char) with QChar(Str)Lauro Neto2010-02-221-0/+14
* Adding conversion file for QCharLauro Neto2010-02-221-0/+1
* Support QPoint(QPoint) constructor.Luciano Wolf2010-02-191-0/+6
* Remove multiple signatures for QSignalMapper mapped() and setMapping() functi...Bruno dos Santos de Araujo2010-02-191-30/+1