| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso... | Tarja Sundqvist | 2023-03-01 | 1 | -0/+2 |
| |\ |
|
| | * | Qml: includemocs | Marc Mutz | 2022-07-21 | 1 | -0/+2 |
| * | | Revert "Update commercial license headers" | Tarja Sundqvist | 2022-11-24 | 1 | -21/+21 |
| |/ |
|
| * | Update commercial license headers | Tarja Sundqvist | 2022-06-04 | 1 | -21/+21 |
| * | Fix warnings when which are treated as errors with -developer-build | Assam Boudjelthia | 2021-10-05 | 1 | -5/+5 |
| * | QV4::Engine::toVariant: Use metatype instead of metatype id | Fabian Kosmale | 2021-03-25 | 1 | -2/+2 |
| * | Optimize ExecutionEngine::metaTypeToJS() | Ulf Hermann | 2021-03-13 | 1 | -5/+10 |
| * | QtQml: Integrate sequences with registration macros | Ulf Hermann | 2020-11-11 | 1 | -33/+0 |
| * | V4: Rewrite qv4sequenceobject based on QMetaSequence | Ulf Hermann | 2020-10-02 | 1 | -336/+244 |
| * | Rename QQmlQPointer to QV4QPointer | Ulf Hermann | 2020-09-21 | 1 | -1/+1 |
| * | Rename QQmlSequence to QV4Sequence | Ulf Hermann | 2020-09-21 | 1 | -68/+68 |
| * | Fix build after QStringList change in qtbase | Volker Hilsheimer | 2020-09-15 | 1 | -3/+0 |
| * | Check in even more places for exceptions | Fabian Kosmale | 2020-04-21 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-01-15 | 1 | -1/+3 |
| |\ |
|
| | * | SequenceObject: Better message when trying to write readonly container | Ulf Hermann | 2020-01-09 | 1 | -1/+3 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-01-14 | 1 | -3/+0 |
| |\| |
|
| | * | qv4sequenceobject.cpp: Add "here be dragons" comment | Ulf Hermann | 2019-12-11 | 1 | -0/+16 |
| * | | qv4sequenceobject.cpp: Use operator[] rather than at() | Ulf Hermann | 2019-12-09 | 1 | -1/+4 |
| * | | Fix build after QList->QVector changes in qtbase | Lars Knoll | 2019-10-31 | 1 | -19/+1 |
| |/ |
|
| * | Fix build without features.itemmodel | Tasuku Suzuki | 2019-07-08 | 1 | -4/+21 |
| * | Fix ownKey iteration over Proxy objects | Lars Knoll | 2018-09-09 | 1 | -3/+4 |
| * | Implement ObjectIterator using the new iteration mechanism | Lars Knoll | 2018-08-02 | 1 | -25/+0 |
| * | Introduce a new mechanism to iterate over object properties | Lars Knoll | 2018-08-02 | 1 | -0/+34 |
| * | Prefix vtable methods with virtual | Lars Knoll | 2018-07-03 | 1 | -10/+10 |
| * | Replace Identifier by PropertyKey | Lars Knoll | 2018-07-02 | 1 | -3/+3 |
| * | Unify the get and getIndexed vtable functions of QV4::Object | Lars Knoll | 2018-07-02 | 1 | -3/+7 |
| * | Unify put and putIndexed | Lars Knoll | 2018-07-02 | 1 | -2/+6 |
| * | Unify deleteProperty and deleteIndexedProperty vtable methods | Lars Knoll | 2018-06-26 | 1 | -2/+8 |
| * | Throw type errors when attempting to mutate read-only sequence properties | Simon Hausmann | 2018-05-02 | 1 | -8/+25 |
| * | 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 |
| * | Convert more builtin functions to use the new calling convention | Lars Knoll | 2018-01-12 | 1 | -20/+19 |
| * | Further cleanup JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Get rid of JSCallData::call() | Lars Knoll | 2017-11-07 | 1 | -5/+5 |
| * | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Change CallData::argc to be a QV4::Value | Erik Verbruggen | 2017-09-19 | 1 | -2/+2 |
| * | Always set the correct FunctionObject when calling JS functions | Lars Knoll | 2017-09-02 | 1 | -6/+8 |
| * | Move ScopedCallData and ScopedStackFrame into a separate file | Lars Knoll | 2017-09-01 | 1 | -0/+1 |
| * | Move line number information into a side table | Lars Knoll | 2017-08-25 | 1 | -1/+1 |
| * | Cleanup naming of Stack frame structures | Lars Knoll | 2017-08-10 | 1 | -1/+1 |
| * | Remove Scope::result and convert calling convention for builtins | Lars Knoll | 2017-08-08 | 1 | -5/+13 |
| * | Fix frame handling | Lars Knoll | 2017-08-04 | 1 | -1/+1 |
| * | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -2/+2 |
| * | Don't store the current line number in the ExecutionContext | Lars Knoll | 2017-08-04 | 1 | -3/+3 |
| * | Don't wrap std::vector into a QVariant when passing it to a Q_INVOKABLE | Ville Voutilainen | 2017-04-27 | 1 | -0/+16 |
| * | Add support for std::vector and QVector matching the support for QList | Ville Voutilainen | 2017-04-21 | 1 | -28/+49 |
| * | Object: Allow put and putIndexed to return success or failure | Robin Burchell | 2017-02-09 | 1 | -6/+7 |
| * | Convert more builtin functions to the new calling convention | Lars Knoll | 2017-01-25 | 1 | -34/+30 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-10-20 | 1 | -6/+3 |
| |\ |
|