aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tst_qqmlenginecleanup::test_customModuleCleanup(): Add error outputFriedemann Kleint2021-01-041-2/+10
* Fix compilation warning in lancelot testEirik Aavitsland2020-12-281-1/+1
* Extend blacklisting of tst_QQmlImport::importPathOrder to MinGWTony Sarajärvi2020-12-281-0/+1
* Blacklist qqmlenginecleanup::test_customModuleCleanup() for MinGWFriedemann Kleint2020-12-231-0/+2
* QJSValue: Add a toPrimitive() methodUlf Hermann2020-12-192-0/+48
* QJSManagedValue: Throw an exception when trying to call a non-callableUlf Hermann2020-12-191-12/+29
* QJSPrimitiveValue: Add a toVariant() method and ctor from QVariantUlf Hermann2020-12-181-0/+40
* Add a QJSManagedValueUlf Hermann2020-12-188-0/+1906
* ecmascript tests: Also raise timeout when built with cmakeUlf Hermann2020-12-181-0/+4
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-186-0/+249
* QML: Fix proxy iterationFabian Kosmale2020-12-172-0/+39
* 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