aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* qmllint: Capitalize importer warningsUlf Hermann2020-10-071-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-06364-817/+770
* Un-blacklist Quick tests that are passingShawn Rutledge2020-10-067-33/+2
* qmlformat: Fix formatting of for...of loops using array variablesMaximilian Goldstein2020-10-063-0/+23
* XHR: allow the user to set the User-Agent headerGiuseppe D'Angelo2020-10-061-1/+0
* QQmlMetaType: Grudgingly accept uppercase value typesUlf Hermann2020-10-051-2/+2
* qmlformat: Fix inline componentsMaximilian Goldstein2020-10-051-5/+2
* qmllint: Mark anchors3.qml as dirtyUlf Hermann2020-10-053-3/+7
* testlib: Remove the deprecated MouseDoubleClick() methodShawn Rutledge2020-10-051-5/+0
* Remove obsolete autotest caseLaszlo Agocs2020-10-021-28/+0
* qmllint: Fix updating of parent propertyUlf Hermann2020-10-023-0/+18
* qmllint: Ignore grouped properties againUlf Hermann2020-10-025-9/+67
* skip tst_QQuickMouseArea::nestedEventDelivery on macOSShawn Rutledge2020-10-021-0/+3
* qmllint: Consistently spell "Warning"Ulf Hermann2020-09-281-2/+2
* qmllint: Make imports localUlf Hermann2020-09-282-0/+2
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-282-3/+3
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-282-12/+24
* Blacklist a few more on macOSShawn Rutledge2020-09-264-0/+10
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-268-42/+6
* TypeDescriptionReader: Don't export C++ names as QML namesUlf Hermann2020-09-251-0/+1
* cmake: enable colorresolving benchmarkFabian Kosmale2020-09-252-1/+29
* Blacklist various failing testsShawn Rutledge2020-09-256-0/+23
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-251-0/+19
* Blacklist tests flickable.nestedPressDelay, gridview.snapOneRowShawn Rutledge2020-09-242-0/+4
* Stabilize tst_QQuickListView::parentBindingShawn Rutledge2020-09-242-2/+8
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-241-6/+7
* Blacklist tst_qquickwindow::cleanupGrabsOnReleaseShawn Rutledge2020-09-241-0/+2
* Blacklist maiop::dragHandlerInSiblingStealingGrabFromMouseAreaViaTouchShawn Rutledge2020-09-241-0/+2
* qmllint: Don't dump imported enums into the current scopeUlf Hermann2020-09-243-1/+21
* Allow proper registration of value typesUlf Hermann2020-09-233-38/+87
* Prevent crash when destroying asynchronous LoaderJoni Poikelin2020-09-232-0/+68
* tst_qqmllanguage: Use namespaces for registering enum containersUlf Hermann2020-09-222-9/+13
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-222-0/+2
* Handle QProperty inside bindingsFabian Kosmale2020-09-212-0/+17
* Fix the pointer handlers manual test againShawn Rutledge2020-09-191-6/+6
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-1817-0/+97
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-1814-252/+250
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-1620-31/+31
* QQuickWindow: Consider z-order of children when delivering pointer eventsYoungSun Park2020-09-154-0/+164
* Fix xmlhttprequest autotest after HTTP/2 changes in qtbaseLars Knoll2020-09-1531-42/+86
* Blacklist a test that started failing after even changes in qtbaseLars Knoll2020-09-151-0/+1
* Adapt to changes in qtbaseUlf Hermann2020-09-153-0/+4
* Skip tst_TouchMouse::buttonOnDelayedPressFlickable on macOSUlf Hermann2020-09-151-0/+4
* Add QQuickHandlerPoint::device propertyShawn Rutledge2020-09-041-1/+2
* qmlformat: Fix multiline comment attachmentMaximilian Goldstein2020-09-043-0/+24
* Adjust to qtbase changesFabian Kosmale2020-09-046-20/+28
* Remove use of deprecated High-DPI application attributesTor Arne Vestbø2020-09-028-9/+0
* QJSEngine: provide a way to check if an exception was thrownFabian Kosmale2020-09-021-0/+21
* tst_qmlformat: refactor testsMaximilian Goldstein2020-09-021-86/+44
* Tests: pass QDate and QTime by value rather than const referenceEdward Welbourne2020-09-014-7/+7