aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-011-0/+55
|\
| * Prevent PathView's parent stealing mouse grab during double-flickChris Adams2018-09-241-0/+55
* | QQuickTableView: improve performance when scrolling with scrollbarsRichard Moe Gustavsen2018-09-291-2/+95
* | Disable GL_NV_path_rendering unless explicitly requestedLaszlo Agocs2018-09-271-2/+2
* | QQuickItemView: Don't change the viewport while in layoutUlf Hermann2018-09-272-0/+104
* | QML: Demote incubation problems to info levelUlf Hermann2018-09-271-1/+1
* | Manual test, TableView, abstracttablemodel: add more logic to the testRichard Moe Gustavsen2018-09-274-18/+238
* | Limit the repeater model size for integer modelsErik Verbruggen2018-09-241-0/+6
* | Fix test262 submodule sha1Simon Hausmann2018-09-241-0/+0
* | qmlplugindump: Make manual test work with shadow buildsKai Koehne2018-09-242-6/+7
* | Fix use of lexically scoped variables in modulesSimon Hausmann2018-09-233-1/+19
* | Better inheritance structure for functionsLars Knoll2018-09-231-2/+0
* | Fix tst_qmldiskcache::cacheResources() and cacheModuleScripts() on WindowsFriedemann Kleint2018-09-201-22/+30
* | QQuickTableView: build the table when the component is finalizedRichard Moe Gustavsen2018-09-173-4/+211
* | Store InternalClass::nameMap in a MemberDataLars Knoll2018-09-161-0/+0
* | Stabilize nestedSliderUsingTouch:keepNeither test on UbuntuShawn Rutledge2018-09-132-20/+4
* | QQuickTableView: sync model and delegate when ready to do soRichard Moe Gustavsen2018-09-132-0/+128
* | QQuickTableView: override fixup() to preserve contentX/Y at start-upRichard Moe Gustavsen2018-09-112-13/+21
* | QQuickTableView: don't rebuild table upon querying content sizeRichard Moe Gustavsen2018-09-111-3/+8
* | Qml Preview: Record more detailed frame statisticsUlf Hermann2018-09-101-7/+17
* | Bump tests262 submodule to include .gitattributes fixJani Heikkinen2018-09-101-0/+0
* | QQuickTableView: don't set contentX/Y to zero when building the tableRichard Moe Gustavsen2018-09-102-0/+91
* | QQuickTableView: don't override margins API in TableViewRichard Moe Gustavsen2018-09-101-99/+19
* | Implement OwnPropertyKeys for TypedArrayLars Knoll2018-09-101-6/+0
* | Fix a small bug in virtualHasPropertyLars Knoll2018-09-091-1/+0
* | Include symbols in getOwnPropertyKeysLars Knoll2018-09-091-2/+0
* | Proxy.revokable creates an object with an anonymous revoke functionLars Knoll2018-09-091-1/+0
* | Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-4/+0
* | Fix some bugs in Proxy::virtualGetOwnPropertyLars Knoll2018-09-081-3/+0
* | Fix spec compliance of Object::virtualGet()Lars Knoll2018-09-081-1/+0
* | Skip all realm related testsLars Knoll2018-09-082-105/+14
* | Implement IsCompatiblePropertyDescriptor and use it in ProxyLars Knoll2018-09-081-3/+0
* | Fix toNumber conversions for hex, octal and binary stringsLars Knoll2018-09-081-3/+0
* | Fix test failures in NumberLars Knoll2018-09-081-9/+0
* | Fix a corner case in Math.max()Lars Knoll2018-09-071-1/+0
* | Fix Date.Utc()Lars Knoll2018-09-071-6/+0
* | QQuickTableView: remove focus for the delegate item itself, not only for the ...Richard Moe Gustavsen2018-09-072-11/+25
* | Don't evaluate the switch expression inside the switch blockLars Knoll2018-09-071-2/+0
* | Fix a smaller bug in IteratorCloseLars Knoll2018-09-071-1/+0
* | Add support for yield*Lars Knoll2018-09-071-45/+0
* | Throw a type error when trying to destructure null or undefinedLars Knoll2018-09-071-4/+0
* | Fix exception handling while destructuringLars Knoll2018-09-071-12/+0
* | Some fixes when unwinding inside for-of loopsLars Knoll2018-09-071-8/+2
* | Fix new.target access from eval()Lars Knoll2018-09-071-3/+0
* | QQuickTableView: clear focus when delegate item with focus is flicked outRichard Moe Gustavsen2018-09-062-0/+108
* | QQmlTableInstanceModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-062-0/+76
* | QQuickTableView: add anchor check for delegateRichard Moe Gustavsen2018-09-062-0/+78
* | tst_qquicktableview: reuse the same QQuickView for all test casesRichard Moe Gustavsen2018-09-061-2/+11
* | QQmlDelegateModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-062-0/+74
* | fix accesses to this in arrow functionsLars Knoll2018-09-051-4/+0