aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-138-15/+132
|\
| * Blacklist tst_qquickwidget::enterLeave() on MacJ-P Nurmi2017-11-091-0/+2
| * Make tst_qquickframebufferobject pass on macOSJ-P Nurmi2017-11-091-2/+4
| * Fix tests/auto/quick/quick.proJ-P Nurmi2017-11-091-1/+1
| * Fix tst_qquickshadereffectJ-P Nurmi2017-11-091-4/+4
| * stabilize and optimize tst_QQuickListView::QTBUG_34576_velocityZeroShawn Rutledge2017-11-081-8/+9
| * Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-072-0/+75
| * QQuickWidget: pass enter and leave events to the offscreen windowAndy Shaw2017-11-062-0/+37
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-0613-10/+674
|\|
| * QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-0/+39
| * stabilize tst_QQuickListView::incrementalModelShawn Rutledge2017-11-031-9/+4
| * Add benchmark for event deliveryFrederik Gladhorn2017-11-036-1/+255
| * Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-032-0/+152
| * QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-032-3/+34
| * ListView: don't stop moving the highlight because of model updatesShawn Rutledge2017-11-032-0/+60
| * QQuickFlickable: Use QQuickItem::setSize() in resizeContent()Alexandr Akulich2017-11-031-0/+8
| * QQuickItemView: avoid wrong repositioning of removed itemsAlberto Mardegan2017-11-032-0/+125
* | testlib: add key sequence functionLiang Qi2017-11-033-0/+72
* | Fix bug preventing ungrabMouse() on TouchCancelDaniel d'Andrada2017-11-031-1/+41
* | Update to new QRandomGenerator APIThiago Macieira2017-11-035-15/+15
* | 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-2494-245/+1282
|\|
| * 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-1777-216/+986
* | 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-293-3/+3
* | 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
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-2025-33/+424
|\|
| * Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-192-9/+52
| * Fall back to the ObjectWrapper for model advanceIteratorAndy Shaw2017-09-151-0/+23
| * QQuickTextEdit: call implicitWidth() even if requireImplicitWidth is trueTim Jenssen2017-09-141-0/+13
| * Add NOTIFY signal for QQuickAnimatedImage::frameCountPal Toth2017-09-131-0/+10
| * Error out when compiling signal handlers with arguments in qml filesSimon Hausmann2017-09-121-2/+33
| * Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-121-0/+61
| * Add missing math.h include for math functionsJake Petroules2017-09-122-0/+4