aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Fix dependencies between metatypes and qmltypesUlf Hermann2021-02-191-0/+1
* QJSPrimitiveValue: Implement modulo operatorUlf Hermann2021-02-191-0/+28
* QJSValue: Allow casting integers to enumsUlf Hermann2021-02-191-0/+8
* Fix lookup of existing inline components by nameUlf Hermann2021-02-191-1/+1
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-129-23/+85
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-126-11/+11
* Doc: Avoid unqualified lookup in the signals documentationUlf Hermann2021-02-121-2/+2
* QML: Warn about variables being used before their declarationUlf Hermann2021-02-124-13/+35
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-101-1/+1
* Doc: Update type registration flowchartUlf Hermann2021-02-093-0/+3
* Return errors if validation of inline components failsUlf Hermann2021-02-081-1/+3
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-052-9/+9
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-031-0/+7
* Fix Math.round edge-caseAllan Sandfeld Jensen2021-02-021-3/+6
* Add 'MANUAL_MOC_JSON_FILES' support by 'qt6_qml_type_registration'Alexey Edelev2021-02-021-1/+6
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-011-1/+2
* Fix cmake dependencies around qmltypes filesUlf Hermann2021-02-011-1/+8
* 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
* Doc: Describe QML_FOREIGN in "Defining QML Types from C++"Ulf Hermann2021-01-291-0/+26
* V4: Store instruction pointer before CmpInUlf Hermann2021-01-272-0/+2
* 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
* 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