aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Add missing palette property to QQuickWindowMitch Curtis2021-06-176-8/+338
* Avoid unnecessary palette allocationsVolker Hilsheimer2021-06-162-0/+76
* Add active/inactive transition to color group testVolker Hilsheimer2021-06-161-0/+10
* Make tst_qquickshadereffect::testConnection() more robustEskil Abrahamsen Blomfeldt2021-06-151-2/+9
* Use Inactive color group in inactive windowsVolker Hilsheimer2021-06-112-0/+78
* Add missing Quick autotests to CMakeListsLaszlo Agocs2021-06-084-15/+26
* Add DragHandler.activeTranslation and persistentTranslationShawn Rutledge2021-06-041-12/+70
* Add support for hyperlinks in Text itemsJan Arve Sæther2021-06-042-1/+36
* QQuickItem: Make x/y/width/height bindableFabian Kosmale2021-06-033-7/+40
* Selection support: make TableView selectableRichard Moe Gustavsen2021-06-032-2/+199
* Allow for accessing QQuickApplication via a singletonMaximilian Goldstein2021-06-031-132/+160
* Selection support: support setting a QItemSelectionModel on TableViewRichard Moe Gustavsen2021-06-023-0/+265
* Update sceneGrabPosition in MultiPointHandler's points, on grabShawn Rutledge2021-06-021-1/+12
* TapHandler: don't emit tapped() if non-filtering grabber on releaseShawn Rutledge2021-05-312-0/+107
* Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-05-271-0/+4
* PointerHandler constructor: add to Item parent's list of handlersShawn Rutledge2021-05-262-0/+61
* Add dynamically-created pointer handlers to parent's resourcesShawn Rutledge2021-05-261-0/+7
* Behavior: intercept bindingsFabian Kosmale2021-05-254-1/+95
* mingw: Skip segfaulting testsOliver Wolff2021-05-251-0/+15
* tst_qquickaccessible: Avoid accessing deleted objectsFabian Kosmale2021-05-211-2/+6
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-05-202-0/+88
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-72/+0
* Blacklist tst_QQuickGridView::snapOneRow for Win 10 MinGW developer buildHeikki Halmet2021-05-141-0/+1
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-112-3/+91
* Port scenegraph autotest case for alpha batching problemLaszlo Agocs2021-05-114-1/+117
* Blacklist tst_QQuickGridView::snapToRow for Win 10 MinGW Developer buildHeikki Halmet2021-05-111-0/+1
* qquicktableview: upon forceLayout(), check for visible rows/columns at the or...Richard Moe Gustavsen2021-05-061-0/+78
* Make tst_qquickflickable check scaling of drag thresholdShawn Rutledge2021-05-061-3/+12
* Begin testing QQDeliveryAgent subscenesShawn Rutledge2021-05-065-0/+270
* Keep DragHandler active while dragging even if other event happensFabian Kosmale2021-05-052-0/+105
* Use inexact comparison in tst_QQuickPinchArea::dragTransformedPinchAreaShawn Rutledge2021-05-041-1/+4
* Make PinchArea translate correctly inside a rotated parentShawn Rutledge2021-05-042-0/+133
* ListView: support QList<QUrl> modelsMitch Curtis2021-04-295-0/+189
* Make tst_PointHandler::tabletStylus pass on high-dpi screensShawn Rutledge2021-04-281-8/+12
* Use QKeyCombination to fix compiler warningVolker Hilsheimer2021-04-281-1/+1
* tst_qquickcanvas: Verfiy that canvas.context existsFabian Kosmale2021-04-231-0/+2
* tst_qquickstates: Prepare test for properties becoming bindableFabian Kosmale2021-04-211-12/+23
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-162-0/+46
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-04-162-0/+82
* QQuickTableView: add API to get column widths and row heightsRichard Moe Gustavsen2021-04-131-0/+28
* QQuickTableView: add isColumnLoaded() and isRowLoaded()Richard Moe Gustavsen2021-04-132-0/+124
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-121-2/+2
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-04-111-1/+1
* Remove unnecessary int() casting in QRandomGenerator::boundedThiago Macieira2021-04-091-2/+2
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-0115-76/+88
* Attempt to stabilize tst_qquickitem::hoverEventShawn Rutledge2021-03-301-1/+3
* blacklist tst_TouchMouse::hoverEnabled againShawn Rutledge2021-03-301-0/+3
* Use QScopedPointer::reset to explicitly delete the objectVolker Hilsheimer2021-03-291-1/+1
* QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-262-0/+99
* Autotests: stabilize hover event deliveryRichard Moe Gustavsen2021-03-264-8/+17