aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-191-1/+7
* Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-072-0/+44
* Do not listen to baselineOffset changes unless really neededJan Arve Sæther2022-09-271-0/+50
* Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-221-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-141-0/+56
* Qml: Don't crash on bad grouped propertiesUlf Hermann2022-09-132-0/+22
* Fix flaky ToolTip::test_activateShortcutWhileToolTipVisible testMitch Curtis2022-09-131-1/+7
* UrlObject: Add colon after schemeLeticia Valladares2022-09-132-5/+57
* Android: Fix for URLs with local authoritiesBartlomiej Moskal2022-09-091-0/+21
* Fix alias to inline component typeFabian Kosmale2022-09-082-0/+30
* Fix flaky tst_QQuickFileDialogImpl::goUpIntoLargeFolder testMitch Curtis2022-09-081-8/+11
* V4: Account for the guard pages when allocating stack spaceUlf Hermann2022-09-071-2/+0
* StackLayout: Do not set size of children to (-1, -1)Jan Arve Sæther2022-09-061-0/+50
* Engine: Fix handling of attached objects in function callsFabian Kosmale2022-09-023-0/+37
* Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-09-022-1/+125
* PinchHandler: Enforce min/max scale limits with native gesturesShawn Rutledge2022-09-022-19/+26
* Integrate property binding evaluation fix from qtbaseFabian Kosmale2022-09-022-0/+42
* Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping and nestedHeikki Halmet2022-09-011-0/+2
* QmlCompiler: Prevent lookup of value type where we need an object typeUlf Hermann2022-08-313-0/+28
* Transition: properly remove QPropery based bindingsFabian Kosmale2022-08-302-0/+44
* tst_qquickmenu: Take into account menu margins when checking coordinatesDoris Verria2022-08-301-4/+4
* Fix bad rendering after text selectionShawn Rutledge2022-08-272-0/+94
* 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
* Fix scroll bars not showing up when binding to standalone contentItemMitch Curtis2022-08-171-0/+47
* PinchArea: fix pinches being stolen when in PathViewMitch Curtis2022-08-162-0/+137
* qmlformat: Preserve variable declaration scope typeFabian Kosmale2022-08-113-0/+19
* JSON: Properly handle bad objects in JSON.stringify()Ulf Hermann2022-08-071-0/+40
* Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-042-0/+28
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-034-13/+129
* tst_qquickpopup: Fix child button positionDoris Verria2022-08-032-2/+11
* tst_qquickpopup: Fix click position and wait for transitions to finishDoris Verria2022-07-281-1/+2
* ScrollView: ignore filtered wheel events when wheelEnabled is falseMitch Curtis2022-07-281-1/+45
* V4: Allow conversion from string to QByteArray when setting bindablesUlf Hermann2022-07-282-0/+37
* tst_qquickpincharea: fix signal handler parameter injection warningMitch Curtis2022-07-281-3/+3
* tst_qquickmenu: Unblacklist some test cases on macOSDoris Verria2022-07-272-11/+17
* QQmlListAccessor: Accept QQmlListPropertyUlf Hermann2022-07-273-0/+29
* Blacklist flaky tst_QQuickListView2::flickDuringFlicking test on macOSMitch Curtis2022-07-261-1/+1
* tst_QQuickListView2::flickDuringFlicking: improve failure messageMitch Curtis2022-07-261-1/+3
* Add 'override' keyword to fix build warningsJiDe Zhang2022-07-262-2/+2
* Fix extension lookup in QQmlJSScopeAndrei Golubev2022-07-255-10/+192
* tst_qquickmenu: Fix click position and wait for menu opened() signalDoris Verria2022-07-222-5/+9
* Qml: When cloning a stack frame, also clone its instruction pointerUlf Hermann2022-07-221-1/+1
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-2117-19/+65
* tst_qqmlfileselector::applicationEngineTest: do not use deprecated APIIvan Solovev2022-07-191-10/+4
* Avoid qWaitForWindowActivated() in tst_qquickpathviewUlf Hermann2022-07-181-53/+19