| Commit message (Expand) | Author | Age | Files | Lines |
| * | QtQml: Try harder to find a propertyCache for destroy() and toString() | Ulf Hermann | 2025-11-07 | 1 | -4/+4 |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | QtQml: Fix leftovers from V8 | Ulf Hermann | 2025-07-11 | 1 | -1/+1 |
| * | QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngine | Ulf Hermann | 2025-06-17 | 1 | -1/+1 |
| * | fix typo: QSrting | Frederik Gladhorn | 2025-04-13 | 1 | -2/+3 |
| * | QtQml: Fix AOT compiled context for destroy() and toString() methods | Ulf Hermann | 2025-02-26 | 1 | -24/+22 |
| * | QQmlContextData: Don't expose PersistentValue in imported scripts API | Fabian Kosmale | 2024-11-01 | 1 | -2/+2 |
| * | QtQml: Call lookups based on enums rather than via function pointers | Ulf Hermann | 2024-10-24 | 1 | -36/+35 |
| * | QtQml: Straighten out some logging categories | Ulf Hermann | 2024-06-17 | 1 | -1/+1 |
| * | Prepare for white allocations during gc (1/9): Write barrier for Lookups | Fabian Kosmale | 2024-03-05 | 1 | -5/+5 |
| * | QtQml: Remove QQmlTypeLoader from QQmlImport | Ulf Hermann | 2024-01-11 | 1 | -2/+3 |
| * | QML: Let IDs in outer context override bound components' properties | Ulf Hermann | 2023-12-04 | 1 | -2/+26 |
| * | resolveQmlContextPropertyLookupGetter: Use ScopedPropertyKey | Fabian Kosmale | 2023-11-15 | 1 | -4/+4 |
| * | Move ScopedStackFrame into qv4stackframe_p.h | Ulf Hermann | 2023-05-17 | 1 | -0/+1 |
| * | QML: Allow as-casting to value types | Ulf Hermann | 2023-03-03 | 1 | -1/+1 |
| * | Recursively write back value types and sequences | Ulf Hermann | 2022-10-19 | 1 | -7/+12 |
| * | QML: Optimize QObject method calls | Ulf Hermann | 2022-09-20 | 1 | -35/+121 |
| * | Fix precedence between JS and QML scopes | Ulf Hermann | 2022-07-25 | 1 | -18/+28 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Respect invokable toString() methods | Ulf Hermann | 2022-03-28 | 1 | -7/+11 |
| * | QmlCompiler: Fix a number of warts regarding type lookup | Ulf Hermann | 2022-03-23 | 1 | -2/+2 |
| * | Make most QQmlPropertyData const | Ulf Hermann | 2022-03-14 | 1 | -2/+2 |
| * | QML: Handle dynamic meta objects in AOT lookups | Ulf Hermann | 2022-03-03 | 1 | -0/+5 |
| * | Revert accidental change in qv4qmlcontext.cpp | Ulf Hermann | 2021-12-12 | 1 | -2/+1 |
| * | V4 Lookup: Do not leak property caches | Ulf Hermann | 2021-12-09 | 1 | -12/+7 |
| * | QQmlTypeNameCache: Unify querying for types | Ulf Hermann | 2021-12-03 | 1 | -1/+1 |
| * | Clean up PropertyCache life cycle | Ulf Hermann | 2021-11-09 | 1 | -2/+2 |
| * | Clean up some includes | Ulf Hermann | 2021-11-05 | 1 | -13/+13 |
| * | Avoid QAbstractDynamicMetaObject where possible | Ulf Hermann | 2021-10-12 | 1 | -1/+4 |
| * | Use custom lookup for QJSValue singleton | Fabian Kosmale | 2021-05-05 | 1 | -3/+12 |
| * | Remove caching of recursive AOT context lookups | Ulf Hermann | 2021-04-30 | 1 | -0/+6 |
| * | Streamline retrieval of context property names and IDs | Ulf Hermann | 2021-04-15 | 1 | -13/+5 |
| * | QQmlMetaType: Remove qmlLists member | Fabian Kosmale | 2021-03-19 | 1 | -1/+1 |
| * | Fix QJSValue singletons only supporting object types | Maximilian Goldstein | 2021-02-22 | 1 | -6/+17 |
| * | QML: Warn about usage of injected signal parameters | Ulf Hermann | 2021-02-12 | 1 | -3/+21 |
| * | qv4qmlcontext: Fix bounded signal expressions when debugging | Maximilian Goldstein | 2020-12-04 | 1 | -2/+2 |
| * | Add ; to Q_UNUSED and UNUSED_PARAM | Lars Schmertmann | 2020-06-26 | 1 | -4/+4 |
| * | Encapsulate QQmlContextData | Ulf Hermann | 2020-03-23 | 1 | -52/+62 |
| * | Store a QV4::ReturnedValue in QJSValue | Ulf Hermann | 2020-03-18 | 1 | -1/+1 |
| * | Implement lookups for qml type wrappers | Simon Hausmann | 2019-09-05 | 1 | -3/+28 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-07-01 | 1 | -2/+8 |
| |\ |
|
| | * | Fix thisObject when calling scope and context properties through lookups | Ulf Hermann | 2019-06-26 | 1 | -2/+8 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-06-11 | 1 | -2/+0 |
| |\| |
|
| | * | Fix lookups of properties in QML singletons | Simon Hausmann | 2019-05-21 | 1 | -2/+0 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-05-02 | 1 | -5/+11 |
| |\| |
|
| | * | Skip block context within call contexts when searching for parameters | Ulf Hermann | 2019-04-29 | 1 | -5/+11 |
| * | | Move creation and management of singletons to QQmlEnginePrivate | Richard Weickelt | 2019-04-24 | 1 | -5/+5 |
| * | | Remove unused includes of qv8engine_p.h | Ulf Hermann | 2019-04-09 | 1 | -1/+0 |
| |/ |
|
| * | Enable lookups for imported scripts and worker scripts | Simon Hausmann | 2019-03-25 | 1 | -3/+16 |
| * | Accelerate lookups of properties in outer QML contexts | Simon Hausmann | 2019-03-21 | 1 | -52/+113 |