aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Revert "Blacklist tst_TapHandler::gesturePolicyDragWithinBounds on Android"Assam Boudjelthia2023-03-161-4/+0
* tst_qquickcanvasitem: wait for canvas before creating a contextShawn Rutledge2023-03-1118-0/+156
* Fix multiple object creation in LoaderSanthosh Kumar2023-03-101-0/+21
* Canvas test_url: wait until image is loadedShawn Rutledge2023-03-091-2/+2
* Flipable: switch sides at 90 degrees regardless of camera distanceJiDe Zhang2023-02-082-0/+60
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-191-1/+7
* Fix ListView.isCurrentItem for DelegateModel, take 2Ivan Solovev2022-12-173-0/+164
* PinchHandler null target: remember accumulated scale between pinchesShawn Rutledge2022-11-182-3/+81
* Make tst_QQuickPinchHandler::scale easier to maintainShawn Rutledge2022-11-182-75/+86
* tst_qquickpinchhandler: rename root.scale property to pinchScaleShawn Rutledge2022-11-172-13/+13
* Fix wrong item-sizeHint-cache when StackLayout children were reorderedJan Arve Sæther2022-11-171-1/+0
* QML: Check for stack overflows when creating objectsUlf Hermann2022-11-142-0/+18
* QQuickTableView: detect if syncView topLeft has changedRichard Moe Gustavsen2022-11-142-2/+42
* Stabilize tst_TouchMouse::strayTouchDoesntAutograbShawn Rutledge2022-11-121-0/+9
* Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-072-0/+44
* Add test for dynamically setting alignmentJan Arve Sæther2022-11-031-7/+108
* Don't accept all QTouchEvent::points unless the item accepts touchBumjoon Park2022-10-281-0/+44
* Ensure Flickable.flickEnded signal is emitted after flick-then-dragShawn Rutledge2022-10-271-0/+75
* QQuickTableView: ensure that column sizes are in sync when using a sync viewRichard Moe Gustavsen2022-10-262-1/+98
* Clear delivery agent delegated focusJere Tuliniemi2022-10-062-0/+48
* Move StackLayout tests from qtquickcontrols.git (5.15)Jan Arve Sæther2022-09-301-0/+412
* Do not listen to baselineOffset changes unless really neededJan Arve Sæther2022-09-281-0/+50
* Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-231-0/+16
* Text: Re-layout the text when a alignment is set and the height growsDominik Holland2022-09-201-0/+24
* DA: ignore disabled HoverHandlers when delivering hover eventsRichard Moe Gustavsen2022-09-161-0/+47
* PinchArea: Keep the touch/mouse grab when pinch activatedSeokha Ko2022-09-151-0/+56
* StackLayout: Do not set size of children to (-1, -1)Jan Arve Sæther2022-09-061-0/+51
* Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-09-062-1/+126
* PinchHandler: Enforce min/max scale limits with native gesturesShawn Rutledge2022-09-022-19/+26
* Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping and nestedHeikki Halmet2022-08-301-0/+2
* Flickable: don't grab on press if already movingShawn Rutledge2022-08-262-1/+67
* Use the time stamp of the touch event when deliver touch as mouseSeokha Ko2022-08-261-0/+110
* tst_qquicklistview: remove some bindings to parentMitch Curtis2022-08-258-8/+13
* PinchArea: fix pinches being stolen when in PathViewMitch Curtis2022-08-162-0/+137
* tst_qquickpincharea: fix signal handler parameter injection warningMitch Curtis2022-08-041-3/+3
* Qml: When cloning a stack frame, also clone its instruction pointerUlf Hermann2022-07-251-1/+1
* Improve tst_qquickshadereffectMitch Curtis2022-07-211-40/+31
* Avoid qWaitForWindowActivated() in tst_qquickpathviewUlf Hermann2022-07-201-53/+19
* Fix tst_qquicktextedit::hAlignVisual on high-dpiShawn Rutledge2022-07-141-4/+4
* Add QQDAPriv::allPointsGrabbed() and stop using QPointerEvent::apg()Shawn Rutledge2022-07-131-19/+20
* Rename Test module from tst_qquicklistview2Sami Shalayel2022-07-072-2/+2
* Simplify tst_qquickfontloader::changeFontSourceViaStateMitch Curtis2022-07-051-3/+1
* Flickable: Fix edge hitting detection when the extent is fractionalOliver Eftevaag2022-06-272-0/+101
* Handle unprocessed pressed case in FlickableAntti Määttä2022-06-232-0/+48
* Blacklist non-existing test function DragAndOvershootBoundsAndreas Buhr2022-06-221-0/+4
* Blacklist tst_QQuickListView2::tapDelegateDuringFlicking on AndroidShawn Rutledge2022-06-221-0/+3
* Blacklist tst_DragHandler::touchDragMulti()Andreas Buhr2022-06-221-0/+2
* Flickable: don't grab on press if already movingShawn Rutledge2022-06-183-0/+144
* findItem: don't return items with invalid QQmlContextsMitch Curtis2022-06-171-5/+0
* Fix index handling on insert in QQmlDelegateModelUlf Hermann2022-06-133-0/+152