aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* never skip updating passive grabbers, or ungrab, on mouse releaseShawn Rutledge2017-11-231-8/+11
* 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-141-3/+5
* Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-141-53/+37
* QQuickEventPoint: make ungrab/cancel notifications more consistentShawn Rutledge2017-11-141-14/+12
* Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-135-28/+57
|\
| * 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
* | 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-062-26/+35
|\|
| * 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
* | 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
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-252-0/+2
|\|
| * Minor documentation improvements for Matrix4x4Michael Brasser2017-10-242-0/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-242-4/+8
|\|
| * QQuickLoader: Use setSize() to resize itemAlexandr Akulich2017-10-201-2/+7
| * Update the cursor rectangle when select all is triggeredAndy Shaw2017-10-201-2/+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
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-041-0/+1
|\|
| * Document the default value of property asynchronousZhang Xingtao2017-09-271-0/+1
* | docs: EventPoint::timeHeld is a real value, in secondsShawn Rutledge2017-09-291-1/+1
* | QQuickWindowPrivate::deliverKeyEvent: stop using QQW::sendEventShawn Rutledge2017-09-291-4/+9
* | PinchHandler: add native pinch gesture supportShawn Rutledge2017-09-294-15/+191
* | improve documentation of the PointerHandler base classes and indexShawn Rutledge2017-09-292-5/+359
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-208-19/+50
|\|
| * Fix compilation with -no-openglMichal Klocek2017-09-181-2/+3
| * QQuickTextEdit: call implicitWidth() even if requireImplicitWidth is trueTim Jenssen2017-09-141-1/+1
| * Add NOTIFY signal for QQuickAnimatedImage::frameCountPal Toth2017-09-133-7/+19
| * Add missing math.h include for math functionsJake Petroules2017-09-121-0/+1
| * Fix issue with programmatic flicking at boundsMichael Brasser2017-09-081-0/+1
| * add qt.quick.canvas logging category, show size change due to DPRShawn Rutledge2017-09-071-0/+11
| * Canvas: Repaint on devicePixelRatio ChangeMorten Johan Sørvig2017-09-072-11/+15
| * QQuickDragAttached: make hotSpot work with imageSourceOleg Yadrov2017-09-061-0/+1
* | don't re-deliver events to an item which already filteredShawn Rutledge2017-09-112-11/+16
* | refactor sendFilteredMouseEvent to match sendFilteredPointerEventShawn Rutledge2017-09-112-17/+16