aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Expose getter and setter names of C++ classes in qmltypes filesFabian Kosmale2021-01-292-2/+9
* V4: Store instruction pointer before CmpInUlf Hermann2021-01-271-0/+13
* Make the nameFilters test resilient to file system changesVolker Hilsheimer2021-01-262-4/+4
* QmlCompiler: Return after importing a scriptUlf Hermann2021-01-263-0/+9
* qmllint: Complain if member access check fails for namespaced typesUlf Hermann2021-01-262-0/+9
* QQmlJSTypeReader: Guard against empty JS filesUlf Hermann2021-01-263-0/+10
* qmltyperegistrar: Make sure we have metatypes for all QML typesUlf Hermann2021-01-255-0/+150
* QQmlPropertyBinding: improve error reportingFabian Kosmale2021-01-256-0/+118
* QJSEngine: Add a function to throw a pre-generated error objectUlf Hermann2021-01-221-2/+4
* qmllint: Fix auto-importing of qmltypes from same directoryUlf Hermann2021-01-213-0/+27
* Avoid memory leaks in QSequentialAnimationGroupJob testUlf Hermann2021-01-211-4/+9
* qmllint: Remove exceptions for most unknown builtinsUlf Hermann2021-01-211-0/+2
* Use new QObjectPrivate connection mechanism in dynamic connectionsAndrei Golubev2021-01-213-0/+105
* qmllint: Support extended typesUlf Hermann2021-01-201-2/+0
* QML_SINGLETON: Handle local create() functions with foreign typesMaximilian Goldstein2021-01-203-0/+48
* Blacklist tst_qquickfolderlistmodel::nameFilters on macOsFabian Kosmale2021-01-201-0/+1
* qmllint: Skip failing testsFabian Kosmale2021-01-201-0/+2
* Add support for extended types to qmltyperegistrarUlf Hermann2021-01-182-2/+4
* QML engine: Fix writing function to property through aliasFabian Kosmale2021-01-182-0/+23
* Remove the qmake project filesFabian Kosmale2021-01-15146-1930/+0
* QQmlComponent: Avoid crash when setting initial properties in JS moduleFabian Kosmale2021-01-154-0/+31
* ListModel: Fix move handling in syncFabian Kosmale2021-01-135-0/+361
* Add a freeze() method to QQmlPropertyMapUlf Hermann2021-01-131-0/+21
* Remove QQmlCleanupUlf Hermann2021-01-131-1/+1
* QQmlPropertyMap: Add a method to insert multiple values at onceUlf Hermann2021-01-131-1/+59
* QQmlListReference: Allow construction from a QVariantUlf Hermann2021-01-121-0/+22
* QJSManagedValue: Allow retrieving and instantiating JS metatypesUlf Hermann2021-01-122-0/+38
* QJSManagedValue: Allow array access to stringsUlf Hermann2021-01-122-0/+26
* Cache static compilation unitsUlf Hermann2021-01-121-30/+98
* tst_qqmllocale: blacklist timezone test on 32bit linuxSamuli Piippo2021-01-121-0/+2
* qqmlengine: Fix crash when encountering bad singletonsMaximilian Goldstein2021-01-114-0/+43
* Fix warning and assert when removing items from groupsMaximilian Goldstein2021-01-112-0/+48
* Avoid crash for deep aliasesMaximilian Goldstein2021-01-113-0/+16
* Correct #if-ery in QML locale's time-zone update testEdward Welbourne2021-01-081-7/+11
* Make timeZoneUpdated.qml say what went wrong on failureEdward Welbourne2021-01-081-19/+73
* QJSManagedValue: Add JavaScript 'function' typeUlf Hermann2021-01-071-20/+20
* tst_qqmlenginecleanup::test_customModuleCleanup(): Add error outputFriedemann Kleint2021-01-041-2/+10
* 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
* qqmltypeloader: Fix plugin not loading on MinGWMaximilian Goldstein2020-12-101-1/+1