aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/typesystem_core.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move QVariant converter implementation to global header.Hugo Lima2010-02-181-1/+0
* Rename qcoreapplication_impl.cpp to qcoreapplication_init.cpp, becauseHugo Lima2010-02-181-1/+1
* Adds code to QAbstractTransition.setTargetStates regarding reference keeping.Marcelo Lira2010-02-181-0/+9
* Fixes type system for QAbstractTransition.setTargetState.Marcelo Lira2010-02-171-0/+12
* Removed type system instructions causing returned objects to be invalidated.Marcelo Lira2010-02-121-58/+1
* Remove access to internal stuff from QtCore typesystem.Hugo Lima2010-02-121-8/+8
* Adding QSet conversions plus test in qstatemachineLauro Neto2010-02-121-4/+5
* Ignore "staticQtMetaObject" attributeAnderson Lizardo2010-02-101-0/+1
* Putting back QFileInfo(QFile) and setFile(QFile)Lauro Neto2010-02-091-2/+0
* Adding support for connect(obj, signal, slot)Lauro Neto2010-02-091-1/+4
* Added QtCore.qAbs function.Hugo Lima2010-02-091-0/+5
* Do not remove QVariant ctors handled by code injection, just set them private...Hugo Lima2010-02-081-18/+54
* Fixes for QtCore and QtGui type sytemsCarlos Goncalves2010-02-081-1/+1
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-051-0/+225
* Adding support for QIODevice.getCharLauro Neto2010-02-021-1/+9
* Adding __str__ to QByteArrayLauro Neto2010-02-021-0/+5
* Fixing several testsLauro Neto2010-02-021-8/+45
* Adding tests and fixing QString __setitem__ and []Lauro Neto2010-02-021-1/+2
* Remove all "class" attribute from define-ownership tag, so the default value ...Hugo Lima2010-02-021-1/+1
* Fixed signal signature on singleshot inject code.Renato Filho2010-02-011-1/+1
* Exported QXmlStreamAttributes for QtCore.Renato Filho2010-02-011-7/+2
* Fixed some warning messages during QtCore compilation.renato2010-01-281-2/+0
* Export QGenericArgument and QGenericReturnArgument types for QtCore.renato2010-01-281-2/+4