summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add the QStorageInfo classIvan Komissarov2014-08-133-0/+203
* Implement native settings format for WinRTMaurice Kalinowski2014-08-131-24/+63
* Ensure that qCleanupFuncinfo works with some C++11 new constructsThiago Macieira2014-08-092-0/+37
* QPair: add constexpr liberallyMarc Mutz2014-08-091-1/+16
* Move the special QByteArrayList methods into QListThiago Macieira2014-08-091-2/+2
* Long live QByteArrayList!Glen Mabey2014-08-093-0/+297
* Long live QVersionNumber!Keith Gardner2014-08-093-1/+584
* QCommandLineParser: support extremely concise option configuration in C++11Marc Mutz2014-08-061-0/+22
* Implement QStringRef::splitJędrzej Nowacki2014-08-061-0/+75
* QFutureInterface: allow to work with a QThreadPool != globalInstance()Marc Mutz2014-08-051-0/+49
* Logging: use the known function when the first frame of the backtrace is unknownOlivier Goffart2014-08-051-1/+2
* tst_QTimeZone: test QTimeZonePrivate::isValidId()Marc Mutz2014-07-311-0/+61
* Add QString::splitRef functions.Jędrzej Nowacki2014-07-311-15/+123
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-303-7/+17
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-293-7/+17
| |\
| | * tst_QSet: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+1
| | * tst_QMap: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
| | * tst_QMap: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
| | * tst_QHash: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
| | * tst_QHash: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
* | | Fix QByteArray::to{Upper,Lower} when the array contains embedded nullsThiago Macieira2014-07-301-0/+27
* | | QDebug: Improve QDebug stream operator for QFlagsKai Koehne2014-07-301-0/+23
* | | Add qFormatLogMessage()Kai Koehne2014-07-301-1/+61
* | | Add initializer list support in QJsonObject.Jędrzej Nowacki2014-07-301-2/+53
* | | Export QAbstractState active property.BogDan Vatra2014-07-291-16/+888
|/ /
* | Logging: support %{backtrace} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-283-7/+64
* | Fix typo with impact on test outputJoão Abecasis2014-07-281-1/+1
* | QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-261-0/+5
* | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-0/+55
* | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-4/+10
* | Reading QJsonObject property should not modify the object itself.Jędrzej Nowacki2014-07-251-0/+124
* | Fix QJsonObject const index operatorJędrzej Nowacki2014-07-251-0/+18
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-241-0/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-221-0/+7
| |\|
| | * tst_qurl: add tests for mailto parsing and toString. No bug.David Faure2014-07-221-0/+7
* | | QSettings: use QSaveFile and QLockFile to write the settingsOlivier Goffart2014-07-241-3/+73
* | | Rewrite QRingBufferAlex Trotsenko2014-07-241-0/+120
* | | Make QTextStream respect QLocale with OmitGroupSeparatorsThiago Macieira2014-07-241-86/+114
* | | Don't store QLibraryPrivate with empty file names in the global storeThiago Macieira2014-07-231-0/+3
* | | Fix a few more race conditions with QLibrary::LoadHintsThiago Macieira2014-07-231-0/+8
* | | Support setting a default severity level for QLoggingCategoryKai Koehne2014-07-231-2/+38
* | | QDebugStateSaver: Fix trailing space issuesKai Koehne2014-07-231-0/+23
* | | Make QRingBuffer::append() not leave empty arrays in buffer listAlex Trotsenko2014-07-231-0/+15
* | | Add QFileDevice::MemoryMapFlags::MapPrivateOption flag.Simon Sasburg2014-07-231-7/+15
|/ /
* | QDebug: Add resetFormat()Kai Koehne2014-07-151-1/+18
* | Speedup qDebug() << QDate(...)Jędrzej Nowacki2014-07-141-0/+9
* | Logging: fix support for %{time format} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-131-0/+13
* | tst_qlogging: put the test for QT_MESSAGE_PATTERN in a data functionOlivier Goffart2014-07-131-94/+74
* | Improve QString::arg testJędrzej Nowacki2014-07-101-0/+6
* | Update QVariant testsJędrzej Nowacki2014-07-101-4/+2