aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Allow AOT functions to signal an undefined result via the contextUlf Hermann2021-06-162-0/+8
* 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
* Allow property observers on readonly propertiesUlf Hermann2021-06-083-13/+27
* Remove pointless evaluate() methodUlf Hermann2021-06-082-25/+1
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-089-13/+13
* QQmlBinding: provide setTarget overload without QQmlPropertyDataAndrei Golubev2021-06-072-3/+8
* Don't allocate QStringList to compare first elementFabian Kosmale2021-06-071-1/+1
* Support binding creation from QMetaType of propertyAndrei Golubev2021-06-034-5/+37
* Add QML_EXTRA_VERSION for adding extra QML versionsFabian Kosmale2021-06-023-6/+28
* Reject overrides of final properties (and potentially methods)Ulf Hermann2021-06-024-31/+71
* Do QMetaType-style call in QQmlPropertyBinding::evaluateUlf Hermann2021-06-022-18/+71
* Avoid some metatype/id ping pongUlf Hermann2021-06-021-3/+3
* Fix build without library configurationJanne Koskinen2021-05-281-1/+3
* Restrict types from unversioned imports only by major versionUlf Hermann2021-05-261-1/+1
* Revert "Do QMetaType-style call in QQmlPropertyBinding::evaluate"Ivan Solovev2021-05-252-71/+18
* QQmlObjectCreator: Avoid atomic operationsFabian Kosmale2021-05-204-9/+9
* Do QMetaType-style call in QQmlPropertyBinding::evaluateUlf Hermann2021-05-202-18/+71
* Inline simple methods of QQmlPropertyBindingUlf Hermann2021-05-202-56/+57
* QML_DECLARE_TYPE: Do register type with normalized nameFabian Kosmale2021-05-191-1/+1
* Resolve chicken/egg problem when initializing AOT lookupsUlf Hermann2021-05-181-2/+6
* Accept any QQmlListProperty in place of another as AOT lookup resultUlf Hermann2021-05-181-1/+4
* Accept QObject* base classes as types for results of AOT lookupsUlf Hermann2021-05-181-1/+26
* Make QDate handling consistent in its use of UTCEdward Welbourne2021-05-181-3/+3
* Require intended types for setting up AOT lookupsUlf Hermann2021-05-182-44/+72
* Be more lenient about property caches when doing AOT lookupsUlf Hermann2021-05-171-4/+12
* QQmlProperty: Implement DontRemoveBinding support for QPropertyFabian Kosmale2021-05-121-0/+19
* Remove special casing of AOT functions from QQmlPropertyBinding::createUlf Hermann2021-05-121-35/+0
* QQmlAnyBinding: Honor interceptors if and only if requestedFabian Kosmale2021-05-121-2/+7
* QQmlEngine::executeRuntimeFunction: pass return value as input argumentAndrei Golubev2021-05-112-22/+25
* Remove duplicate declaration of QVariantMapUlf Hermann2021-05-111-1/+0
* Apply constant binding removal optimization to QProperty bindingsFabian Kosmale2021-05-103-1/+37
* QV4: Store method constness in QQmlPropertyDataFabian Kosmale2021-05-102-14/+15
* V4: Write back value type references after function callsUlf Hermann2021-05-052-47/+42
* QQmlPropertyValueInterceptor: Add binding interception supportFabian Kosmale2021-05-044-5/+28
* Provide an AOT variant of StoreNameSloppyUlf Hermann2021-05-032-0/+14
* Remove caching of recursive AOT context lookupsUlf Hermann2021-04-301-25/+24
* Redesign the AOT lookupsUlf Hermann2021-04-304-225/+519
* Export QML-exposed namespace metaobjectsUlf Hermann2021-04-302-2/+2
* QQmlPropertyBinding: Optimizations and fixesFabian Kosmale2021-04-291-8/+9
* Initialize the metatypes of extensionsUlf Hermann2021-04-281-0/+3
* Add empty QT_BEGIN/END_NAMESPACE to satisfy configure/syncqtVolker Hilsheimer2021-04-281-0/+5
* QQmlComponentPrivate::setInitialProperty: improve error messageFabian Kosmale2021-04-271-2/+7
* Document QQmlComponent::createWithInitialProperties() error handlingMitch Curtis2021-04-271-0/+8
* QQuickDesignerCustomObjectData: Support new-style bindingsFabian Kosmale2021-04-271-0/+17
* qmltypes: Add information about QQmlCustomParserMaximilian Goldstein2021-04-271-0/+2
* Implement debugtranslationserviceTim Jenssen2021-04-261-4/+3
* Drop further sanity checks from AOT lookupsUlf Hermann2021-04-231-14/+13