aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Use __qt_internal_propagate_object_library to propagate object librariesAlexey Edelev2021-06-211-51/+4
* CMake: Allow using an existing target as a backing targetAlexandru Croitor2021-06-181-5/+3
* CMake: Adjust QML plugin class name auto-computingAlexandru Croitor2021-06-182-11/+22
* Remove old configure-related filesJoerg Bornemann2021-06-172-391/+0
* Add more links to QJSEngine's ownership documentationFabian Kosmale2021-06-171-1/+10
* Fix conversion of entries to be added to QVariantListsUlf Hermann2021-06-171-4/+6
* Avoid undefined behavior in the JITUlf Hermann2021-06-171-5/+5
* Doc: Fix QDoc warnings qtdeclarativeNico Vertriest2021-06-172-0/+9
* Add RESOURCES argument to qt_add_qml_moduleUlf Hermann2021-06-162-5/+11
* Install .qml files from source dir and honor their resource aliasCraig Scott2021-06-162-14/+19
* CMake: Remove compatibility functionsAlexandru Croitor2021-06-161-11/+0
* Avoid UB in qjsnumbercoercion.hUlf Hermann2021-06-161-1/+5
* Allow AOT functions to signal an undefined result via the contextUlf Hermann2021-06-165-2/+17
* Fix AOT-lookup of values in value typesUlf Hermann2021-06-141-2/+2
* Handle AOT functions returning QVariant in bindingsUlf Hermann2021-06-141-7/+16
* Handle half-deleted scope objects in AOT lookupsUlf Hermann2021-06-141-4/+9
* Handle objects without QQmlData and objects being deleted in AOT lookupsUlf Hermann2021-06-121-16/+81
* Pass the --resource argument to qmlcachegenCraig Scott2021-06-091-2/+13
* Allow property observers on readonly propertiesUlf Hermann2021-06-083-13/+27
* Remove pointless evaluate() methodUlf Hermann2021-06-082-25/+1
* Fix invocation of qmlcachegenUlf Hermann2021-06-081-3/+3
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-0811-17/+17
* QQmlBinding: provide setTarget overload without QQmlPropertyDataAndrei Golubev2021-06-072-3/+8
* Don't allocate QStringList to compare first elementFabian Kosmale2021-06-071-1/+1
* CMake: Allow using existing backing target for a new qml moduleAlexandru Croitor2021-06-041-19/+34
* Refactor and update qml CMake APICraig Scott2021-06-044-917/+1579
* Support binding creation from QMetaType of propertyAndrei Golubev2021-06-034-5/+37
* Add QML_EXTRA_VERSION for adding extra QML versionsFabian Kosmale2021-06-024-6/+39
* Reject overrides of final properties (and potentially methods)Ulf Hermann2021-06-025-31/+85
* Do QMetaType-style call in QQmlPropertyBinding::evaluateUlf Hermann2021-06-025-30/+82
* Allow value type conversion in metaTypeFromJSUlf Hermann2021-06-021-3/+7
* Avoid some metatype/id ping pongUlf Hermann2021-06-021-3/+3
* Doc: Fix documentation issuesTopi Reinio2021-06-021-4/+6
* Document handling signals with parameters in QMLFabian Kosmale2021-05-281-1/+52
* QV4StackFrame: Fix ubsan warningFabian Kosmale2021-05-281-1/+3
* Fix build without library configurationJanne Koskinen2021-05-281-1/+3
* Clarify ambiguous Object to be one under V4Janne Koskinen2021-05-281-1/+1
* Fix type to be correct in calling Q_ALLOCA_DECLAREJanne Koskinen2021-05-271-1/+1
* Evaluate type assertions in QMLUlf Hermann2021-05-2611-24/+86
* Reference Q(Date|Time)+ format docs instead of duplicatingEdward Welbourne2021-05-261-80/+6
* Restrict types from unversioned imports only by major versionUlf Hermann2021-05-261-1/+1
* Unconditionally require std::make_uniqueFabian Kosmale2021-05-253-56/+0
* Revert "Do QMetaType-style call in QQmlPropertyBinding::evaluate"Ivan Solovev2021-05-255-82/+30
* QQmlObjectCreator: Avoid atomic operationsFabian Kosmale2021-05-204-9/+9
* Do QMetaType-style call in QQmlPropertyBinding::evaluateUlf Hermann2021-05-205-30/+82
* Use QHash instead of QMap for resolved typesFabian Kosmale2021-05-202-4/+14
* Add Q_ASSERT for _context pointer to pacify code checkerVolker Hilsheimer2021-05-201-2/+21
* Inline simple methods of QQmlPropertyBindingUlf Hermann2021-05-202-56/+57
* QML_DECLARE_TYPE: Do register type with normalized nameFabian Kosmale2021-05-191-1/+1
* Add a ParentProperty classinfo and use that to find parentsUlf Hermann2021-05-192-1/+33