aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qmlcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prepare for white allocations during gc (1/9): Write barrier for LookupsFabian Kosmale2024-03-051-5/+5
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-2/+3
* QML: Let IDs in outer context override bound components' propertiesUlf Hermann2023-12-041-2/+26
* resolveQmlContextPropertyLookupGetter: Use ScopedPropertyKeyFabian Kosmale2023-11-151-4/+4
* Move ScopedStackFrame into qv4stackframe_p.hUlf Hermann2023-05-171-0/+1
* QML: Allow as-casting to value typesUlf Hermann2023-03-031-1/+1
* Recursively write back value types and sequencesUlf Hermann2022-10-191-7/+12
* QML: Optimize QObject method callsUlf Hermann2022-09-201-35/+121
* Fix precedence between JS and QML scopesUlf Hermann2022-07-251-18/+28
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Respect invokable toString() methodsUlf Hermann2022-03-281-7/+11
* QmlCompiler: Fix a number of warts regarding type lookupUlf Hermann2022-03-231-2/+2
* Make most QQmlPropertyData constUlf Hermann2022-03-141-2/+2
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-031-0/+5
* Revert accidental change in qv4qmlcontext.cppUlf Hermann2021-12-121-2/+1
* V4 Lookup: Do not leak property cachesUlf Hermann2021-12-091-12/+7
* QQmlTypeNameCache: Unify querying for typesUlf Hermann2021-12-031-1/+1
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-2/+2
* Clean up some includesUlf Hermann2021-11-051-13/+13
* Avoid QAbstractDynamicMetaObject where possibleUlf Hermann2021-10-121-1/+4
* Use custom lookup for QJSValue singletonFabian Kosmale2021-05-051-3/+12
* Remove caching of recursive AOT context lookupsUlf Hermann2021-04-301-0/+6
* Streamline retrieval of context property names and IDsUlf Hermann2021-04-151-13/+5
* QQmlMetaType: Remove qmlLists memberFabian Kosmale2021-03-191-1/+1
* Fix QJSValue singletons only supporting object typesMaximilian Goldstein2021-02-221-6/+17
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-121-3/+21
* qv4qmlcontext: Fix bounded signal expressions when debuggingMaximilian Goldstein2020-12-041-2/+2
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-4/+4
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-52/+62
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-1/+1
* Implement lookups for qml type wrappersSimon Hausmann2019-09-051-3/+28
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-011-2/+8
|\
| * Fix thisObject when calling scope and context properties through lookupsUlf Hermann2019-06-261-2/+8
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-2/+0
|\|
| * Fix lookups of properties in QML singletonsSimon Hausmann2019-05-211-2/+0
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-5/+11
|\|
| * Skip block context within call contexts when searching for parametersUlf Hermann2019-04-291-5/+11
* | Move creation and management of singletons to QQmlEnginePrivateRichard Weickelt2019-04-241-5/+5
* | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
|/
* Enable lookups for imported scripts and worker scriptsSimon Hausmann2019-03-251-3/+16
* Accelerate lookups of properties in outer QML contextsSimon Hausmann2019-03-211-52/+113
* Accelerate access to initial context object properties in lookupsMichael Brasser2019-03-201-1/+56
* Accelerate access to scope object properties in lookupsMichael Brasser2019-03-201-1/+44
* Fix lookup fallback into the global object in QML bindingsSimon Hausmann2019-03-201-2/+31
* Accelerate access to id objects in lookupsSimon Hausmann2019-03-201-2/+33
* Accelerate access to singletons and imported scriptsSimon Hausmann2019-03-201-2/+53
* Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-201-9/+53
* Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-021-1/+14
* Differentiate between finding for get and set in InternalClassLars Knoll2018-09-271-2/+2
* Refactor InternalClass::find()Lars Knoll2018-09-271-3/+3