aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore
Commit message (Expand)AuthorAgeFilesLines
* Created unit test for bug #312.Renato Filho2012-03-082-0/+33
* Create unit test for bug #835Paulo Alcantara2012-03-082-0/+66
* Moved unit test of bug 834 from QtCore to QtGui, as it tests QtGui classes.Hugo Parente Lima2012-03-082-19/+0
* Created unit test for bug #820.Renato Filho2012-03-082-0/+70
* Created unit test for QSysInfo class.Renato Filho2012-03-082-0/+15
* Create unit test for bug #834Paulo Alcantara2012-03-082-0/+19
* Created unit test for bug #826.Renato Filho2012-03-082-0/+30
* Created unit test for bug 829.Renato Filho2012-03-083-0/+21
* Fix bug 717 - "QByteArray doesn't honor \0 inside strings."Hugo Parente Lima2012-03-082-10/+7
* Fix bug 723 - "Missing QAbstractFileEngine.read and QAbstractFileEngine.readL...Hugo Parente Lima2012-03-082-0/+51
* Fix 720 - "QByteArray prints itself wrong, on tp_print and tp_repr"Hugo Parente Lima2012-03-081-0/+6
* Fix bug 724 - "Missing QAbstractFileEngine.map method"Hugo Parente Lima2012-03-082-0/+23
* Fix bug 721 - "QFile doesn't support map and unmap functions."Hugo Parente Lima2012-03-081-0/+11
* Fix bug 699 - "PySide.QtCore.Property doesn't throw a TypeError if the first ...Hugo Parente Lima2012-03-082-0/+18
* Fix bug 685 - "The second arg. of QObject.findChildren doesn't have a default...Hugo Parente Lima2012-03-081-1/+10
* Add unit test for bug 706 - "dataChanged signal raise an incorrect TypeError"Hugo Parente Lima2012-03-082-0/+28
* Fix bug 718 - "PySide/PyQt4 QByteArray incompatibilities: setNum method"Hugo Parente Lima2012-03-081-0/+19
* Updated translation test to use previous generated qm files.Renato Araujo Oliveira Filho2012-03-083-8/+0
* Fix 666 - "QByteArray does not support slices"Hugo Parente Lima2012-03-081-0/+9
* Fix qresource_test openning the file in binary mode, so it doesn't fail on wi...Hugo Parente Lima2012-03-081-2/+2
* Fixed/implemented various QResources methods.Hugo Parente Lima2012-03-084-13/+3529
* Fix comparisson of QByteArray with Python strings that have zeroes inside.Hugo Parente Lima2012-03-081-0/+1
* Fix bug 656 - "cannot inherit from QCoreApplication"Hugo Parente Lima2012-03-082-0/+10
* Created __repr__ function unit test.Renato Araujo Oliveira Filho2012-03-082-0/+74
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...Hugo Parente Lima2012-03-081-0/+5
* Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"Hugo Parente Lima2012-03-081-0/+11
* Create a new parent test.Renato Araujo Oliveira Filho2012-03-081-0/+7
* Fixed function QDataStream.readRawData return value.Renato Araujo Oliveira Filho2012-03-081-4/+4
* New format for __version_info__.Hugo Parente Lima2012-03-082-0/+21
* Created support to function qAddPostRoutine.Renato Araujo Oliveira Filho2012-03-082-0/+19
* Avoid conflict in test case namesLauro Neto2012-03-081-1/+1
* Fix bug#514 - "Static method QByteArray.fromRawData is missing from QtCore"Hugo Parente Lima2012-03-081-0/+7
* Fixed global functions from QT_TR_NOOP and QT_TRANSLATE_NOOP family.Marcelo Lira2012-03-082-0/+49
* Fix bug#544 - "QtCore.QRect missing binding for method getCoords"Hugo Parente Lima2012-03-081-1/+11
* Created unittest for bug #505.Renato Araujo Oliveira Filho2012-03-082-0/+23
* Added QRegExp.replace(QString, const char*) method.Marcelo Lira2012-03-082-0/+21
* Fix bug#496 - "No binary read/write methods in QDataStream"Hugo Parente Lima2010-11-241-0/+12
* Fixed unit test related to bug #446.Renato Araujo Oliveira Filho2010-11-221-2/+2
* Fix generated property flags on metaobject.Renato Araujo Oliveira Filho2010-11-221-0/+14
* Fixed recursive call on duck punching test.Renato Araujo Oliveira Filho2010-11-191-1/+0
* Fixed unit test to avoid exit with thread running.Renato Araujo Oliveira Filho2010-11-191-0/+2
* Created unit test for bug 462.Renato Araujo Oliveira Filho2010-11-192-0/+44
* Fix bug#471 - "QtCore.QObject is missing 'thread' method"Hugo Parente Lima2010-11-161-0/+2
* Removed invalid test.renatofilho2010-11-122-19/+0
* Fix bug#455 - "QByteArray.data() cuts data to first '\x00' char"Hugo Parente Lima2010-11-111-0/+6
* Fixed QVariant conversions for user type.renatofilho2010-11-091-0/+8
* Fix bug#427 - "QSvgWidget, load from QtCore.QByteArray does not work"Hugo Parente Lima2010-11-051-10/+0
* Created unit test for bug 428.renatofilho2010-10-292-0/+19
* Added test for bug #428.Marcelo Lira2010-10-291-0/+13
* Implemented support to notify argument on Properties.renatofilho2010-10-211-0/+34