aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Disentangle some includes by moving QQmlJS::Directives into qqmljsengine_p.hLars Knoll2018-04-253-28/+28
* Get rid of some includes that aren't requiredLars Knoll2018-04-252-8/+0
* Get rid of qlalr generated filesLars Knoll2018-04-257-3666/+18
* Fix removal of members from the InternalClassLars Knoll2018-04-251-11/+22
* TableView: implement getAttachedObject() for convenienceRichard Moe Gustavsen2018-04-251-15/+19
* TableView: add destructor that deletes resourcesRichard Moe Gustavsen2018-04-251-0/+6
* QQuickWindow: Don’t crash on events during destructionMorten Johan Sørvig2018-04-241-6/+15
* QQuickItemViewFxItem: init indexRichard Moe Gustavsen2018-04-231-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-2126-51/+117
|\
| * Update builtins.qmltypesKai Koehne2018-04-201-2/+37
| * Document latest QtQuick.Test import version to be 2.11Kai Koehne2018-04-202-3/+3
| * Document latest QtQuick.Layouts import to be 2.11Kai Koehne2018-04-203-4/+4
| * Document latest QtQuick.Particles import version to be 2.11Kai Koehne2018-04-202-4/+4
| * Document latest QtQml.StateMachine import version to be 2.11Kai Koehne2018-04-203-3/+3
| * Document latest QtQml import version to be 2.11Kai Koehne2018-04-202-4/+4
| * Document latest QtQuick.XmlListModule import version to be 2.11Kai Koehne2018-04-202-3/+3
| * Document latest QtQuick.Window version to be 2.11Kai Koehne2018-04-202-3/+3
| * Document latest QtQml.Models import version to be 2.11Kai Koehne2018-04-203-4/+13
| * Document latest QtQuick.LocalStorage version to be 2.11Kai Koehne2018-04-203-3/+3
| * Doc: Bump QtQuick import to 2.11Kai Koehne2018-04-192-4/+4
| * Update plugins.qmltypes for QtQuickKai Koehne2018-04-192-13/+35
| * Doc: Fix missing \endcode errorKai Koehne2018-04-191-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-1828-96/+321
|\|
| * Doc: Add Licensing section to "Qt Quick Test", "Qt Quick Layouts"Kai Koehne2018-04-172-0/+18
| * Fix Text with ElideRight not being rendered when reparentedMitch Curtis2018-04-171-1/+3
| * Fix memory leak when calling instanceof on QML itemsSimon Hausmann2018-04-171-0/+1
| * Add note about revisions for grouped and attached property objectsMitch Curtis2018-04-161-0/+2
| * Document QObject::setProperty()'s behavior in relation to bindingsMitch Curtis2018-04-161-2/+17
| * Properly handle redeclarations of variablesLars Knoll2018-04-162-33/+38
| * Remove a bogus assertLars Knoll2018-04-161-3/+1
| * Fix crashes when parsing destructuring expressionsLars Knoll2018-04-162-2/+3
| * Add a null pointer checkLars Knoll2018-04-161-2/+1
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-1611-43/+117
| * Fix JSON.stringify with sequence typesSimon Hausmann2018-04-161-4/+4
| * Doc: Describe new 5.11 features in Image elementv5.11.0-beta4Eirik Aavitsland2018-04-132-2/+112
| * QQuickShapeGenericRenderer: Fix clang-cl-warning about uninitialized variableFriedemann Kleint2018-04-121-0/+1
| * Qml/ArrayElementLessThan: Remove unused member variable thisObjectFriedemann Kleint2018-04-121-4/+3
* | qtlite: Fix build with -no-feature-testlibMikhail Svetkin2018-04-122-3/+7
* | Remove some scopes in the memory managerLars Knoll2018-04-121-8/+6
* | Get rid of some outdated codeLars Knoll2018-04-121-6/+1
* | Reorganize Lookup data structure to make marking fasterLars Knoll2018-04-125-64/+32
* | Rename InternalClass::id to protoIdLars Knoll2018-04-124-33/+33
* | garbage collect InternalClassLars Knoll2018-04-1228-255/+431
* | Better encapsulation for EngineBase::internalClassLars Knoll2018-04-1213-58/+61
* | Remove dependency from qv4heap_p.h onto qv4internalclass_p.hLars Knoll2018-04-1217-43/+45
* | Clean up Engine::newObject/newArrayObjectLars Knoll2018-04-125-15/+9
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-1223-100/+100
* | Cleanup MM::allocObject()Lars Knoll2018-04-125-22/+22
* | Optimize MM::allocManaged()Lars Knoll2018-04-125-22/+8
* | Simplify allocation functions in the memory managerLars Knoll2018-04-121-150/+16