aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warning about unused variablesVolker Hilsheimer2021-07-191-2/+0
* Make tst_examples target uniqueKai Köhne2021-07-161-1/+1
* HoverHandler: don't change state if the event involves buttonsShawn Rutledge2021-07-152-0/+67
* tst_example: blacklist failing testsMitch Curtis2021-07-151-0/+19
* tst_examples: use relative paths for data tagsMitch Curtis2021-07-151-12/+30
* Ensure that tst_examples is actually run by CIMitch Curtis2021-07-151-0/+1
* When setting the line dash to be an empty array reset the style to SolidAndy Shaw2021-07-141-0/+31
* TextEdit: ignore all key release eventsVolker Hilsheimer2021-07-132-0/+74
* Propagate LocaleChange events down the item treeVolker Hilsheimer2021-07-131-2/+37
* Fix Flickable wheel velocity calculationShawn Rutledge2021-07-121-1/+8
* Send hover events with correct scene and global positionsShawn Rutledge2021-07-051-1/+35
* Make QQuickItem containmentMask be dependent on positionIgor Bugaev2021-07-022-0/+82
* Stabilize tst_HoverHandler::movingItemWithHoverHandler()Shawn Rutledge2021-07-021-1/+1
* QQuickHoverHandler: don't use passive grabsRichard Moe Gustavsen2021-07-021-8/+8
* Fix up tst_QQuickItem::contains() test; cat. loggingShawn Rutledge2021-07-023-25/+30
* QQuickItem change contains function behaviorIgor Bugaev2021-07-012-2/+3
* QQuickItem::{width,height}Valid: correctly handle binding being undefinedFabian Kosmale2021-06-302-0/+26
* QQuickItemPrivate: Make {width,height}Valid a functionFabian Kosmale2021-06-301-6/+6
* Fix warningsAndreas Buhr2021-06-281-2/+2
* 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