aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* correctly export qQmlResolveImportPaths()Fawzi Mohamed2021-09-101-1/+3
* Fix warnings/errors from changes to paths in chapter6-plugins exampleCraig Scott2021-09-101-6/+4
* Document chnaged behavior of url propertiesUlf Hermann2021-09-101-25/+5
* Fix generation of names in qmldir filesUlf Hermann2021-09-091-2/+12
* CMake: Use modified target name as base name for internal qml pluginsAlexandru Croitor2021-09-081-7/+19
* Add all qml debug translation fixes and functionalities from 5.15Tuomo Pelkonen2021-09-081-2/+4
* Avoid to build the debug executable of qmlcachegen in multi-config buildLi Xinwei2021-09-071-2/+10
* Allow type conversions in storeNameSloppy()Ulf Hermann2021-09-071-2/+13
* Check setter == setLookup when retrieving lookup metatypeUlf Hermann2021-09-071-1/+2
* Fix top level builds failing with AUTOMOC-related missing moc exeCraig Scott2021-09-071-0/+1
* Use value type providers in metaTypeFromJSUlf Hermann2021-09-061-19/+9
* Fix broken doc link to Qt Quick DesignerCraig Scott2021-09-061-2/+2
* Add "As" function to symbol tableUlf Hermann2021-09-061-0/+1
* Add documentation for qt_import_qml_plugin()Craig Scott2021-09-062-6/+28
* Fix OUTPUT_TARGETS not being set in parent scope in all casesCraig Scott2021-09-061-1/+9
* Revert "Ensure versionless wrappers do not introduce a new variable scope"Craig Scott2021-09-061-8/+8
* Doc: Clarify PAST_MAJOR_VERSIONS and "auto" versionUlf Hermann2021-09-031-8/+31
* Allow plugins to be optional if they have no backing targetUlf Hermann2021-09-032-7/+1
* Doc: Fix documentation warnings in qtdeclarativeTopi Reinio2021-09-031-1/+1
* Fix top level builds where AUTOMOC_EXECUTABLE was unset on some targetsCraig Scott2021-09-031-1/+2
* Doc: try to make "on" syntax more discoverableMitch Curtis2021-09-022-0/+4
* Remove unnecessary repeat of applying Android arch suffixCraig Scott2021-09-011-4/+0
* Ensure versionless wrappers do not introduce a new variable scopeCraig Scott2021-09-011-8/+8
* Fix top-level developer buildJoerg Bornemann2021-08-311-1/+1
* Catch using the same output directory for different QML modulesCraig Scott2021-08-311-0/+18
* Doc: Remove \versionlessNote qdoc macroJoerg Bornemann2021-08-305-6/+4
* Add documentation for qt_target_qml_sources()Craig Scott2021-08-308-77/+223
* Rename source property to QT_QML_SOURCE_VERSIONSCraig Scott2021-08-301-2/+20
* Remove statement that ${target}_qmllint isn't part of the ALL targetCraig Scott2021-08-301-4/+3
* Protect unregisterInternalCompositeType() against null metatype dataUlf Hermann2021-08-301-5/+7
* Allow qt6_target_qml_sources() to be called with just resourcesCraig Scott2021-08-301-2/+2
* Use <major>.0 as default version for QML filesUlf Hermann2021-08-271-5/+22
* CMake: Set up extra dependencies for qml static pluginsAlexandru Croitor2021-08-272-0/+133
* Clean up arguments qt6_import_qml_plugins() passes to qmlimportscannerCraig Scott2021-08-251-10/+5
* Document that AUTOMOC should be enabled for qt_add_qml_module() targetCraig Scott2021-08-251-0/+8
* CMake: Be more specific about backing target linkage for a qml pluginAlexandru Croitor2021-08-251-1/+3
* Make qt6_qml_type_registration() internalCraig Scott2021-08-251-8/+14
* Respect plugin output name when applying Android-specific prefixesAlexey Edelev2021-08-251-10/+18
* Fix importing of QML modules in AndroidAlexey Edelev2021-08-241-13/+15
* Disallow alias property and normal property having the same nameFabian Kosmale2021-08-241-1/+12
* Document Application singletonFabian Kosmale2021-08-241-120/+2
* Document that clearComponentCache() does not clear existing objectsUlf Hermann2021-08-201-0/+10
* Allow QML plugin's CMake target name to be specified for qmldir fileCraig Scott2021-08-204-20/+77
* doc/interactqmlfromcpp: Add recommended way to do C++ / QML interactionMaximilian Goldstein2021-08-201-0/+82
* Allow import of modules with only C++ types built into the binaryUlf Hermann2021-08-192-2/+7
* CMake: Don't install metatypes json files for user qml modulesAlexandru Croitor2021-08-182-2/+17
* CMake: Remove dead example-specific metatypes installation codeAlexandru Croitor2021-08-182-19/+0
* CMake: Fix building app qml modules on iOS with CMake and XcodeAlexandru Croitor2021-08-181-0/+11
* Avoid querying the file system for qmldir files for locked modulesUlf Hermann2021-08-186-36/+69
* Update documentation of qt_add_qml_module() to reflect recent changesCraig Scott2021-08-182-17/+55