aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* tst_qquickitemlayer: skip tests when running on offscreen platformSamuli Piippo2021-02-051-12/+40
* tst_qquickdesignersupport: blacklist tests that segfault on QEMUSamuli Piippo2021-02-051-0/+7
* Make the internals of QQuickAnimatorController privateUlf Hermann2021-02-021-0/+4
* Expose the list of preferred instance extensions to rendercontrol usersLaszlo Agocs2021-01-211-0/+2
* tst_qquickloader: Make message matching less stringentFabian Kosmale2021-01-201-1/+1
* QQmlComponentPrivate::setInitialProperties: Do not silently swallow exceptionsFabian Kosmale2021-01-183-1/+23
* Update hovered on disabled QQuickItemsAllan Sandfeld Jensen2021-01-181-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-1590-1375/+0
* Change QQuickShortcut::setSequences to bind to all sequencesAndreas Buhr2021-01-151-17/+106
* Flickable: ignore trackpad events with px deltas in disallowed directionShawn Rutledge2021-01-152-0/+113
* QuickLayouts: fix crash when layout width depends on parent widthIvan Solovev2021-01-151-0/+37
* Do not revert properties of deleted objectsAlexey Edelev2021-01-142-0/+116
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-142-0/+33
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-131-0/+44
* Blacklist failing tests for QEMU ARMv7Samuli Piippo2021-01-073-0/+12
* Refactor QQuickTextInput test to use QKeyCombinationVolker Hilsheimer2020-12-101-75/+35
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-104-3/+9
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-0/+43
* Blacklist testTransitionsWithImplicitFrom on openSUSE againLiang Qi2020-12-081-1/+1
* QML engine: Deprecate DefaultMethodFabian Kosmale2020-12-031-1/+3
* Un-blacklist tst_TouchMouse::hoverEnabledShawn Rutledge2020-12-011-3/+0
* Blacklist testTransitionsWithImplicitFrom on openSUSELiang Qi2020-12-011-0/+1
* Blacklist testTransitionsWithImplicitFrom on Ubuntu 20.04Fabian Kosmale2020-12-011-0/+3
* Relax the timings on the new testTransitionWithImplicitFrom testRobert Griebl2020-11-301-6/+6
* Allow parent to filter out-of-bounds synth-mouse for grabbing handlerShawn Rutledge2020-11-305-40/+54
* Speed up tst_FlickableInterop::touchAndDragHandlerOnFlickableShawn Rutledge2020-11-296-0/+54
* Fix Animators requiring an explicit from valueRobert Griebl2020-11-284-4/+142
* Modernize the Animators auto test buildRobert Griebl2020-11-282-10/+12
* Correct height properties for QQuickText with reducing lineHeightReinhard Raschbauer2020-11-261-2/+16
* Purge renderpass refs from renderer when redirecting via QRhiRtLaszlo Agocs2020-11-241-1/+32
* Attempt to stabilize tst_QQuickListView::sectionsSnapShawn Rutledge2020-11-242-4/+2
* Fix qmake build of tst_qquickview_extraAndrei Golubev2020-11-242-0/+4
* Don't deliver to non-grabbing pointerhandlers if a point is grabbedShawn Rutledge2020-11-231-4/+0
* Fix QML property cache leaks of delegate itemsAndrei Golubev2020-11-235-0/+156
* Fix multipointtoucharea_interop testsShawn Rutledge2020-11-232-19/+15
* Fix tst_TapHandler::componentUserBehavioralOverrideShawn Rutledge2020-11-232-4/+2
* Fix tst_PointHandler::pressedMultipleButtonsShawn Rutledge2020-11-232-7/+7
* Fix compiler warningsVolker Hilsheimer2020-11-231-15/+15
* tst_qquicktextinput: Do not construct illegal QCharFabian Kosmale2020-11-231-4/+17
* Clean up and un-blacklist tst_QQuickMouseArea testsShawn Rutledge2020-11-202-436/+251
* Un-blacklist tests that grafana says are passingShawn Rutledge2020-11-202-6/+0
* tests: blacklist tst_QQuickGridView::snapToRow() and snapOneRow() on MSVCLiang Qi2020-11-201-0/+3
* tests: blacklist tst_qquicktext::contentSize() on MSVCLiang Qi2020-11-201-0/+1
* QML Text doesn't reset lineCount when text is emptyShinichi Okada2020-11-201-0/+37
* Fix tst_QQuickMouseArea::notPressedAfterStolenGrab againShawn Rutledge2020-11-193-5/+6
* Stop ungrabbing due to FocusAboutToChangeShawn Rutledge2020-11-181-2/+0
* tst_ma::pressedCanceledOnWindowDeactivate: don't pop up second windowShawn Rutledge2020-11-182-13/+2
* Use metatype and remove unused variableDavid Skoland2020-11-182-4/+1
* Fix tests that used out-of-context mouse grabsShawn Rutledge2020-11-173-9/+8
* Clean up tst_TouchMouseShawn Rutledge2020-11-171-424/+358