summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Combine negativeYear() and printNegativeYear()Edward Welbourne2020-01-141-22/+17
* uic: add customwidget imports support for pythonCristián Maureira-Fredes2020-01-141-1/+1
* Clarify blacklisting of tst_QWidget::childEvents on macOSTor Arne Vestbø2020-01-141-1/+1
* Extend blacklisting of tst_QWidget::showMinimizedKeepsFocus to all macOS vers...Tor Arne Vestbø2020-01-141-2/+1
* Blacklist tests on macOS that rely on moving the cursorTor Arne Vestbø2020-01-142-0/+6
* Blacklist tst_QTableView::mouseWheel on macOSTor Arne Vestbø2020-01-141-0/+2
* Blacklist tst_QStyleSheetStyle::widgetStylePropagation on macOSTor Arne Vestbø2020-01-141-0/+2
* Skip tst_QMenu::pushButtonPopulateOnAboutToShow on macOSTor Arne Vestbø2020-01-141-0/+4
* Skip instead of fail tests when test server is not availableTor Arne Vestbø2020-01-1418-15/+92
* Remove empty block at beginning of imported markdownRainer Keller2020-01-131-1/+35
* QString::isLower/isUpper: redo the implementationGiuseppe D'Angelo2020-01-111-40/+79
* QFileSystemWatcher/win: watch also for attribute changes of directoriesChristian Ehrlicher2020-01-101-0/+28
* Fix encoding expected by tst_qmessagehandler::qMessagePattern()Edward Welbourne2020-01-091-5/+5
* Fix encoding inconsistency between tst_QNoDebug and QTestLogEdward Welbourne2020-01-091-2/+2
* QObject: Replace more 0 and NULL with nullptrAndre Hartmann2020-01-091-4/+4
* uic: Extend the baseline test for PythonFriedemann Kleint2020-01-072-21/+730
* QTextDocument: Set the font family to be after the families setAndy Shaw2020-01-061-1/+12
* QVariant: Prefer direct conversion to QVariant{List,Map,Hash}Fabian Kosmale2020-01-031-0/+44
* QTextDocument: Give fontFamily() precedence over fontFamilies()Ulf Hermann2020-01-021-0/+21
* wasm: support all cursor shapesAlexandra Cherdantseva2019-12-305-0/+272
* QLocale: Support Indian number formattingTuomas Heimonen2019-12-301-0/+53
* Add binary compatibility files for qtbase 5.14 branchMilla Pohjanheimo2019-12-2011-0/+105821
* Fix QAccessibleWidget::focusChild() to return focused descendantPeter Varga2019-12-191-0/+169
* Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-141-0/+4
* QVariant: introduce ShouldDeleteVariantData flagFabian Kosmale2019-12-111-1/+96
* Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-0/+38
* tst_QSqlQuery: fix some testsChristian Ehrlicher2019-12-101-39/+36
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-108-18/+18
* QWidget: React to platform surface being created or destroyedTor Arne Vestbø2019-12-091-0/+54
* tst_QNetworkInterface: don't force an IPv4 link-local addressThiago Macieira2019-12-072-21/+31
* Fix updating the text cursor position after editingSona Kurazyan2019-12-061-0/+46
* Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-061-0/+2
* Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-061-0/+11
* Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-061-14/+38
* Manual High DPI test: Add a page logging all screen change signals to MetricsFriedemann Kleint2019-12-051-7/+130
* Copy formatting attributes when cloning an empty QTextDocumentSona Kurazyan2019-12-051-0/+27
* QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-051-0/+28
* docker-compose now brings up the docker images tagged as "latest"Dimitrios Apostolou2019-12-052-28/+30
* Fix flaky test tst_QFiledialog::clearLineEdit()Dimitrios Apostolou2019-12-031-0/+1
* Fix assert in QTextDocument CSS parser on "border-width: 1pt"David Faure2019-12-031-0/+38
* Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-032-0/+41
* QTreeView: Reset the pressed index if the decoration was pressed onAndy Shaw2019-11-291-2/+16
* tst_qsslcertificate: fix subjectAndIssuerAttributesTimur Pocheptsov2019-11-282-14/+9
* More polish of the manual High DPI testFriedemann Kleint2019-11-281-22/+76
* Polish the manual High DPI testFriedemann Kleint2019-11-283-114/+145
* Work around macOS's inconsistency in naming of India's time-zoneEdward Welbourne2019-11-281-0/+9
* QWidget: don't set WA_PendingMoveEvent when geometry does not changeChristian Ehrlicher2019-11-271-0/+34
* Be consistent in the RFC2822Date invalid character testsEdward Welbourne2019-11-273-41/+96
* Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-273-0/+32
* Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-273-3/+3