| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Accelerate access to initial context object properties in lookups | Michael Brasser | 2019-03-20 | 1 | -1/+56 |
| * | Accelerate access to scope object properties in lookups | Michael Brasser | 2019-03-20 | 1 | -1/+44 |
| * | Fix lookup fallback into the global object in QML bindings | Simon Hausmann | 2019-03-20 | 1 | -2/+31 |
| * | Accelerate access to id objects in lookups | Simon Hausmann | 2019-03-20 | 1 | -2/+33 |
| * | Accelerate access to singletons and imported scripts | Simon Hausmann | 2019-03-20 | 1 | -2/+53 |
| * | Implement dummy QML lookups for "global" variables | Simon Hausmann | 2019-03-20 | 1 | -9/+53 |
| * | Expose let/const variables from imported JS scripts | Jüri Valdmann | 2018-11-02 | 1 | -1/+14 |
| * | Differentiate between finding for get and set in InternalClass | Lars Knoll | 2018-09-27 | 1 | -2/+2 |
| * | Refactor InternalClass::find() | Lars Knoll | 2018-09-27 | 1 | -3/+3 |
| * | Clean up QML worker scripts part 2 | Simon Hausmann | 2018-08-21 | 1 | -49/+4 |
| * | Fix use of Component.onCompleted scripts in QQmlPropertyMap sub-types | Simon Hausmann | 2018-07-30 | 1 | -5/+32 |
| * | Prefix vtable methods with virtual | Lars Knoll | 2018-07-03 | 1 | -9/+9 |
| * | Replace Identifier by PropertyKey | Lars Knoll | 2018-07-02 | 1 | -2/+2 |
| * | Cleanups in the Identifier API | Lars Knoll | 2018-07-02 | 1 | -2/+2 |
| * | Unify the get and getIndexed vtable functions of QV4::Object | Lars Knoll | 2018-07-02 | 1 | -8/+8 |
| * | Unify put and putIndexed | Lars Knoll | 2018-07-02 | 1 | -9/+8 |
| * | Ensure we read context properties before the global object | Lars Knoll | 2018-06-17 | 1 | -11/+11 |
| * | Change Objects vtable methods to take a StringOrSymbol | Lars Knoll | 2018-05-02 | 1 | -2/+12 |
| * | Remove String dependency from InternalClass | Lars Knoll | 2018-05-02 | 1 | -1/+2 |
| * | Disambiguate different allocation functions in the memory manager | Lars Knoll | 2018-04-12 | 1 | -2/+2 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/5.9' into 5.11 | Liang Qi | 2018-02-18 | 1 | -1/+3 |
| |\ |
|
| | * | Fix memory leak with JS imports | Simon Hausmann | 2018-02-09 | 1 | -1/+3 |
| * | | Fix typos | Jarek Kobus | 2018-02-14 | 1 | -4/+4 |
| * | | Cleanup IdentifierHash | Lars Knoll | 2018-01-10 | 1 | -2/+2 |
| * | | Finally get rid of the QV4::Function pointer in the context | Lars Knoll | 2017-11-13 | 1 | -1/+0 |
| * | | Merge remote-tracking branch 'origin/dev' into HEAD | Lars Knoll | 2017-10-22 | 1 | -6/+3 |
| |\ \ |
|
| | * | | Merge remote-tracking branch 'origin/5.9' into 5.10 | Lars Knoll | 2017-09-20 | 1 | -6/+3 |
| | |\| |
|
| | | * | Fix crashes with closures created in QML components | Lars Knoll | 2017-09-06 | 1 | -6/+3 |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/new-backend | Lars Knoll | 2017-08-22 | 1 | -2/+2 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.9' into dev | Simon Hausmann | 2017-08-18 | 1 | -1/+1 |
| | |\| |
|
| | | * | Use QQmlType by value | Lars Knoll | 2017-08-02 | 1 | -2/+2 |
| | | * | Use QQmlType by value in the type wrapper | Lars Knoll | 2017-08-02 | 1 | -1/+1 |
| | * | | Add support for enum declarations in QML | Michael Brasser | 2017-07-13 | 1 | -1/+1 |
| * | | | Get rid of CallData in the ExecutionContext | Lars Knoll | 2017-08-18 | 1 | -1/+0 |
| * | | | Get rid of ExecutionContext::strictMode | Lars Knoll | 2017-08-10 | 1 | -1/+0 |
| * | | | Get rid of the compilation unit related members in ExecutionContext | Lars Knoll | 2017-08-03 | 1 | -3/+1 |
| * | | | Simplify and unite handling of activation objects in Contexts | Lars Knoll | 2017-07-05 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-06-06 | 1 | -5/+7 |
| |\| |
|
| | * | Move the engine() accessor from Object to Managed | Lars Knoll | 2017-05-19 | 1 | -3/+3 |