summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-2216-116/+208
|\
| * Reduce run time of tst_QRegularExpression::threadSafetyFrederik Gladhorn2018-11-191-2/+3
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-0/+3
| |\
| | * Modernize the "settings" featureLiang Qi2018-11-151-0/+3
| * | QResourceFileEngine: fix use of mapped files after close()Thiago Macieira2018-11-191-0/+4
| * | QResourceFileEngine: fix map() for compressed filesThiago Macieira2018-11-191-0/+6
| * | tst_QResourceEngine: use QTest::addRow instead of QString concatenationThiago Macieira2018-11-191-23/+23
| * | tst_QResourceEngine: store the actual byte contents that we expectThiago Macieira2018-11-1912-39/+41
| * | tests: Distinguish tst_qeventdispatcher and tst_qguieventdispatcherLiang Qi2018-11-161-0/+1
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-162-52/+127
| |\ \
| | * | Re-blacklist tst_QEventDispatcher::registerTimer() on macOSUlf Hermann2018-11-151-0/+1
| | * | Make sure QEventDispatcher::registerTimer() cleans up after itselfUlf Hermann2018-11-151-52/+126
* | | | QMimeDatabase: update freedesktop.org.xml to shared-mime-info 1.10Albert Astals Cid2018-11-131-6/+6
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-131-2/+0
|\| | |
| * | | macOS: Remove blacklist entries for no longer supported OS versionsTor Arne Vestbø2018-11-121-2/+0
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-2/+2
|\| | |
| * | | QCborStreamReader: make sure setDevice() clears the last errorThiago Macieira2018-11-081-2/+2
* | | | QByteArrayList: add indexOf(const char*) overloadDavid Faure2018-11-061-0/+26
* | | | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-11-062-0/+22
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-062-0/+22
| |\| | |
| | * | | QMimeType: Use default key as fallback for comment() propertyGary Wang2018-11-021-0/+14
| | * | | Treat shorts as int in QVariant::canConvert()Allan Sandfeld Jensen2018-11-011-0/+8
* | | | | New proxy model: QTransposeProxyModelLuca Beldi2018-11-053-0/+922
* | | | | Fix use of deprecated ItemDataRoles Background/TextColorRoleChristian Ehrlicher2018-11-052-4/+4
|/ / / /
* | | | 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