aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* QQuickMouseArea: let MouseArea reject hover eventsRichard Moe Gustavsen2022-04-052-9/+8
* QQuickDeliverAgent: don't propagate hover to siblingsRichard Moe Gustavsen2022-04-033-12/+95
* Build tests without warnings after qtbase changesVolker Hilsheimer2022-03-192-22/+22
* Re-blacklist flaky tests on macOS CIMitch Curtis2022-03-162-0/+10
* Add several autotest cases to Minimal set for STATIC buildTatiana Borisova2022-03-111-1/+6
* QQuickAnchorChanges: Keep geometry bindings on reverse() and rewind()Ulf Hermann2022-03-032-0/+55
* A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-021-0/+1
* Fix tst_qquickaccessible::hitTest() on AndroidIvan Solovev2022-03-021-1/+2
* QQuickText: fix fractional pointSize rounding error bugOliver Eftevaag2022-03-021-6/+21
* tst_qquickaccessibility: wrap dynamic object allocations into smart pointersIvan Solovev2022-03-021-30/+25
* QQuickStateOperations: updateGeometry() when setting x/y/w/hUlf Hermann2022-03-012-2/+111
* QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-012-0/+47
* Blacklist: test cases blacklisted in qquicklayouts:CI Insignificant Platforms Monitor Bot2022-03-011-0/+9
* Un-blacklist tst_QQuickFramebufferObject: skip offscreen/software renderingShawn Rutledge2022-02-192-8/+9
* QQuickTableView: don't position the table contents outside the viewportRichard Moe Gustavsen2022-02-161-55/+148
* Fix QML warning in tst_QQuickListViewMitch Curtis2022-02-161-1/+1
* Use the new QHoverEvent ctor taking globalPosShawn Rutledge2022-02-091-6/+8
* Un-blacklist some passing testsShawn Rutledge2022-02-088-22/+0
* Correctly handle QQuickState::whenFabian Kosmale2022-02-082-0/+37
* QNX: Disable flaky testPasi Petäjäjärvi2022-02-041-0/+2
* Detach QEventPoint instances during touch compression; test & docsShawn Rutledge2022-02-042-0/+71
* QQmlAdaptorModel: Do not use reparenting for lifetime managemmentFabian Kosmale2022-02-032-0/+55
* Improve testing of resizing in the rendercontrol autotestLaszlo Agocs2022-02-021-24/+47
* QNX: Blacklist tests because not supported for software renderingPasi Petäjäjärvi2022-02-022-0/+10
* QNX: Blacklist flaky qquickpointhandler testPasi Petäjäjärvi2022-02-021-0/+1
* Don't blacklist tst_QQuickFramebufferObject::everything on b2qtShawn Rutledge2022-01-271-0/+1
* Skip tests that fail on platforms that don't implement grabWindowVolker Hilsheimer2022-01-243-3/+3
* Skip the shapes tests on offscreen platformShawn Rutledge2022-01-241-10/+10
* QQuickTreeView: be able to expand rows that are not yet visible in the viewRichard Moe Gustavsen2022-01-241-0/+25
* Skip borderImageMesh test with the software backendLaszlo Agocs2022-01-241-0/+7
* tests: port to QMutableEventPoint static APIMarc Mutz2022-01-214-54/+54
* QQuickListView: Stop overlap for section and firstItem delegatesOliver Eftevaag2022-01-202-0/+173
* ShaderEffect: Make uniform setting saferLaszlo Agocs2022-01-176-0/+117
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-162-5/+5
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-135-1/+6
* TextEdit: hide cursor outside viewport if ItemObservesViewportShawn Rutledge2022-01-061-0/+3
* TextEdit: deal with scrolling backwards in rich textShawn Rutledge2022-01-062-10/+30
* tst_qquickimageprovider: fix some memleaksMarc Mutz2021-12-171-11/+11
* Blacklist flaky qquicktextinput tests on openSuseFabian Kosmale2021-12-121-0/+8
* Don't intersect clipRect() with viewport if not ItemObservesViewportShawn Rutledge2021-12-121-10/+10
* macOS: Skip test only if cursor can't be movedVolker Hilsheimer2021-12-111-3/+2
* Allow reparenting Pointer HandlersShawn Rutledge2021-12-102-0/+77
* Add HoverHandler.blocking propertyShawn Rutledge2021-12-091-4/+18
* Add WheelHandler.blocking propertyShawn Rutledge2021-12-091-0/+47
* quick: add qquicktreeviewRichard Moe Gustavsen2021-12-047-0/+785
* Set PopupFocusReason when focus moves because a popup opens or closesVolker Hilsheimer2021-12-042-3/+1
* GridView: Set content position when changing cell sizeTony Leinonen2021-12-042-0/+73
* HoverHandler: allow cursorShape binding before parentItem is setShawn Rutledge2021-12-032-0/+36
* TextEdit large text: don't populate blocks outside the viewport into SGShawn Rutledge2021-12-032-0/+145
* qquickdeliveryagent: Fix drag events being sent in the wrong orderMaximilian Goldstein2021-12-021-8/+51