aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a shortcut into Object::internalPut() for the common casev5.12.0-alpha1Lars Knoll2018-09-111-1/+43
* Micro optimization when initializing the Cpp frameLars Knoll2018-09-112-5/+4
* Refactor SharedIngternalClassDataLars Knoll2018-09-111-41/+74
* Doc: Update the 'reversible' Transition code snippetAlexander Akulich2018-09-111-5/+5
* Doc: Fix 'reversible' Transition code snippetAlexander Akulich2018-09-111-1/+3
* Doc: Show that DragHandler is now a multi-point handlerShawn Rutledge2018-09-113-8/+8
* Doc: Fix the QML type of MultiPointHandler.centroidShawn Rutledge2018-09-112-2/+2
* QQuickTableView: override fixup() to preserve contentX/Y at start-upRichard Moe Gustavsen2018-09-115-18/+32
* QQuickTableView: be more precise about when to call updatePolish()Richard Moe Gustavsen2018-09-112-16/+20
* QQuickTableView: don't rebuild table upon querying content sizeRichard Moe Gustavsen2018-09-114-57/+23
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-115-7/+73
|\
| * Build: XmlListModel depends on qtConfig(qml-network)Liang Qi2018-09-101-0/+2
| * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-092-0/+64
| |\
| | * Add changes file for Qt 5.11.2Antti Kokko2018-08-291-0/+60
| | * Merge 5.11 into 5.11.2Frederik Gladhorn2018-08-272-5/+24
| | |\
| | * | Doc: Fix broken linkPaul Wicking2018-08-231-0/+4
| * | | examples: Fix LauncherList page components being hidden on window resizeTor Arne Vestbø2018-09-071-2/+0
| | |/ | |/|
| * | Delete textures even if one of the windows is invisibleVaL Doroshchuk2018-08-271-5/+7
* | | Qml Preview: Record more detailed frame statisticsUlf Hermann2018-09-107-21/+158
* | | Bump tests262 submodule to include .gitattributes fixJani Heikkinen2018-09-101-0/+0
* | | QQuickTableView: check if the focusObject is a actually a QQuickItemRichard Moe Gustavsen2018-09-101-7/+9
* | | Re-enable the software rendered when Qt is built without threadsSimon Hausmann2018-09-105-9/+12
* | | QQuickTableView: don't set contentX/Y to zero when building the tableRichard Moe Gustavsen2018-09-103-4/+91
* | | QQuickTableView: don't override margins API in TableViewRichard Moe Gustavsen2018-09-104-248/+31
* | | make pointer operations more explicit when building string tableRolf Eike Beer2018-09-101-3/+4
* | | Implement OwnPropertyKeys for TypedArrayLars Knoll2018-09-103-6/+33
* | | Small correctness fix in Reflect.ownKeys()Lars Knoll2018-09-091-10/+13
* | | Fix a small bug in virtualHasPropertyLars Knoll2018-09-092-6/+6
* | | Include symbols in getOwnPropertyKeysLars Knoll2018-09-096-30/+51
* | | Proxy.revokable creates an object with an anonymous revoke functionLars Knoll2018-09-092-2/+2
* | | Fix ownKey iteration over Proxy objectsLars Knoll2018-09-0926-40/+51
* | | Fix some bugs in Proxy::virtualGetOwnPropertyLars Knoll2018-09-083-5/+20
* | | Fix spec compliance of Object::virtualGet()Lars Knoll2018-09-083-45/+26
* | | Skip all realm related testsLars Knoll2018-09-082-105/+14
* | | Implement IsCompatiblePropertyDescriptor and use it in ProxyLars Knoll2018-09-083-8/+42
* | | Fix toNumber conversions for hex, octal and binary stringsLars Knoll2018-09-082-6/+18
* | | Fix test failures in NumberLars Knoll2018-09-082-23/+28
* | | Fix compression of jump instructions with an type >= 256Lars Knoll2018-09-081-2/+2
* | | avoid duplicate offset calculations when building string tableRolf Eike Beer2018-09-071-3/+3
* | | QML Preview: fix a possible crashTim Jenssen2018-09-071-1/+1
* | | Fix compile error with gcc7 in developer mode by defining FALLTHROUGHDavid Faure2018-09-071-1/+2
* | | Fix a corner case in Math.max()Lars Knoll2018-09-072-2/+3
* | | Fix Date.Utc()Lars Knoll2018-09-072-22/+43
* | | QQuickTableView: remove focus for the delegate item itself, not only for the ...Richard Moe Gustavsen2018-09-073-12/+26
* | | Use the correct enum value instead of hard coded intsLars Knoll2018-09-072-5/+5
* | | Get rid of unused variableLars Knoll2018-09-071-1/+0
* | | Don't evaluate the switch expression inside the switch blockLars Knoll2018-09-072-4/+2
* | | Fix a smaller bug in IteratorCloseLars Knoll2018-09-072-14/+20
* | | Add support for yield*Lars Knoll2018-09-0714-56/+181
* | | Throw a type error when trying to destructure null or undefinedLars Knoll2018-09-0710-4/+38