summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fully support operator[] on QCborValue and QCborValueRefEdward Welbourne2018-11-011-2/+57
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-016-9/+95
|\
| * QObject: Fix isSignalConnected() when signals have been disconnectedKari Oikarinen2018-10-311-0/+53
| * tst_QCborValue: Disable support for spaceship operatorJüri Valdmann2018-10-311-1/+1
| * winrt: Skip a test row of tst_QRegularExpression::threadSafetyOliver Wolff2018-10-311-0/+4
| * qendian: Fix float conversionsIvan Komissarov2018-10-281-3/+37
| * tst_qeventdispatcher: remove macOS from the BLACKLISTTimur Pocheptsov2018-10-251-2/+0
| * Remove QSKIP and bring the test back to businessTimur Pocheptsov2018-10-251-3/+0
* | Simplify the Q_FOREACH macro when using C++17Olivier Goffart2018-10-312-0/+41
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-254-20/+37
|\|
| * Fix building tests with -no-guiJüri Valdmann2018-10-201-2/+2
| * Fix odd test in tst_qflagsAllan Sandfeld Jensen2018-10-171-1/+1
| * QMetaEnum: fix UBAnton Kudryavtsev2018-10-171-0/+10
| * Improve support for QImages in QDataStream read transactionsEirik Aavitsland2018-10-151-17/+24
* | Avoid races on TZ in environment via tzset() callsEdward Welbourne2018-10-221-33/+7
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-092-0/+11
|\|
| * Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-081-0/+3
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-0/+8
| |\
| | * QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-0/+8
* | | Use the stack for storing objectsJesus Fernandez2018-10-081-669/+646
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-081-0/+10
|\| |
| * | QSFPM: don't let setFilterRegExp(QString) overwrite CaseSensitivityDavid Faure2018-10-031-0/+10
* | | Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-033-3/+121
* | | Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-033-1/+84
* | | Implement QJsonObject data stream operatorJędrzej Nowacki2018-10-033-1/+59
* | | Implement QJsonArray data stream operatorJędrzej Nowacki2018-10-033-12/+72
* | | Handle errors when streaming QJsonDocument through QDataStreamJędrzej Nowacki2018-10-031-0/+26
* | | Implement QJsonDocument data stream operatorsJędrzej Nowacki2018-10-032-1/+41
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-015-6/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-305-6/+17
| |\|
| | * Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-0/+12
| | * QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-282-0/+2
| | * Modernize the "filesystemwatcher" featureLiang Qi2018-09-272-6/+3
* | | Expose type id from QMetaType instanceJędrzej Nowacki2018-10-011-0/+7
* | | tst_qfileinfo: Refactor ntfsJunctionPointsAndSymlinks()Friedemann Kleint2018-09-301-47/+107
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-295-15/+65
|\| |
| * | Fix QXmlStreamWriter xmlns attribute placementhjk2018-09-281-0/+32
| * | Re-enable thread autotestsAllan Sandfeld Jensen2018-09-251-1/+1
| * | Add tests for decoding too-short UTF-8 sequencesThiago Macieira2018-09-252-13/+32
| * | tst_QCborValue: eliminate unused lambdaEdward Welbourne2018-09-251-1/+0
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-252-0/+2
|\| |
| * | Extend blacklisting of tst_qparallelanimationgroup tests to macOS 10.13Tony Sarajärvi2018-09-241-0/+1
| * | Extend blacklisting of qtimeline::frameRate to macOS 10.13Tony Sarajärvi2018-09-241-0/+1
* | | QTextStream - re-enable manipulators test caseChristian Ehrlicher2018-09-171-13/+17
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-131-18/+17
|\| |
| * | Clean up time-zone matching logic in tst_QLocale::macDefaultLocale()Edward Welbourne2018-09-111-18/+17
* | | Make updateSystemPrivate() local to qlocale.cppEdward Welbourne2018-09-111-8/+8
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-113-1/+26
|\| |
| * | moc: Fix compilation of text strings containing non-ASCIIThiago Macieira2018-09-103-1/+26
* | | New proxy model: QConcatenateTablesProxyModelDavid Faure2018-09-093-0/+829