aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow_p.h
Commit message (Expand)AuthorAgeFilesLines
* Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-071-0/+2
* Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-311-1/+2
* Make the initialization failure dialog sensible with QRhiLaszlo Agocs2019-11-281-2/+4
* Prevent infinite rhi init failure in threaded render loopLaszlo Agocs2019-11-281-1/+2
* Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-2/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-101-1/+1
|\
| * QQuickWindow: Higher z-order items now steal drop targetStephen D'Angelo2019-10-091-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-1/+1
|\|
| * QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-021-1/+1
* | Restore QQuickWindowPrivate::dragOverThreshold(d, axis, TouchPoint)Shawn Rutledge2019-09-231-0/+2
* | Add dragThreshold property to Event HandlersShawn Rutledge2019-09-191-20/+0
|/
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-1/+17
* Add a feature for Drag&Drop support in Qt QuickUlf Hermann2019-05-231-2/+2
* Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-151-1/+2
* QQWindow: cancel touch->mouse synthesis when touch is ungrabbedShawn Rutledge2018-10-301-0/+1
* Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-191-0/+1
* Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-291-1/+1
* Deliver QNativeGestureEvent via deliverSinglePointEventUntilAcceptedShawn Rutledge2018-06-211-3/+0
* Deliver QWheelEvent wrapped as QQuickPointerScrollEventShawn Rutledge2018-06-211-3/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-1/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-1/+2
| |\
| | * grabMouse() and QQWPriv::removeGrabber(): be clear whether mouse or touchShawn Rutledge2017-12-051-1/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-131-0/+1
| |\|
| | * Never create pointer events from mouseGrabberItem()Jan Arve Saether2017-11-071-0/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-1/+2
|\| |
| * | Fix a bug with TapHandler+DragHandler on top of FlickableJan Arve Sæther2017-10-271-0/+1
| * | PinchHandler: add native pinch gesture supportShawn Rutledge2017-09-291-1/+1
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/ /
* | don't re-deliver events to an item which already filteredShawn Rutledge2017-09-111-1/+2
* | refactor sendFilteredMouseEvent to match sendFilteredPointerEventShawn Rutledge2017-09-111-1/+1
* | sendFilteredPointerEvent: go back to parent traversalShawn Rutledge2017-09-081-3/+3
* | rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-051-1/+1
* | Restore filtering behaviorShawn Rutledge2017-08-241-1/+1
* | Add a way to set the default render type of text-like elementsGiuseppe D'Angelo2017-08-231-0/+1
* | Fix some bugs related to child mouse filteringwip/pointerhandlerJan Arve Saether2017-08-081-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-111-0/+4
|\|
| * Move pointerEvent instance to QQuickWindowJan Arve Saether2017-05-101-0/+4
* | Fix some problems with MouseDblClick handlingJan Arve Saether2017-05-261-0/+1
* | Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-221-2/+2
* | Add QQuickItem acceptTouchEvents/setAcceptTouchEvents; require for touchShawn Rutledge2017-04-141-1/+1
* | QQuickEventPoint API changes after API reviewJan Arve Saether2017-02-221-0/+8
* | remove unused return values in QQuickWindowPrivate delivery functionsShawn Rutledge2017-02-161-2/+2
* | QQuickWindow: remove sendFilteredTouchEventShawn Rutledge2017-02-161-4/+3
* | build a vector of child-filtering parents before delivery of pointer eventShawn Rutledge2017-01-271-0/+5
* | Merge branch remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-12-201-8/+21
|\|
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-7/+21
| |\
| | * QQuickWindowPrivate::dragOverThreshold(): ignore zero velocity thresholdJan Arve Saether2016-12-071-1/+15