aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-1319-48/+214
|\
| * Make sure we remove stopped animators from the list of rootsGunnar Sletta2017-11-101-1/+3
| * 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-092-5/+5
| * docs and example: clarify the usage of Flickable contentX/contentYShawn Rutledge2017-11-082-3/+17
| * stabilize and optimize tst_QQuickListView::QTBUG_34576_velocityZeroShawn Rutledge2017-11-081-8/+9
| * Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-073-11/+91
| * QQuickWindow: cleanup pointer event instancesJ-P Nurmi2017-11-071-0/+2
| * Never create pointer events from mouseGrabberItem()Jan Arve Saether2017-11-072-15/+24
| * QQuickWidget: pass enter and leave events to the offscreen windowAndy Shaw2017-11-063-0/+46
| * Fix coverity reported warningLars Knoll2017-11-061-1/+1
| * Prevent the QML engine from registering circular dependenciesErik Verbruggen2017-11-062-1/+10
* | Remove deprecated grabber()Jan Arve Sæther2017-11-081-1/+0
* | Check for duplication with url rather than uriMichael Brasser2017-11-081-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-0624-86/+759
|\|
| * QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-052-12/+49
| * Clean up handling of opaqueness in the SW rendererLars Knoll2017-11-032-26/+15
| * Mark layers in the SW rasterizer as opaque if possibleLars Knoll2017-11-034-10/+22
| * 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-034-5/+156
| * QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-033-4/+45
| * ListView: don't stop moving the highlight because of model updatesShawn Rutledge2017-11-033-1/+60
| * QQuickFlickable: Use QQuickItem::setSize() in resizeContent()Alexandr Akulich2017-11-032-17/+25
| * QQuickItemView: avoid wrong repositioning of removed itemsAlberto Mardegan2017-11-033-2/+128
| * Mark pixmaps without alpha channel as opaque in the SW rendererLars Knoll2017-10-302-3/+2
| * Fix crash with dangling context object pointersAndy Shaw2017-10-261-0/+2
* | testlib: add key sequence functionLiang Qi2017-11-037-3/+115
* | Fix bug preventing ungrabMouse() on TouchCancelDaniel d'Andrada2017-11-032-5/+46
* | Doc: Move the warning about manipulating QML objects from C++Venugopal Shivashankar2017-11-033-11/+9
* | Update to new QRandomGenerator APIThiago Macieira2017-11-0325-69/+69
* | Avoid bogus "cancelGrab: no grabber" warningJan Arve Sæther2017-11-021-2/+5
* | Fix a bug with TapHandler+DragHandler on top of FlickableJan Arve Sæther2017-10-274-17/+188
* | Fix Logically dead codeJesus Fernandez2017-10-271-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-258-34/+54
|\|
| * Minor documentation improvements for Matrix4x4Michael Brasser2017-10-242-0/+2
| * Return "qnx" for Qt.platform.os when appropriateLiang Qi2017-10-242-0/+3
| * QQuickAnimatorProxyJob: Disconnect from window when unsetting itUlf Hermann2017-10-242-1/+23
| * 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 "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-241025-3538/+12371
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241025-3538/+12371
| |\|
| | * QQmlTypeLoader: Drain events before shutting down the threadUlf Hermann2017-10-204-10/+69
| | * QQuickLoader: Use setSize() to resize itemAlexandr Akulich2017-10-203-6/+19
| | * Extract QSizeChangeListener from tst_quickview to shared test utilsAlexandr Akulich2017-10-205-24/+97
| | * Docs: VideoOutput is not supported with Software AdaptationAndy Nichols2017-10-201-0/+7
| | * Update the cursor rectangle when select all is triggeredAndy Shaw2017-10-202-3/+2
| | * Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-197-29/+98