aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix lookup of existing inline components by nameUlf Hermann2021-02-191-1/+1
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-121-0/+1
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-101-1/+1
* Return errors if validation of inline components failsUlf Hermann2021-02-081-1/+3
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-031-0/+7
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-011-1/+2
* Move implementation of functions declared in qqml.h into qqml.cppUlf Hermann2021-01-292-74/+76
* QML value types: Properly apply the QML_EXTENDED trick everywhereUlf Hermann2021-01-291-0/+5
* fix not initialized enum error valueTim Jenssen2021-01-261-1/+1
* Allow AOT compiled functions to set the instruction pointerUlf Hermann2021-01-262-2/+8
* qmltyperegistrar: Make sure we have metatypes for all QML typesUlf Hermann2021-01-251-0/+24
* 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
* Export QML and Quick value typesUlf Hermann2021-01-221-8/+8
* fix no translation buildTim Jenssen2021-01-211-0/+2
* 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
* Remove the qmake project filesFabian Kosmale2021-01-153-228/+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
* Add a freeze() method to QQmlPropertyMapUlf Hermann2021-01-132-9/+22
* Remove QQmlCleanupUlf Hermann2021-01-1310-236/+8
* QQmlPropertyMap: Add a method to insert multiple values at onceUlf Hermann2021-01-132-14/+63
* QQmlListReference: Allow construction from a QVariantUlf Hermann2021-01-122-0/+37
* Make QQmlImport::removeDynamicPlugin() saferUlf Hermann2021-01-121-28/+24
* Remove QQmlCleanup from QQmlScriptDataUlf Hermann2021-01-122-26/+1
* Pass a more comprehensive context to AOT-compiled functionsUlf Hermann2021-01-113-5/+25
* qqmlengine: Fix crash when encountering bad singletonsMaximilian Goldstein2021-01-111-0/+6
* Avoid crash for deep aliasesMaximilian Goldstein2021-01-111-0/+4
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-165-5/+5
* qqmltypeloader: Allow pluginless qmldir + declarative type registrationFabian Kosmale2020-12-151-1/+9
* QQmlMetaType: Remove lists setFabian Kosmale2020-12-112-6/+6
* QQmlMetaType: Get rid of objectsFabian Kosmale2020-12-112-9/+6
* Clean up (QQmlEnginePrivate|QQmlMetaType)::toQObjectFabian Kosmale2020-12-112-9/+2
* Respect QML_DISABLE_DISK_CACHE also for caches built into the binaryUlf Hermann2020-12-101-5/+8
* Support namespaced QML_ELEMENTMaximilian Goldstein2020-12-101-2/+9
* Fix IC properties in same fileFabian Kosmale2020-12-104-3/+37
* Doc: Fix occurrences of \Q_OBJECT in code snippetsTopi Reinio2020-12-083-73/+12
* Allow the QML console methods to be called from outside JSUlf Hermann2020-12-071-3/+4
* QML engine: Fix binding setupFabian Kosmale2020-12-031-2/+2
* QML engine: Deprecate DefaultMethodFabian Kosmale2020-12-031-1/+7
* Simplify QQmlPropertyCache::isDynamicMetaObjectFabian Kosmale2020-12-031-1/+1
* QQmlValueTypeFactory: remove bespoke Qt type cacheFabian Kosmale2020-12-031-37/+21
* QQmlPropertyCache: Remove unused copyAndAppend overloadFabian Kosmale2020-12-032-13/+0
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-0315-71/+83
* Fix documentation for qmlInfo, qmlDebug and qmlWarningAndreas Buhr2020-12-021-18/+15
* Let AOT-compiled functions modify their argumentsUlf Hermann2020-12-021-1/+1
* Remove the property cache from QQmlValueTypeWrapperLars Knoll2020-12-022-105/+118