aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qtcore
Commit message (Expand)AuthorAgeFilesLines
* QStrign uses the same hash function of str/unicode objects.Hugo Parente Lima2010-04-061-0/+5
* None is convertible to QString, the result is a QString where QString.isNull ...Hugo Parente Lima2010-04-062-6/+4
* QVariant.toList returns a list when it contains a python sequence.Hugo Lima2010-04-051-0/+5
* Adds a new flag test.Marcelo Lira2010-03-231-1/+5
* Isolate QVariant tests that use pure python objsLauro Neto2010-03-222-48/+120
* Added test for invalid QStringList conversion.Hugo Lima2010-03-171-0/+6
* Adding more tests for QFlags operatorsLauro Neto2010-02-241-2/+31
* Enable support for >> and << operators (QtCore.QTextStream).Luciano Wolf2010-02-231-0/+7
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-231-2/+2
* Adding tests for QChar(Str)Lauro Neto2010-02-221-0/+15
* Adding test for QChar(int)Lauro Neto2010-02-221-0/+11
* Added a new case to translation unit tests.Marcelo Lira2010-02-201-2/+6
* Support QPoint(QPoint) constructor.Luciano Wolf2010-02-191-0/+21
* Fixed the number of dynamic signal to 50, to avoid index error onRenato Filho2010-02-181-0/+18
* Adds more reference counting tests for QAbstractTransition class.Marcelo Lira2010-02-181-0/+84
* Fixes type system for QAbstractTransition.setTargetState.Marcelo Lira2010-02-171-1/+22
* Adding qabs_test.pyLauro Neto2010-02-121-0/+20
* Adding QSet conversions plus test in qstatemachineLauro Neto2010-02-121-0/+21
* Fixing imports and adding test checking classesLauro Neto2010-02-111-1/+15
* Add UsesQCoreApplication in state machine testLauro Neto2010-02-111-5/+5
* Putting back QFileInfo(QFile) and setFile(QFile)Lauro Neto2010-02-091-0/+17
* Adding test for QAbstractTransition, QAnimationGroup and QStateMachine.Luciano Wolf2010-02-053-0/+108
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-051-0/+35
* Fix duck punching unit test.Hugo Lima2010-02-031-2/+2
* Adding extra tests to QVariantLauro Neto2010-02-031-1/+18
* Fixing several testsLauro Neto2010-02-0212-37/+246
* Tests for QString.to* and QByteArray imp convers.Lauro Neto2010-02-021-2/+64
* Adding tests and fixing QString __setitem__ and []Lauro Neto2010-02-021-1/+58
* Add support for buffer protocol on QStrings.Hugo Lima2010-01-271-6/+1
* Revert "We do not support character buffer protocol on QStrings."Hugo Lima2010-01-271-0/+25
* We can't ensure that the last enum value of QVariant will be fixed forever,Hugo Lima2010-01-221-5/+0
* We do not support character buffer protocol on QStrings.Hugo Lima2010-01-211-25/+0
* Updates duck punching test to use 'types' module instead of 'new'.Marcelo Lira2010-01-211-6/+6
* Fix qdatastream unit test and typesystem.Hugo Lima2010-01-201-4/+4
* Adding a buffer test (copied from PySide trunk).Luciano Wolf2010-01-191-0/+13
* Updated test for overloads with static and non-static versions of a method.Marcelo Lira2010-01-191-8/+45
* QKeySequence is a class from QtGui, so this test has been moved to QtGui test...Hugo Lima2010-01-181-18/+0
* Does not makes sense concat a unicode string with a QByteArray.Hugo Lima2010-01-181-11/+13
* - Removed QTextStream with QByteArray const reference and added the ctors wit...Hugo Lima2010-01-141-0/+1
* Adding tests for QByteArray += operatorLauro Neto2010-01-131-0/+73
* Fix qmentaobject test to work with dynamic metaobject.renato2010-01-041-1/+3
* Fixes type system templates for methods with bool* as parameter.Marcelo Lira2010-01-041-0/+15
* Fixing signals connections back to static methodLauro Neto2009-12-161-1/+1
* Tests synchronized with the boost python PySide.Hugo Lima2009-12-157-5/+192
* Add test to QDataStream.read/write Int8Lauro Neto2009-11-101-1/+26
* Adding more tests for QDataStreamLauro Neto2009-11-101-9/+294
* Fixed the test to avoid enums extensions.Hugo Lima2009-09-281-3/+10
* Removed some pyc files that SHOULD NEVER be in a VCSHugo Lima2009-09-281-0/+0
* Added all original pyside unit tests to the shiboken version.Hugo Lima2009-09-2158-0/+2964