summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QProcess::startDetached/Unix: move up the chdir() and remove qWarningThiago Macieira2021-02-181-0/+15
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-0/+31
* Fix warning about unused variableAndreas Buhr2021-02-181-0/+1
* Return early after test-helpers if they failEdward Welbourne2021-02-181-0/+10
* Skip a timezone transition test on AndroidEdward Welbourne2021-02-182-3/+5
* tst_qprocess: enable test again for cross-compilationsSamuli Piippo2021-02-163-10/+1
* Fix QTimer::setInterval to remove existing bindingsAndreas Buhr2021-02-151-0/+4
* Drop parsing of antique TextDate formatEdward Welbourne2021-02-151-43/+42
* QDateTime::toString(): use UTC-offset as time-zone suffixEdward Welbourne2021-02-151-13/+2
* Prepare TextDate to use UTC-offset rather than GMT-offset zone suffixesEdward Welbourne2021-02-151-12/+24
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-1310-27/+18
* Disable warnings from using deprecated QScopedPointer::takeVolker Hilsheimer2021-02-131-0/+6
* Rework tst_QDateTime::toString_isoDate() to eliminate an XFAILEdward Welbourne2021-02-121-16/+17
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-121-18/+40
* Fix registerNativeMethods for goodAssam Boudjelthia2021-02-113-0/+79
* macOS: Be honest about the system localeTor Arne Vestbø2021-02-111-4/+14
* Make QDate's text round-trip test do actual comparisonsEdward Welbourne2021-02-111-5/+7
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-101-7/+63
* Split up the QMetaType unit testVolker Hilsheimer2021-02-096-911/+967
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-091-1/+1
* tst_qdatetime: remove blacklisting and expect failureSamuli Piippo2021-02-042-4/+4
* Purge various BLACKLIST entries that are now fixedEdward Welbourne2021-02-025-21/+0
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-011-11/+18
* Remove QObjectCompatProperty::operator= for safer usageAndreas Buhr2021-01-291-11/+11
* Revert "Port QThreadPool to the new property system"Allan Sandfeld Jensen2021-01-291-78/+14
* QProperty: Treat change listener modifying its source property as a loopFabian Kosmale2021-01-281-1/+3
* tests: remove unnecessary skips for qemuSamuli Piippo2021-01-282-10/+0
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-276-0/+1365
* Q(Untyped)Bindable: add takeBinding methodFabian Kosmale2021-01-271-0/+18
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-2/+77
* Port QThreadPool to the new property systemSona Kurazyan2021-01-271-14/+78
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-271-0/+19
* QTimer: port to new property systemIvan Solovev2021-01-261-0/+88
* Port QPauseAnimation to the new property systemSona Kurazyan2021-01-261-0/+41
* QRegularExpression: add move constructorIvan Solovev2021-01-261-0/+115
* Extend alignment of QArrayData to std::max_align_t in allocationAndrei Golubev2021-01-261-1/+29
* QLocale: Allow direct conversion from language, country, and script codesKai Köhne2021-01-251-0/+27
* Remove the QT_CMAKE_BUILD preprocessor defineJoerg Bornemann2021-01-222-6/+0
* QProperty: Add private isAnyBindingEvaluating functionFabian Kosmale2021-01-211-0/+9
* tst_qsequentialanimationgroup.cpp: Avoid some memory leaksUlf Hermann2021-01-211-5/+14
* tst_socketnotifier: Fix timeout of QTcpServer::waitForNewConnection()Friedemann Kleint2021-01-211-2/+2
* tst_socketnotifier/unexpectedDisconnection: Extend blacklisting to all window...Friedemann Kleint2021-01-191-2/+2
* tst_QThreadPool: avoid a potential memory leaksSona Kurazyan2021-01-191-53/+45
* Android: skip tst_QFile::moveToTrash()Assam Boudjelthia2021-01-192-3/+3
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-01-182-31/+11
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-182-7/+8
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-181-0/+28
* QLocale: Allow direct conversion to language, country, and script codesKai Köhne2021-01-181-0/+16
* QVariant::fromValue<T>: require T to be copy constructibleFabian Kosmale2021-01-181-0/+15
* QSettings: Add support for QMetaType::FloatChristian Ehrlicher2021-01-154-0/+28