| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix build without features.itemmodel | Tasuku Suzuki | 2019-07-08 | 1 | -1/+12 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-06-11 | 1 | -1/+0 |
| |\ |
|
| | * | Fix lookups of properties in QML singletons | Simon Hausmann | 2019-05-21 | 1 | -1/+0 |
| * | | Split QV4::Value into a static and a dynamic part | Ulf Hermann | 2019-05-31 | 1 | -5/+10 |
| * | | Filter out duplicate entries in Object.keys | Erik Verbruggen | 2019-05-08 | 1 | -0/+7 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-04-29 | 1 | -3/+3 |
| |\| |
|
| | * | Don't call unknown types "null" | Ulf Hermann | 2019-04-26 | 1 | -3/+3 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-04-23 | 1 | -1/+1 |
| |\| |
|
| | * | Don't crash when accessing invalid properties through QObjectWrapper | Ulf Hermann | 2019-04-18 | 1 | -1/+1 |
| * | | Remove QQmlV4Handle | Ulf Hermann | 2019-04-10 | 1 | -26/+10 |
| * | | Merge remote-tracking branch 'origin/5.13' into HEAD | Ulf Hermann | 2019-03-22 | 1 | -60/+127 |
| |\| |
|
| | * | Accelerate access to scope object properties in lookups | Michael Brasser | 2019-03-20 | 1 | -19/+5 |
| | * | Accelerate lookup of singleton properties | Michael Brasser | 2019-03-20 | 1 | -1/+3 |
| | * | Remove dead compile time QML context/scope property and id object code | Simon Hausmann | 2019-03-20 | 1 | -24/+4 |
| | * | Enable lookups in QML | Simon Hausmann | 2019-03-19 | 1 | -37/+136 |
| * | | Support QRegularExpression on the same level as QRegExp | Ulf Hermann | 2019-03-20 | 1 | -0/+3 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-02-25 | 1 | -9/+22 |
| |\| |
|
| | * | Only warn about incompatible parameter types passed from QML | Ulf Hermann | 2019-02-21 | 1 | -9/+22 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-02-21 | 1 | -9/+31 |
| |\| |
|
| | * | Check parameter types when invoking C++ functions from QML | Ulf Hermann | 2019-02-17 | 1 | -9/+31 |
| * | | QML: Split propertyCache into multiple files | Ulf Hermann | 2019-02-01 | 1 | -1/+1 |
| |/ |
|
| * | V4: Avoid copying WeakValues with wrapped QObjects | Ulf Hermann | 2018-11-22 | 1 | -3/+1 |
| * | INTEGRITY: Fix build failures on 64-bit ARM | Pasi Petäjäjärvi | 2018-10-22 | 1 | -2/+2 |
| * | Make Object::getOwnProperty() const | Lars Knoll | 2018-09-23 | 1 | -2/+2 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -2/+2 |
| * | Fix ownKey iteration over Proxy objects | Lars Knoll | 2018-09-09 | 1 | -1/+2 |
| * | Implement ObjectIterator using the new iteration mechanism | Lars Knoll | 2018-08-02 | 1 | -54/+0 |
| * | Introduce a new mechanism to iterate over object properties | Lars Knoll | 2018-08-02 | 1 | -0/+68 |
| * | Implement support for new.target | Lars Knoll | 2018-07-03 | 1 | -1/+1 |
| * | Prefix vtable methods with virtual | Lars Knoll | 2018-07-03 | 1 | -14/+14 |
| * | Clean up the property key API in StringOrSymbol | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | Replace Identifier by PropertyKey | Lars Knoll | 2018-07-02 | 1 | -3/+3 |
| * | Cleanups in the Identifier API | Lars Knoll | 2018-07-02 | 1 | -3/+3 |
| * | Unify the get and getIndexed vtable functions of QV4::Object | Lars Knoll | 2018-07-02 | 1 | -6/+8 |
| * | Unify put and putIndexed | Lars Knoll | 2018-07-02 | 1 | -10/+10 |
| * | Add Proxy support for prototype handling | Lars Knoll | 2018-06-25 | 1 | -1/+1 |
| * | Implement a virtual interface for getOwnProperty | Lars Knoll | 2018-06-25 | 1 | -17/+21 |
| * | Throw type errors when attempting to mutate read-only sequence properties | Simon Hausmann | 2018-05-02 | 1 | -1/+1 |
| * | Change Objects vtable methods to take a StringOrSymbol | Lars Knoll | 2018-05-02 | 1 | -6/+17 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-04-27 | 1 | -5/+5 |
| |\ |
|
| | * | Fix JIT build on INTEGRITY ARM64 | Kimmo Ollila | 2018-04-26 | 1 | -5/+5 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-04-18 | 1 | -1/+4 |
| |\| |
|
| | * | Fix calling Qt.binding() on bound functions | Lars Knoll | 2018-04-16 | 1 | -1/+4 |
| * | | Disambiguate different allocation functions in the memory manager | Lars Knoll | 2018-04-12 | 1 | -5/+5 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-03-12 | 1 | -0/+5 |
| |\| |
|
| | * | Rebuild property cache in QObjectWrapper::getProperty if deleted | David Edmundson | 2018-03-08 | 1 | -0/+5 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-02-27 | 1 | -38/+38 |
| |\| |
|
| | * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -38/+38 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-02-13 | 1 | -3/+3 |
| |\| |
|
| | * | doc: Fix qdoc warnings for templates and statics | Martin Smith | 2018-02-09 | 1 | -3/+3 |