aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
| | * QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-301-3/+9
| | * QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-306-14/+18
| | * don't get confused about the grabber during replayDelayedPressShawn Rutledge2017-11-292-1/+4
| | * Fix crash when moving items during asynchronous creationJoni Poikelin2017-11-281-2/+9
| | * Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-251-4/+5
| | |\
| | | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-4/+5
| | | |\
| | * | | Software Adaptation: Fix cliping logic error with empty clip regionsAndy Nichols2017-11-231-2/+2
| | |/ /
| | * | watch for the actual render window if there is a QQuickRenderControlMarco Martin2017-11-221-0/+3
| | * | Document QQuickGrabGestureEventShawn Rutledge2017-11-172-1/+39
* | | | Avoid setting DirtyOpacity flag if it has not been changedVaL Doroshchuk2017-12-201-1/+1
|/ / /
* | | fix bugs in native gesture event deliveryShawn Rutledge2017-12-112-4/+6
* | | TapHandler: emit canceled when a gesturePolicy constrait is violatedShawn Rutledge2017-12-111-0/+2
* | | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-082-12/+16
|\ \ \
| * | | 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
* | | | Document when anchors.fill can and can not be usedJan Arve Saether2017-12-022-1/+98
* | | | Fix a bug with calculation of translation in DragHandlerJan Arve Sæther2017-11-241-3/+4
* | | | prepend PointerHandler children of Items so the last is visited firstShawn Rutledge2017-11-231-1/+1
* | | | PointHandler: fix and improve the docsShawn Rutledge2017-11-232-25/+131
|/ / /
* | | 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