aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add sortCaseSensitive property so the sorting can ignore the caseAndy Shaw2018-10-193-7/+38
* JS: Fix stack buffer overflow in the QML/JS parserLars Knoll2018-10-181-0/+1
* Improve interaction between snapping and sectionsMichael Brasser2018-10-172-0/+107
* TableView: connect to 'layoutChanged' signal from the modelRichard Moe Gustavsen2018-10-172-2/+51
* QQmlAdaptorModel: return correct column count from the modelRichard Moe Gustavsen2018-10-172-0/+2
* Remove old 'Getting started with Qt Quick' exampleKai Koehne2018-10-151-1/+0
* JS: Check if the rhs of an assignment had errors before using itErik Verbruggen2018-10-151-0/+1
* JS: Check lhs of an 'in' expression to be an lvalueErik Verbruggen2018-10-151-0/+1
* Fix translation contexts for paths with drive letters on WindowsErik Verbruggen2018-10-151-0/+69
* Abort parsing on errorLars Knoll2018-10-151-0/+1
* JS: Check expressions inside template literals for validityErik Verbruggen2018-10-121-0/+1
* Fix error reporting when imports or re-exports in modules failSimon Hausmann2018-10-114-1/+22
* JS: Check array subscripts for validity when generating codeErik Verbruggen2018-10-111-0/+20
* QML Engine: Support for JavaScript PromisesValery Kotov2018-10-1136-146/+2228
* QML Tooling: Prevent property capture while collecting dataUlf Hermann2018-10-101-1/+1
* QML Tooling: Don't read properties in order to count themUlf Hermann2018-10-103-1/+90
* qmlplugindump: Properly handle extension typesKai Koehne2018-10-098-1/+233
* Merge qmlplugindump testsKai Koehne2018-10-0942-694/+304
* Fix qmlplugindump autotestKai Koehne2018-10-092-1/+3
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-081-38/+66
|\
| * Amend TouchMouse::buttonOnDelayedPressFlickable to test delayed tapShawn Rutledge2018-10-031-38/+66
* | Replace obsolete VisualDataModel, *Group and VisualItemModel in testsShawn Rutledge2018-10-0542-241/+281
* | PathView autotest: fix "value is not defined" errorShawn Rutledge2018-10-051-1/+1
* | ES7: Implement Tail Position Calls in the runtimeErik Verbruggen2018-10-051-31/+0
* | QmlPreview: Add the language file to TESTDATAUlf Hermann2018-10-051-1/+2
* | QQuickGridView: Respect marginsUlf Hermann2018-10-042-0/+97
* | 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