| Commit message (Expand) | Author | Age | Files | Lines |
| * | QtQml: Check for isReference() before trying to write back | Ulf Hermann | 2023-09-26 | 1 | -2/+3 |
| * | QML: Try QML conversion before metatype conversion | Ulf Hermann | 2023-06-16 | 1 | -1/+1 |
| * | Recursively write back value types and sequences | Ulf Hermann | 2022-10-19 | 1 | -83/+131 |
| * | QML: Track statement locations in sequence and value types | Ulf Hermann | 2022-10-14 | 1 | -4/+7 |
| * | V4: Refactor QQmlValueType{Wrapper|Reference} and QV4::Sequence | Ulf Hermann | 2022-10-13 | 1 | -77/+99 |
| * | QML: Drop the "succeeded" out parameters from SequencePrototype | Ulf Hermann | 2022-10-07 | 1 | -16/+7 |
| * | Allow more options for creating value types from JS objects | Ulf Hermann | 2022-09-24 | 1 | -6/+14 |
| * | V4: Make ExecutionEngine::toVariant() static | Ulf Hermann | 2022-09-20 | 1 | -2/+2 |
| * | QtQml: Remove unused includes in qml, final part | Semih Yavuz | 2022-09-14 | 1 | -2/+0 |
| * | Fix array-like methods on V4 sequences | Ulf Hermann | 2022-07-19 | 1 | -91/+101 |
| * | Implement array methods for QQmlListProperty | Ulf Hermann | 2022-07-16 | 1 | -2/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Allow retrieval of sequences from QJSValue | Ulf Hermann | 2022-06-02 | 1 | -403/+373 |
| * | Qml: includemocs | Marc Mutz | 2022-04-29 | 1 | -0/+2 |
| * | QML: Clean up sequence registrations for value types | Ulf Hermann | 2022-02-11 | 1 | -12/+29 |
| * | QML: Allow named lists of value types | Ulf Hermann | 2022-01-28 | 1 | -35/+52 |
| * | SequenceObject: Define length accessors on the prototype | Ulf Hermann | 2022-01-18 | 1 | -76/+71 |
| * | Fix warnings when which are treated as errors with -developer-build | Assam Boudjelthia | 2021-10-04 | 1 | -5/+5 |
| * | Add comments to use qsizetype for some APIs in Qt 7 | Assam Boudjelthia | 2021-10-04 | 1 | -0/+2 |
| * | Use QV4::Scope::hasException() where applicable | Ulf Hermann | 2021-06-30 | 1 | -1/+1 |
| * | Pass QMetaType by value rather than by ID in more places | Ulf Hermann | 2021-06-09 | 1 | -10/+8 |
| * | 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 |