summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-041-0/+97
* | Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-033-0/+19
* | Introduce QArrayDataPointer::needsDetachJoão Abecasis2012-04-021-4/+4
* | Introduce QArrayDataOps::truncateJoão Abecasis2012-04-022-2/+95
* | Introduce QArrayData::detachCapacityJoão Abecasis2012-04-022-7/+13
* | Introduce QArrayDataOps::appendInitializeJoão Abecasis2012-04-022-1/+80
* | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-2/+2
* | Add tests to verify QByteArray's zero terminationJoão Abecasis2012-03-301-5/+123
* | Revert to Qt4 behaviour that QUrl().isValid() == falseThiago Macieira2012-03-301-3/+3
* | Move the #include "tst_qurlinternal.moc" up to workaround a bugThiago Macieira2012-03-301-2/+1
* | Fix the license headers for the files in the new-qurl branchThiago Macieira2012-03-301-0/+1
* | Fix QUrl operator== and operator<Thiago Macieira2012-03-301-0/+51
* | Disallow spaces in URLs when parsing in StrictMode.Thiago Macieira2012-03-301-3/+1
* | Reimplement the StrictMode URL parsingThiago Macieira2012-03-301-20/+55
* | Re-introduce support for QUrl::errorString()Thiago Macieira2012-03-301-5/+4
* | QUrl: Always lowercase the schemeThiago Macieira2012-03-301-6/+14