aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-201-1/+7
* Revert "Blacklist 1 tests in tst_qquickflickable on macos"Jan Arve Sæther2022-12-161-3/+0
* Blacklist 1 tests in tst_qquickanimations on macosCI Insignificant Platforms Monitor Bot2022-12-011-0/+3
* QML: Check for stack overflows when creating objectsUlf Hermann2022-11-222-0/+18
* Fix wrong item-sizeHint-cache when StackLayout children were reorderedJan Arve Sæther2022-11-211-1/+0
* Blacklist 1 tests in tst_qquickbehaviors on macosCI Insignificant Platforms Monitor Bot2022-11-081-0/+3
* Avoid double applyDelegateChange in QQIV::setDelegateFabian Kosmale2022-10-312-0/+58
* Move StackLayout tests from qtquickcontrols.git (5.15)Jan Arve Sæther2022-09-301-0/+414
* 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
* Blacklist 1 tests in tst_qquickflickable on macosCI Insignificant Platforms Monitor Bot2022-09-151-0/+3
* Blacklist 1 tests in tst_QQuickLoader on ubuntu-20.04CI Insignificant Platforms Monitor Bot2022-09-081-0/+1
* Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-09-082-1/+128
* StackLayout: Do not set size of children to (-1, -1)Jan Arve Sæther2022-09-061-0/+50
* MouseArea: don't override preventStealing on mouse releaseShawn Rutledge2022-05-202-0/+65
* MultiPointTouchArea: remap touchpoint positions when filteringShawn Rutledge2022-05-182-0/+44
* Fix tst_QQuickText::fontSizeModeEskil Abrahamsen Blomfeldt2022-05-121-1/+1
* Text: don't fall back to full-width layout if availableWidth == 0Shawn Rutledge2022-05-093-0/+85
* MPTA: don't allow more than one touchpoint to react to mouseShawn Rutledge2022-05-092-0/+92
* MouseArea: don't get stuck in doubleClick if handler caused ungrabShawn Rutledge2022-05-032-0/+47
* Fix blacklisting string for Ubuntu 20.04 in qquickmultipointtouchareaHeikki Halmet2022-03-291-2/+2
* QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-212-0/+47
* Update the window cursor on mouse releaseShawn Rutledge2022-03-172-1/+14
* Blacklist: test cases blacklisted in tst_QQuickListView:CI Insignificant Platforms Monitor Bot2022-03-141-0/+2
* Blacklist: test cases blacklisted in tst_QQuickMultiPointTouchArea:CI Insignificant Platforms Monitor Bot2022-03-141-0/+4
* Reset currentChanges if currentChanges is active when refilling listViewTony Leinonen2022-03-082-0/+145
* A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-061-0/+1
* Fix typo in qquickdroparea/BLACKLIST for Ubuntu-20.04Heikki Halmet2022-02-141-1/+1
* QQmlAdaptorModel: Do not use reparenting for lifetime managemmentFabian Kosmale2022-02-112-0/+56
* Correctly handle QQuickState::whenFabian Kosmale2022-02-102-0/+37
* tst_qquickimageprovider: fix some memleaksMarc Mutz2022-02-031-11/+11
* Don't blacklist tst_QQuickFramebufferObject::everything on b2qtShawn Rutledge2022-01-271-0/+1
* Blacklist containsDrag_internal on Ubuntu 20.04Tarja Sundqvist2022-01-201-0/+4
* GridView: Set content position when changing cell sizeTony Leinonen2022-01-032-0/+71
* HoverHandler: allow cursorShape binding before parentItem is setShawn Rutledge2021-12-082-0/+36
* Fix Flickable wheel velocity calculationShawn Rutledge2021-12-041-1/+8
* Revert "Fix ListView.isCurrentItem when used with DelegateModel"Mitch Curtis2021-12-022-36/+0
* Unset the QQmlAnimationTimer pointer from unregistered jobsVolker Hilsheimer2021-11-242-0/+46
* Fix ListView.isCurrentItem when used with DelegateModelJoni Poikelin2021-10-062-0/+36
* QQuickLoader: Do not incubate if the source arrives after setActive(false)Aleix Pol2021-09-303-0/+43
* Fix regression in ListView/Flickable event deliveryJan Arve Sæther2021-08-262-0/+211
* qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-231-0/+2
* Avoid infinite loop in designer supportThomas Hartmann2021-07-273-0/+66
* Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-242-0/+119
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-07-192-0/+88
* Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-07-191-0/+4
* When setting the line dash to be an empty array reset the style to SolidAndy Shaw2021-07-141-0/+31
* Fix warningsAndreas Buhr2021-06-291-2/+2
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-06-102-0/+82
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-122-3/+91