aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QmlDebug: Add QQmlInspectorClientUlf Hermann2018-10-247-190/+2
* QmlDebug: Add QQmlEngineDebugClientUlf Hermann2018-10-249-841/+95
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-2412-2/+149
|\
| * Fix erroneous enum conflict warningsSimon Hausmann2018-10-231-1/+1
| * Fix lookup of methods in the scope objectSimon Hausmann2018-10-222-0/+27
| * Make sectionsSnap test more robustMichael Brasser2018-10-221-1/+1
| * Add test for importing let/const variables from scriptsJüri Valdmann2018-10-228-0/+120
* | QmlDebug: Add V4 debug client from tst_qqmldebugjs.cppUlf Hermann2018-10-232-784/+116
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-208-9/+199
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-163-1/+72
|\|
| * 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
* | ShaderEffect: Allow use of shaders without QML enginePeter Hartmann2018-10-151-0/+16
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-135-1/+23
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-1240-147/+2338
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-0948-692/+536
|\|
| * 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.12' into devQt Forward Merge Bot2018-10-0943-279/+347
|\|
| * 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
* | | Teach QML that it is possible to treat custom QObjects as QObjectJędrzej Nowacki2018-10-081-0/+8
* | | Add support for QSequentialIterable in QMLJędrzej Nowacki2018-10-081-0/+35
|/ /
* | 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