aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* never skip updating passive grabbers, or ungrab, on mouse releaseShawn Rutledge2017-11-231-8/+11
* Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-4/+5
|\
| * Fix crash when accessing pixmap on default QSGSoftwareInternalImageNodev5.9.3Allan Sandfeld Jensen2017-11-171-4/+5
* | Fix outdated BSD license headerKai Koehne2017-11-157-14/+84
* | add PointHandlerShawn Rutledge2017-11-154-0/+219
* | a PointerHandler can veto overtaking of grab by an ItemShawn Rutledge2017-11-141-7/+7
* | QQuickWindowPrivate::deliverToPassiveGrabbers: localize the eventShawn Rutledge2017-11-141-1/+3
* | PointerHandler: add grabPermissions, enforce in setExclusiveGrabShawn Rutledge2017-11-144-19/+160
* | Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-142-57/+46
* | QQuickEventPoint: make ungrab/cancel notifications more consistentShawn Rutledge2017-11-141-14/+12
* | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-137-30/+61
|\ \
| * | Make sure we remove stopped animators from the list of rootsGunnar Sletta2017-11-101-1/+3
| * | Fix tst_qquickshadereffectJ-P Nurmi2017-11-091-1/+1
| * | docs and example: clarify the usage of Flickable contentX/contentYShawn Rutledge2017-11-081-1/+15
| |/
| * Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-071-11/+16
| * QQuickWindow: cleanup pointer event instancesJ-P Nurmi2017-11-071-0/+2
| * Never create pointer events from mouseGrabberItem()Jan Arve Saether2017-11-072-15/+24
| * Fix coverity reported warningLars Knoll2017-11-061-1/+1
* | Remove deprecated grabber()Jan Arve Sæther2017-11-081-1/+0
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-069-64/+73
|\|
| * 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
| * Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-032-5/+4
| * QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-031-1/+11
| * ListView: don't stop moving the highlight because of model updatesShawn Rutledge2017-11-031-1/+0
| * QQuickFlickable: Use QQuickItem::setSize() in resizeContent()Alexandr Akulich2017-11-031-17/+17
| * QQuickItemView: avoid wrong repositioning of removed itemsAlberto Mardegan2017-11-031-2/+3
| * Mark pixmaps without alpha channel as opaque in the SW rendererLars Knoll2017-10-302-3/+2
* | Fix bug preventing ungrabMouse() on TouchCancelDaniel d'Andrada2017-11-031-4/+5
* | Update to new QRandomGenerator APIThiago Macieira2017-11-033-8/+8
* | 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-272-16/+34
* | Fix Logically dead codeJesus Fernandez2017-10-271-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-253-1/+7
|\|
| * Minor documentation improvements for Matrix4x4Michael Brasser2017-10-242-0/+2
| * QQuickAnimatorProxyJob: Disconnect from window when unsetting itUlf Hermann2017-10-241-1/+5
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-24166-557/+1858
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-24166-557/+1858
| |\|
| | * QQuickLoader: Use setSize() to resize itemAlexandr Akulich2017-10-201-2/+7
| | * Docs: VideoOutput is not supported with Software AdaptationAndy Nichols2017-10-201-0/+7
| | * Update the cursor rectangle when select all is triggeredAndy Shaw2017-10-201-2/+1
| | * Software Adaptation: Fix QQuickWidget when moving between screensAndy Nichols2017-10-171-1/+1
| | * Fix outdated FDL license headerKai Koehne2017-10-1734-170/+170
| | * Fix outdated BSD license headerKai Koehne2017-10-17129-382/+1672
* | | clang-cl: Fix warnings about non-portable #include resolutionFriedemann Kleint2017-10-241-1/+1
|/ /
* | QQuickWindow: if an Item has PointerHandlers it's a delivery targetShawn Rutledge2017-10-173-4/+13
* | Fix QQuickRenderControl software grabs on surface not rendered elsewherev5.10.0-beta2David Edmundson2017-10-141-2/+2
* | Undo pre-accept state if the event was not filteredJan Arve Sæther2017-10-131-0/+4
* | Fix touch points delivered to the filtering parentJan Arve Saether2017-10-051-1/+1
* | pre-accept the mouse event before childMouseEventFilter; grab afterShawn Rutledge2017-10-052-7/+19