aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* QQmlPropertyCache: use more efficient addProperty overloadFabian Kosmale2021-01-251-1/+2
* Don't register invalid metatypes in QQmlMetaTypeDataUlf Hermann2021-01-251-5/+0
* Move qmlRegisterUncreatableMetaObject to qqml.cppUlf Hermann2021-01-252-34/+33
* QQmlPropertyBinding: improve error reportingFabian Kosmale2021-01-253-7/+77
* QAnimationGroupJob: Don't call virtual functions from dtorUlf Hermann2021-01-222-23/+42
* Export QML and Quick value typesUlf Hermann2021-01-221-8/+8
* QJSEngine: Add a function to throw a pre-generated error objectUlf Hermann2021-01-222-0/+15
* fix no translation buildTim Jenssen2021-01-211-0/+2
* Use new QObjectPrivate connection mechanism in dynamic connectionsAndrei Golubev2021-01-211-2/+18
* Doc: Change section about writing a qmltypes fileUlf Hermann2021-01-201-102/+8
* QML_SINGLETON: Handle local create() functions with foreign typesMaximilian Goldstein2021-01-202-21/+34
* QQmlComponentPrivate::setInitialProperties: Do not silently swallow exceptionsFabian Kosmale2021-01-181-2/+2
* QML engine: Fix writing function to property through aliasFabian Kosmale2021-01-181-1/+18
* Build fixes for GCC 11Ville Voutilainen2021-01-181-2/+2
* Remove the qmake project filesFabian Kosmale2021-01-1520-766/+0
* Move QtObject out of the QV4 namespaceUlf Hermann2021-01-151-21/+22
* QQmlComponent: Avoid crash when setting initial properties in JS moduleFabian Kosmale2021-01-151-1/+2
* exposecppattributes.qdoc: Warn about aliasesMaximilian Goldstein2021-01-141-0/+23
* Add a freeze() method to QQmlPropertyMapUlf Hermann2021-01-134-9/+39
* Remove QQmlCleanupUlf Hermann2021-01-1312-238/+8
* QQmlPropertyMap: Add a method to insert multiple values at onceUlf Hermann2021-01-134-14/+94
* QQmlPropertyMap: Check validity of keys only onceUlf Hermann2021-01-131-9/+2
* Add a -i <qmltypes> option to qmlcachegenUlf Hermann2021-01-121-0/+5
* QQmlListReference: Allow construction from a QVariantUlf Hermann2021-01-122-0/+37
* QJSManagedValue: Allow retrieving and instantiating JS metatypesUlf Hermann2021-01-122-1/+109
* Make QQmlImport::removeDynamicPlugin() saferUlf Hermann2021-01-121-28/+24
* QJSManagedValue: Allow array access to stringsUlf Hermann2021-01-121-0/+13
* Cache static compilation unitsUlf Hermann2021-01-123-12/+61
* masm: Add error handling for failed mprotect()Ulf Hermann2021-01-124-4/+6
* Remove QQmlCleanup from QQmlScriptDataUlf Hermann2021-01-122-26/+1
* Pass a more comprehensive context to AOT-compiled functionsUlf Hermann2021-01-114-8/+31
* QJSManagedValue: Silence some static analysis warningsUlf Hermann2021-01-111-2/+7
* qqmlengine: Fix crash when encountering bad singletonsMaximilian Goldstein2021-01-111-0/+6
* Avoid crash for deep aliasesMaximilian Goldstein2021-01-111-0/+4
* CMake: Encode target name into foreign_types.txt fileUlf Hermann2021-01-111-1/+1
* QJSManagedValue: Add JavaScript 'function' typeUlf Hermann2021-01-072-11/+13
* Doc: Fix typos ECMA-26 and boolean value quotingNico Vertriest2021-01-071-3/+3
* Fix EngineBase::globalObject being misalignedMaximilian Goldstein2021-01-061-1/+3
* Doc: Fix broken QDoc markupPaul Wicking2021-01-051-2/+2
* CMake: Make error in defer qmldir file generation more verboseAlexey Edelev2021-01-041-0/+5
* Implement command for running qmllint on targetMaximilian Goldstein2021-01-041-2/+16
* definetypes.qdoc: Add note about include path prefixesMaximilian Goldstein2021-01-041-0/+1
* QJSValue: Add a toPrimitive() methodUlf Hermann2020-12-192-0/+34
* QJSManagedValue: Throw an exception when trying to call a non-callableUlf Hermann2020-12-191-3/+18
* QJSPrimitiveValue: Add a toVariant() method and ctor from QVariantUlf Hermann2020-12-181-0/+42
* Add a QJSManagedValueUlf Hermann2020-12-1813-65/+1374
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-1815-59/+1099
* QML: Fix proxy iterationFabian Kosmale2020-12-171-2/+6
* JIT: When making memory writable, include the exception handlerUlf Hermann2020-12-173-6/+22
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-169-13/+13