aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Windows/MinGW: Fix qqmltimer warnings floodFriedemann Kleint2020-12-171-19/+6
* qqmltypeloader: Allow pluginless qmldir + declarative type registrationFabian Kosmale2020-12-155-0/+34
* qmlformat: Remove import sortingMaximilian Goldstein2020-12-117-285/+24
* Refactor QQuickTextInput test to use QKeyCombinationVolker Hilsheimer2020-12-101-75/+35
* qqmltypeloader: Fix plugin not loading on MinGWMaximilian Goldstein2020-12-101-1/+1
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-1019-23/+202
* Support namespaced QML_ELEMENTMaximilian Goldstein2020-12-102-1/+17
* Fix IC properties in same fileFabian Kosmale2020-12-102-0/+12
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-0/+43
* qqmlistmodel: Fix crash when modelCache is nullMaximilian Goldstein2020-12-081-0/+22
* Blacklist testTransitionsWithImplicitFrom on openSUSE againLiang Qi2020-12-081-1/+1
* QJSValue: Add toVariant() overload with conversion behaviorUlf Hermann2020-12-071-14/+69
* Allow checking for and catching errors from QJSEngineUlf Hermann2020-12-071-0/+14
* Allow the QML console methods to be called from outside JSUlf Hermann2020-12-072-0/+16
* Pointer manual test: double up flickablesWithHandlers.qmlShawn Rutledge2020-12-054-13/+25
* qv4qmlcontext: Fix bounded signal expressions when debuggingMaximilian Goldstein2020-12-041-3/+9
* tst_qqmlecmascript: Avoid memory leak on failureFabian Kosmale2020-12-031-3/+2
* QML engine: Fix binding setupFabian Kosmale2020-12-034-0/+33
* QML engine: Deprecate DefaultMethodFabian Kosmale2020-12-032-2/+6
* qmldom: DomItem and common APIFawzi Mohamed2020-12-035-0/+232
* QQmlPropertyCache: Remove unused copyAndAppend overloadFabian Kosmale2020-12-031-3/+3
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-3/+3
* Mark url as builtin typeUlf Hermann2020-12-022-0/+20
* Un-blacklist tst_TouchMouse::hoverEnabledShawn Rutledge2020-12-011-3/+0
* qmldom: Add Path and ErrorMessage to DomFawzi Mohamed2020-12-018-0/+409
* Blacklist testTransitionsWithImplicitFrom on openSUSELiang Qi2020-12-011-0/+1
* Blacklist testTransitionsWithImplicitFrom on Ubuntu 20.04Fabian Kosmale2020-12-011-0/+3
* Adjust toolsupport test to qtbase changeFabian Kosmale2020-12-011-1/+1
* 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
* Replace some more foreach with ranged forVolker Hilsheimer2020-11-301-1/+1
* 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
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-261-1/+1
* QJSValue: On toVariant() don't try to unwrap function objectsUlf Hermann2020-11-261-0/+15
* Improve stability of animated lancelot test sceneEirik Aavitsland2020-11-261-1/+1
* Allow retrieving an imported script from a QML contextUlf Hermann2020-11-251-0/+11
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-241-1/+30
* Purge renderpass refs from renderer when redirecting via QRhiRtLaszlo Agocs2020-11-241-1/+32
* qmlformat: Add indent optionsMaximilian Goldstein2020-11-243-39/+343
* 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
* qmldom: Start of the Qml Dom libraryFawzi Mohamed2020-11-238-0/+171
* 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