aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Temporarily disable the widgetsinqml autotestLars Knoll2017-11-141-1/+1
* Set Jump locations for loopsUlf Hermann2017-11-081-6/+5
* V4 debugger: re-enable some more testsUlf Hermann2017-11-081-2/+0
* Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-0885-204/+1303
|\
| * Add new PathAngleArc typeMichael Brasser2017-11-072-0/+52
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-0680-200/+1177
| |\
| | * Fix a bug with TapHandler+DragHandler on top of FlickableJan Arve Sæther2017-10-272-1/+154
| | * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-253-33/+44
| | |\
| | | * QQuickAnimatorProxyJob: Disconnect from window when unsetting itUlf Hermann2017-10-241-0/+18
| | | * skip part of tst_qquickwindow::testWindowVisibilityOrder on UnityShawn Rutledge2017-10-231-4/+9
| | | * Fix outdated BSD license header in tests to use GPL-EXCEPTKai Koehne2017-10-231-29/+17
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-2463-154/+881
| | |\|
| | | * QQmlTypeLoader: Drain events before shutting down the threadUlf Hermann2017-10-203-0/+52
| | | * QQuickLoader: Use setSize() to resize itemAlexandr Akulich2017-10-202-4/+12
| | | * Extract QSizeChangeListener from tst_quickview to shared test utilsAlexandr Akulich2017-10-205-24/+97
| | | * Update the cursor rectangle when select all is triggeredAndy Shaw2017-10-201-1/+1
| | | * Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-192-0/+32
| | | * Fix execution of deferred propertiesJ-P Nurmi2017-10-185-0/+102
| | | * Fix outdated BSD license headerKai Koehne2017-10-1746-125/+585
| | * | Remove blacklisting of tst_QQuickWindow::attachedProperty on WindowsFrederik Gladhorn2017-10-091-1/+0
| | * | Fix bug in qmltest/events/tst_touchJan Arve Sæther2017-10-051-4/+4
| | * | Add test for verifying that event is pre-accepted for event filteringJan Arve Sæther2017-10-051-0/+16
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-044-5/+38
| | |\|
| | | * ObjectModel: provide unique move IDsJ-P Nurmi2017-09-261-5/+5
| | | * Fix behaviors not working when sub-types declare propertiesSimon Hausmann2017-09-223-0/+33
| | * | replace MultiPointHandler::requiredPointCount with min/max range propsShawn Rutledge2017-09-291-1/+1
| | * | change the type of DragHandler::translation to QVector2D; document itShawn Rutledge2017-09-291-1/+1
| | * | Fix implicit loading of internal types when using explicit importsSimon Hausmann2017-09-265-0/+38
| * | | Blacklist tst_qquickitem::ignoreButtonPressNotInAcceptedMouseButtons()Liang Qi2017-11-061-1/+1
| * | | Blacklist tst_qquickitem::ignoreButtonPressNotInAcceptedMouseButtons() on macOSLiang Qi2017-11-051-0/+2
| * | | Allow assigning functions in ListElementMichael Brasser2017-10-242-0/+69
| * | | stabilize tst_QQuickListView::flickBothDirectionsShawn Rutledge2017-10-232-3/+1
* | | | V4 debugger: Fix tests for function expressionsUlf Hermann2017-11-071-10/+5
* | | | Fix evaluation of V4 debug jobsUlf Hermann2017-11-071-13/+6
* | | | V4 Debugger: Allow executing jobs on contexts without v4FunctionUlf Hermann2017-11-071-1/+0
* | | | Further cleanup JSCallDataLars Knoll2017-11-071-3/+3
* | | | Simplify JSCallData constructionLars Knoll2017-11-071-3/+3
* | | | Get rid of JSCallData::call()Lars Knoll2017-11-071-12/+12
* | | | Rename JSCall to JSCallDataLars Knoll2017-11-071-3/+3
* | | | Codegen: Set source location for return instructionUlf Hermann2017-11-061-1/+0
* | | | Re-enable Debug instructions and locations for QML functionsUlf Hermann2017-11-062-34/+14
* | | | Fix JavaScript profilingUlf Hermann2017-11-061-1/+0
* | | | Re-enable tests/auto/qml/debuggerUlf Hermann2017-10-244-4/+39
* | | | tst_qquickflickable::rebound() also fails on macOS 10.11Lars Knoll2017-10-231-1/+1
* | | | Never truncate the JS stackLars Knoll2017-10-231-0/+12
* | | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-2270-151/+1083
|\| | |
| * | | Blacklist tst_QQuickListView::flickBothDirections() temporarilyLiang Qi2017-10-201-0/+3
| * | | Blacklist tst_qquickmousearea::pressedMultipleButtons() temporarilyLiang Qi2017-10-191-0/+3
| * | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
| * | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-256-11/+11