aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Inline most of QQmlTypeLoaderQmldirContentUlf Hermann2021-03-052-59/+10
* QQmlPropertyCache: Optimize layout to avoid paddingFabian Kosmale2021-03-052-9/+9
* Remove QQmlMetaType::isQObjectFabian Kosmale2021-03-052-9/+0
* Remove QQmlEnginePrivate::isQObjectFabian Kosmale2021-03-052-7/+0
* Simplify QQmlPropertyData::flagsForProperty; remove typeCategoryFabian Kosmale2021-03-055-41/+0
* QQmlEnginePrivate: remove functions that only forward to QQmlMetaTypeFabian Kosmale2021-03-057-26/+9
* QV4Engine: remove redundant checkFabian Kosmale2021-03-051-6/+1
* Log errors in QQmlComponentAndrei Golubev2021-03-051-0/+9
* Add a "prefer" directive to qmldirUlf Hermann2021-03-046-2/+63
* CMake: Pass import paths to qmlcachegen and qmllintUlf Hermann2021-03-041-11/+20
* Engine: Cleanup method argument passingFabian Kosmale2021-03-0410-76/+81
* QQmlData: Remove parentChanged codeFabian Kosmale2021-03-042-30/+3
* QQmlData: add documentationFabian Kosmale2021-03-041-0/+11
* QQmlData: Remove QML 1 related codeFabian Kosmale2021-03-042-3/+2
* Port QQmlBindPrivate to QQmlAnyBindingFabian Kosmale2021-03-041-31/+9
* Introduce QQmlAnyBinding as an abstraction over bindingsFabian Kosmale2021-03-045-1/+460
* QQmlProperty: add method to query bindabilityFabian Kosmale2021-03-042-0/+16
* Remove unused QBitField classFabian Kosmale2021-03-045-171/+0
* qqmlvme: remove dead codeFabian Kosmale2021-03-042-28/+0
* QQmlIncubator: handle clear inside setinitialStateFabian Kosmale2021-03-041-1/+1
* qqmlapplicationengine: Handle errors during component creationMaximilian Goldstein2021-03-041-0/+8
* QQmlPropertyCache: remove dead memberFabian Kosmale2021-03-032-3/+0
* Equalize signal handlers between runtime and AOT compilationAndrei Golubev2021-03-022-47/+3
* CMake: Remove INSTALL_QML_FILES optionUlf Hermann2021-03-022-18/+1
* QQmlImport: Fix naming of qmldir locationUlf Hermann2021-03-013-16/+10
* QQmlImport: Don't cache localDirectoryPathUlf Hermann2021-03-012-4/+6
* QML engine: Handle const QObject pointer correctlyFabian Kosmale2021-03-012-3/+29
* QML engine internals: Do not require mutable QObject pointerFabian Kosmale2021-02-285-12/+10
* Fix the argument removal in qt_internal_add_qml_moduleUlf Hermann2021-02-281-1/+3
* CMake: Prepend "singleton" to any version of singleton QML filesUlf Hermann2021-02-261-4/+3
* QQmlPrivate: Check for frame before setting instruction pointerUlf Hermann2021-02-261-1/+2
* Use the correct metaObject in captureProperty()Ulf Hermann2021-02-261-23/+31
* QJSManagedValue: Throw TypeErrors when accessing null or undefinedUlf Hermann2021-02-251-1/+12
* Add finalizer to call qt6_import_qml_plugins() automaticallyCraig Scott2021-02-242-0/+24
* qmlcachegen: Accept both --resource and --resource-pathUlf Hermann2021-02-231-1/+5
* Print encountered errors from QQmlTypeData::done()Andrei Golubev2021-02-231-1/+5
* Rename SignalHandlerConverter to SignalHandlerResolverAndrei Golubev2021-02-232-14/+15
* CMake: Handle the case of QML resources in the BINARY directoryJarkko Koivikko2021-02-231-1/+6
* QQmlPropertyBinding: fix forward declarationFabian Kosmale2021-02-221-1/+1
* Fix QJSValue singletons only supporting object typesMaximilian Goldstein2021-02-222-8/+20
* QQmlImportDatabase: Make sure the newly added import path be firstJaeyoon Jung2021-02-221-3/+6
* QQmlMetaObject::methodParameterTypes: Get metatype directlyFabian Kosmale2021-02-191-58/+9
* metaTypeToJS: use QMetaType instead of idFabian Kosmale2021-02-197-11/+11
* QQmlMetaObject::methodReturnType: provide metatypeFabian Kosmale2021-02-193-25/+11
* QV4::populateJSCallArguments: Use v4->metaTypeToJSFabian Kosmale2021-02-194-25/+5
* QML: Make retrieval of a signal name from a handler accessibleUlf Hermann2021-02-193-18/+28
* QV4QObjectWrapper: handle bindable propertiesFabian Kosmale2021-02-193-14/+102
* QQmlProperty: document propertyMetaTypeFabian Kosmale2021-02-191-2/+9
* QQmlProperty: use new findAlias target overloadFabian Kosmale2021-02-191-4/+4
* QQmlObjectCreator: Use new findAliasTarget overloadFabian Kosmale2021-02-191-11/+9