summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-202-19/+19
* Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-192-10/+1
* Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-1710-17/+243
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1610-17/+243
| |\
| | * UCD-5.0: apply Corrigendum #6Konstantin Ritt2012-04-151-0/+21
| | * QRegularExpression: add more test dataGiuseppe D'Angelo2012-04-131-0/+111
| | * moc: fix compilation of signals returning pointers.Olivier Goffart2012-04-131-0/+14
| | * test: marked tst_qlocale as insignificant on WindowsRohan McGovern2012-04-131-0/+1
| | * Do not ignore tests/auto/corelib/io/qtextstream on Mac OS XBradley T. Hughes2012-04-121-2/+0
| | * Do not ignore tests/auto/corelib/io/qiodevice on Mac OS XBradley T. Hughes2012-04-121-2/+0
| | * Do not ignore tests/auto/corelib/io/qfile on Mac OS XBradley T. Hughes2012-04-121-2/+0
| | * fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef]Konstantin Ritt2012-04-111-1/+1
| | * Don't crash when comparing values containing empty arrays/objectsLars Knoll2012-04-111-0/+48
| | * replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-111-10/+8
| | * fix digitValue() returned 0 instead of -1 for invalid ucs4 charactersKonstantin Ritt2012-04-111-0/+3
| | * Blackberry OS implementation of QStandardPathsRafael Roquetto2012-04-101-1/+5
* | | Update parent indexes first with changePersistentIndex.Stephen Kelly2012-04-171-1/+0
* | | Show the type and address of QObjects in debug output.Stephen Kelly2012-04-161-0/+6
|/ /
* | Mark tst_qabstractitemmodel as insignificant after QHash randomizationGiuseppe D'Angelo2012-04-152-2/+3
* | QHash: fix key() testGiuseppe D'Angelo2012-04-141-4/+4
* | QSharedPointer: hash autotest fixGiuseppe D'Angelo2012-04-131-1/+2
* | Ensure proper handling of empty-but-present URL componentsThiago Macieira2012-04-121-7/+27
* | make QStringList::sort() to take a Qt::CaseSensitivity paramKonstantin Ritt2012-04-121-0/+20
* | Prefer QCOMPARE to QVERIFY, as it gives better outputJoão Abecasis2012-04-121-1/+1
* | Readd a bunch of tests that had got removed in the QUrl portingThiago Macieira2012-04-111-6/+40
* | Change the component formatting enum values so the default is zeroThiago Macieira2012-04-113-28/+33
* | Allow {} to remain decoded in URLs in the path and queryThiago Macieira2012-04-111-0/+10
* | Introduce QUrl::DecodeReserved and reorder the enumsThiago Macieira2012-04-111-4/+4
* | Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-112-7/+7
* | Add a big test for QUrl encoding principlesThiago Macieira2012-04-111-0/+233
* | Fix the handling of ambiguous delimiters in the query part of a URLThiago Macieira2012-04-111-2/+2
* | Make QUrl handle ambiguous delimiters correctlyThiago Macieira2012-04-111-5/+4
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-112-5/+5
* | Adjust a double leading slash in the path for FTP to /%2FThiago Macieira2012-04-101-0/+4
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1022-39/+544
|\|
| * Fix MSVC warnings in tests.Friedemann Kleint2012-04-025-15/+18
| * Properly detach when the modified object is a sub objectLars Knoll2012-03-291-0/+25
| * Fix a crash in QFactoryLoaderJonas Rabbe2012-03-2912-0/+476
| * Make QCoreApplication::applicationName() default to argv[0]David Faure2012-03-282-11/+6
| * Fix some compiler warnings in tests.Friedemann Kleint2012-03-271-0/+9
| * QJsonParseError improvementsAlexei Rousskikh2012-03-271-7/+7
| * Uncomment disabled code in QSettings autotest.Jason McDonald2012-03-271-6/+3
* | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-071-8/+0
* | Add test for qHash(QByteArray)Giuseppe D'Angelo2012-04-061-0/+4
* | Add test for qHash(QString) / qHash(QStringRef)Giuseppe D'Angelo2012-04-061-0/+8
* | Fix unittest for QStandardPaths::enableTestModeDavid Faure2012-04-051-5/+5
* | Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-052-0/+118
* | Revert "Add tests to verify QByteArray's zero termination"João Abecasis2012-04-051-123/+5
* | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-2/+2
* | Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-042-5/+35