summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Disable warnings from using deprecated QScopedPointer::takeVolker Hilsheimer2021-02-131-0/+6
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-7/+31
* 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
* Replace QScopedPointer with std::unique_ptrVolker Hilsheimer2021-02-121-7/+7
* Fix compiler warning: don't mix signed and unsigned int in comparisonVolker Hilsheimer2021-02-111-1/+1
* 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
* Fix recently added auto test of text layout overflowEirik Aavitsland2021-02-101-1/+2
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-101-7/+63
* Split up the QMetaType unit testVolker Hilsheimer2021-02-097-915/+969
* QTextureFileData: support key value metadataJonas Karlsson2021-02-094-0/+19
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-091-1/+1
* QPlainTextEdit: adjust scroll bars when showing upWang Chuan2021-02-091-0/+32
* Blacklist tst_macgui::scrollBarPainting()Tor Arne Vestbø2021-02-081-0/+3
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-02-081-17/+42
* tst_qtexttable: fix fail on QEMU ARMv7Samuli Piippo2021-02-051-1/+1
* Fix flakiness in tst_QGlyphRun::drawRightToLeftEskil Abrahamsen Blomfeldt2021-02-042-6/+0
* a11y: Report mixed state if QCheckBox is PartiallyCheckedJan Arve Sæther2021-02-043-3/+7
* tst_qdatetime: remove blacklisting and expect failureSamuli Piippo2021-02-042-4/+4
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-032-0/+16
* Fix a few compiler warnings in testsAllan Sandfeld Jensen2021-02-024-8/+9
* Purge various BLACKLIST entries that are now fixedEdward Welbourne2021-02-025-21/+0
* Support cubemap ktx filesJonas Karlsson2021-02-014-0/+22
* 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
* TLS backend: merge with its factoryTimur Pocheptsov2021-01-281-87/+79
* Avoid overflow in text layoutEirik Aavitsland2021-01-281-0/+13
* Remove blacklisting for b2qt tests that now passSamuli Piippo2021-01-283-5/+0
* tests: remove unnecessary skips for qemuSamuli Piippo2021-01-284-23/+0
* Port QLocalServer to the new property systemTimur Pocheptsov2021-01-271-0/+16
* QDnsLookup - port to the new property systemTimur Pocheptsov2021-01-271-0/+49
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-276-0/+1365
* Port QMovie to the new property systemSona Kurazyan2021-01-271-0/+33
* Q(Untyped)Bindable: add takeBinding methodFabian Kosmale2021-01-271-0/+18
* Stabilize tst_QListView::internalDragDropMove() on X11Friedemann Kleint2021-01-271-1/+3
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-2/+77
* Update public suffix list to today's latestEdward Welbourne2021-01-271-13/+18
* Port QThreadPool to the new property systemSona Kurazyan2021-01-271-14/+78
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-271-0/+19
* Port QStandardItemModel to the new property systemSona Kurazyan2021-01-261-0/+17
* 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
* QIcon: Use the @nx pixmaps in the paint methodBastien Bouclet2021-01-261-0/+48
* 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