aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-103-1/+39
* Support namespaced QML_ELEMENTMaximilian Goldstein2020-12-102-1/+17
* Fix IC properties in same fileFabian Kosmale2020-12-102-0/+12
* qqmlistmodel: Fix crash when modelCache is nullMaximilian Goldstein2020-12-081-0/+22
* 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
* 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
* 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
* Replace some more foreach with ranged forVolker Hilsheimer2020-11-301-1/+1
* 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
* 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
* qmlformat: Add indent optionsMaximilian Goldstein2020-11-243-39/+343
* qmltyperegistrar: Expose interface informationMaximilian Goldstein2020-11-232-0/+30
* qqml.h: Add QML_IMPLEMENTS_INTERFACESMaximilian Goldstein2020-11-232-15/+4
* qmllint: Check qmltypes files in import path for validityUlf Hermann2020-11-221-1/+22
* qmllint: Don't crash when importing ES modulesUlf Hermann2020-11-203-0/+11
* tests: blacklist tst_QQmlImport::importPathOrder() on MSVCLiang Qi2020-11-201-0/+2
* tests: blacklist tst_qqmltimer::restartWhenEventPosted() on MSVCLiang Qi2020-11-201-0/+2