aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Immediately complete component upon creation failureFabian Kosmale2022-09-121-3/+0
* V4: Account for the guard pages when allocating stack spaceUlf Hermann2022-09-121-2/+0
* Fix alias to inline component typeFabian Kosmale2022-09-082-0/+30
* 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
* tst_qquickmenu: Take into account menu margins when checking coordinatesDoris Verria2022-08-301-4/+4
* Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping and nestedHeikki Halmet2022-08-301-0/+2
* tst_qquickpopup: Fix click position and wait for transitions to finishDoris Verria2022-08-261-1/+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
* tst_signalspy: don't wait for window activationMitch Curtis2022-08-251-1/+1
* Platform: fix MenuItem being triggered when disabledMitch Curtis2022-08-253-1/+99
* tst_qquickmenu: Unblacklist some test cases on macOSDoris Verria2022-08-242-7/+17
* Fix SplitView containmentMask hit testingIgor Bugaev2022-08-231-0/+430
* JSON: Properly handle bad objects in JSON.stringify()Ulf Hermann2022-08-231-0/+40
* Fix scroll bars not showing up when binding to standalone contentItemMitch Curtis2022-08-221-0/+47
* PinchArea: fix pinches being stolen when in PathViewMitch Curtis2022-08-162-0/+137
* Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-043-2/+29
* tst_qquickpincharea: fix signal handler parameter injection warningMitch Curtis2022-08-041-3/+3
* Imagine: don't show hover effects when disabledMitch Curtis2022-08-041-0/+1
* qqmljsimportvisitor: Fix bindings on prefixed attached propertiesMaximilian Goldstein2022-08-032-0/+6
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-034-13/+129
* tst_qquickpopup: Fix child button positionDoris Verria2022-08-032-2/+11
* V4: Allow conversion from string to QByteArray when setting bindablesUlf Hermann2022-07-282-0/+37
* Qml: When cloning a stack frame, also clone its instruction pointerUlf Hermann2022-07-251-1/+1
* tst_qquickmenu: Fix click position and wait for menu opened() signalDoris Verria2022-07-222-5/+9
* QQmlProxyMetaObject: Ignore properties/methods of non-creatable proxiesAndrei Golubev2022-07-222-0/+44
* Improve tst_qquickshadereffectMitch Curtis2022-07-211-40/+31
* tst_qqmlfileselector::applicationEngineTest: do not use deprecated APIIvan Solovev2022-07-201-10/+4
* Avoid qWaitForWindowActivated() in tst_qquickpathviewUlf Hermann2022-07-201-53/+19
* testbench: clean up DelayButton pageMitch Curtis2022-07-181-3/+2
* 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
* Disable debugger tests on macOS/x86_64Ulf Hermann2022-07-121-2/+2
* tst_popup: Fix popup size testDoris Verria2022-07-121-8/+8
* QQuickAbstractDialog: emit rejected() on mere close()Marc Mutz2022-07-121-1/+0
* tst_QQuickFileDialogImpl: check that closing the dialog rejectsMarc Mutz2022-07-121-0/+28
* Stabilise changeFolderViaDoubleClick and chooseFolderViaEnterMitch Curtis2022-07-121-0/+6
* QQmlValueTypeWrapper: readReferenceValue in virtualGetOwnPropertyUlf Hermann2022-07-081-0/+30
* Rename Test module from tst_qquicklistview2Sami Shalayel2022-07-072-2/+2
* Fix window activation usage in QQuickMenu(Bar)Eskil Abrahamsen Blomfeldt2022-07-072-18/+73
* Fix window activation usage in tst_QQuickDrawerEskil Abrahamsen Blomfeldt2022-07-071-12/+14
* Delete transition when it's canceledBumjoon Park2022-07-071-0/+33
* Simplify tst_qquickfontloader::changeFontSourceViaStateMitch Curtis2022-07-051-3/+1
* Fix flaky tst_QQuickFileDialogImpl::goUp testMitch Curtis2022-07-051-1/+1
* Fix and un-blacklist tst_qquickwidget::synthMouseFromTouchShawn Rutledge2022-07-012-9/+8
* Fix window activation usage in tst_QQuickPopupEskil Abrahamsen Blomfeldt2022-06-301-19/+62
* Flickable: Fix edge hitting detection when the extent is fractionalOliver Eftevaag2022-06-272-0/+101