summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-7/+31
* Fix recently added auto test of text layout overflowEirik Aavitsland2021-02-101-1/+2
* a11y: Report mixed state if QCheckBox is PartiallyCheckedJan Arve Sæther2021-02-043-3/+7
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-032-0/+16
* Avoid overflow in text layoutEirik Aavitsland2021-02-031-0/+13
* QJsonObject::take: add missing detach() callThiago Macieira2021-02-031-0/+19
* Update public suffix list to today's latestEdward Welbourne2021-02-031-1/+2
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-02-032-7/+8
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-02-032-20/+11
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-02-031-7/+7
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-021-11/+18
* QInputControl: accept surrogate category characterLiang Qi2021-02-021-0/+46
* Test QDateTime behavior in DST gapAndreas Buhr2021-02-022-11/+16
* Fix QApplication::font returns the font unstable according to the objectChunLin Wang2021-02-021-0/+42
* Widgets: fix setTabOrder for QAbstractSpinBox-like widgetsIvan Solovev2021-02-021-0/+32
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2021-02-021-0/+26
* Windows: Fix dialog moving up after closing/reshowingFriedemann Kleint2021-02-021-0/+25
* PSQL: Fix the QSqlDatabase testAndy Shaw2021-02-021-5/+15
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-01-281-0/+35
* Set the PlaceholderText color in the palette from the stylesheet as wellAndy Shaw2021-01-281-0/+16
* Stabilize tst_QListView::internalDragDropMove() on X11Friedemann Kleint2021-01-281-1/+3
* Fix regression with closing and then reopening widgets with QGLWidgetLaszlo Agocs2021-01-271-0/+39
* Blacklist flaky QListView::internalDragDropMove case on OpenSuSEVolker Hilsheimer2021-01-261-0/+3
* QTabBar test: refactor: extract checkPositions helper functionStanislav Yelenskiy2021-01-261-23/+31
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-261-0/+28
* Fix setting active window as application's focus widgetSona Kurazyan2021-01-231-0/+40
* Blacklist failing tests for WinRTFriedemann Kleint2021-01-219-0/+36
* Blacklist tst_QMdiArea::updateScrollBars on macosIvan Solovev2020-12-181-0/+3
* Fuzzing: Provide link to oss-fuzzRobert Loehning2020-12-111-1/+13
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-1/+1
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-101-0/+1
* tst_QSslError: improve the code coverage, as pointed at by LCOVTimur Pocheptsov2020-12-102-37/+98
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-101-0/+2
* tst_QCborValue: adjust the size of the minimum string that won't fitThiago Macieira2020-12-081-1/+3
* Fix tst_QFontDatabase::aliases failure with ambiguous fontEskil Abrahamsen Blomfeldt2020-12-071-1/+11
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-12-072-3/+97
* tests: add a shortcut to quit app in allcursorsLiang Qi2020-12-041-0/+3
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-0/+8
* Http2: Remove errored-out requests from queueMårten Nordheim2020-12-031-3/+0
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-021-0/+135
* tst_qsslkey - handle QT_NO_SSL properlyTimur Pocheptsov2020-12-011-0/+4
* QSslCipher - improve its code coverage and auto-testsTimur Pocheptsov2020-12-012-31/+25
* QDtls(cookie verifier): make sure a server can re-use 'Client Hello'Timur Pocheptsov2020-12-011-0/+14
* tst_QSslCertificate - improve code coverageTimur Pocheptsov2020-11-306-1/+216
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-301-1/+7
* QSslConfiguration - improve code coverageTimur Pocheptsov2020-11-302-2/+43
* Network self-test: make it work with docker/containersTimur Pocheptsov2020-11-3016-98/+1094
* QCalendar: increase coverage by testsEdward Welbourne2020-11-301-7/+101
* Fix invalid QSortFilterProxyModel::dataChanged parametersWang ChunLin2020-11-302-0/+168
* QVLA: do not include QtTestGiuseppe D'Angelo2020-11-251-1/+1