aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/typesystem_core.xml
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 676 - "wrong QLocale.toFloat() description".Luciano Wolf2012-03-081-0/+24
* Added missing format attribute.Hugo Parente Lima2012-03-081-1/+1
* Fix bug 681 - "Unicode support for trUtf8 method"Hugo Parente Lima2012-03-081-8/+27
* Increments reference of None object on custom code for QState.addTransition m...Marcelo Lira2012-03-081-0/+1
* Replaced all entries of reference-count with action=add to action=set.Hugo Parente Lima2012-03-081-6/+6
* Remove invalid function removals.Hugo Parente Lima2012-03-081-6/+0
* Fix 666 - "QByteArray does not support slices"Hugo Parente Lima2012-03-081-0/+11
* Fix bug 660 - "QMimeData type deleted prematurely when overriding mime-type i...Hugo Parente Lima2012-03-081-1/+2
* Export QTranslator::translate and QTranslator::load.Hugo Parente Lima2012-03-081-2/+20
* Export method QCryptographicHash::addData.Hugo Parente Lima2012-03-081-1/+8
* Remove some ancient method removals from QtCore typesystem.Hugo Parente Lima2012-03-081-2/+0
* Use PyString_GET_SIZE instead of PyString_Size on some inject codes.Hugo Parente Lima2012-03-081-2/+2
* Export QSettings::iniCodec and QXmlStreamWriter::codec methods.Hugo Parente Lima2012-03-081-4/+11
* QPersistentModelIndex now have the same implementation of internalPointer of ...Hugo Parente Lima2012-03-081-2/+10
* Fixed/implemented various QResources methods.Hugo Parente Lima2012-03-081-13/+39
* Fix comparisson of QByteArray with Python strings that have zeroes inside.Hugo Parente Lima2012-03-081-0/+14
* Added comments to some function removals.Hugo Parente Lima2012-03-081-3/+23
* Updated QAbstractItemModel.createIndex documentation to warning aboutRenato Araujo Oliveira Filho2012-03-081-2/+18
* Implement __repr__ function for class with Float attributes.Renato Araujo Oliveira Filho2012-03-081-0/+27
* Implemented fuction __repr__ for base types.Renato Araujo Oliveira Filho2012-03-081-0/+106
* Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"Hugo Parente Lima2012-03-081-18/+18
* Removed useless rejectionsHugo Parente Lima2012-03-081-281/+6
* Lock the gil on some hand written code to avoid crashes.Hugo Parente Lima2012-03-081-4/+4
* Fixed function QDataStream.readRawData return value.Renato Araujo Oliveira Filho2012-03-081-2/+7
* Created support to function qAddPostRoutine.Renato Araujo Oliveira Filho2012-03-081-0/+31
* Fix bug#514 - "Static method QByteArray.fromRawData is missing from QtCore"Hugo Parente Lima2012-03-081-1/+9
* Fixed global functions from QT_TR_NOOP and QT_TRANSLATE_NOOP family.Marcelo Lira2012-03-081-10/+20
* QObject.sender should not steal the returned object ownership to Python.Marcelo Lira2012-03-081-1/+1
* Fix bug#544 - "QtCore.QRect missing binding for method getCoords"Hugo Parente Lima2012-03-081-4/+84
* Fixed ownership of the value returned by QAbstractItemModel::data(...).Marcelo Lira2012-03-081-0/+5
* Added QRegExp.replace(QString, const char*) method.Marcelo Lira2012-03-081-0/+35
* Fix bug#496 - "No binary read/write methods in QDataStream"Hugo Parente Lima2010-11-241-3/+23
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-7/+7
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-191-8/+7
* Fix bug#470 - "Object::connect: No such signal QTimer::"timeout()" when using...Mickaƫl2010-11-161-1/+1
* Fix bug#471 - "QtCore.QObject is missing 'thread' method"Hugo Parente Lima2010-11-161-1/+0
* Added PySide attributes to specify current version, and Qt version.renatofilho2010-11-121-4/+1
* Fix bug#455 - "QByteArray.data() cuts data to first '\x00' char"Hugo Parente Lima2010-11-111-0/+6
* Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-101-5/+5
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-8/+8
* Fix typesystem to use argument tags instead of hardcoded variable names.Hugo Parente Lima2010-10-281-2/+2
* Moved QML enum from QtCore to QtDeclarative typesystem.renatofilho2010-10-261-6/+5
* Fix inject conversion rule used to fix bug408.Hugo Parente Lima2010-10-191-1/+1
* Added d-pointer to PySideSignalInstanceData struct.Hugo Parente Lima2010-10-191-9/+10
* Merge remote branch 'mainline/1.0'Hugo Parente Lima2010-10-191-38/+24
|\
| * Adjusted QTimer.singleShot custom code since all Signals are callable now.Marcelo Lira2010-10-131-36/+22
| * Don't export symbols that don't need to be exported and rename many functions.Hugo Parente Lima2010-10-071-4/+4
* | Included QSignalTransition constructor to support Signal objects.renatofilho2010-10-191-2/+18
* | Fix bug#408 - "QIODevice.readData() and .readLineData() have output parameter...Hugo Parente Lima2010-10-191-2/+38
* | Implemented support to deep copy on QtCore.renatofilho2010-10-131-64/+129