aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debug missing synth-mouse ID in hex, not decimalShawn Rutledge2019-04-171-1/+1
* QQuickWindow: Run render jobs when there is a render control in NoStageAndy Shaw2019-04-091-2/+10
* In response to touch cancel, don't just ungrab, send an ungrab eventShawn Rutledge2019-04-041-2/+2
* Fix a bug where hover events were not sent if the mouse was never movedJan Arve Sæther2019-03-041-0/+1
* Don't crash if the synth-mouse touchpoint is absent from a touch eventShawn Rutledge2019-03-041-12/+16
* Update the cursor when the window is enteredAndy Shaw2019-02-251-0/+1
* QQuickWindow: don't give exclusive grab to invisible or disabled ItemsShawn Rutledge2019-02-051-1/+1
* TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-101-4/+5
* QQWindow: cancel touch->mouse synthesis when touch is ungrabbedShawn Rutledge2018-10-301-22/+29
* Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-10-301-0/+8
|\
| * Warn, don't crash during nested delivery of mouse or touch pressesShawn Rutledge2018-10-131-0/+8
* | Optimize QQuickWindowPrivate::grabTouchPoints()Shawn Rutledge2018-10-181-7/+19
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-081-36/+37
|\|
| * Don't get confused about the grabber during replayDelayedPressShawn Rutledge2018-10-031-35/+35
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-011-9/+12
|\|
| * Add some null pointer checks to avoid some rare crashesv5.11.2Jan Arve Sæther2018-09-111-9/+12
* | QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-061-5/+9
* | Call clearGrabbers each time we get a press eventJan Arve Sæther2018-07-191-0/+2
* | Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-191-0/+12
* | QQWindowPriv::sendFilteredPointerEvent: don't clear hasFilteredShawn Rutledge2018-07-121-1/+7
* | Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-291-10/+13
* | Add HoverHandler to detect a hovering mouse pointerShawn Rutledge2018-06-281-1/+24
* | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-3/+3
|\|
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-3/+3
* | Deliver QNativeGestureEvent via deliverSinglePointEventUntilAcceptedShawn Rutledge2018-06-211-46/+15
* | Deliver QWheelEvent wrapped as QQuickPointerScrollEventShawn Rutledge2018-06-211-33/+40
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-151-1/+8
|\|
| * Fix build without features.gesturesTasuku Suzuki2018-05-141-0/+6
| * Fix bug where Ungrab event was not sentJan Arve Sæther2018-05-111-1/+2
* | QQuickWindow: Don’t crash on events during destructionMorten Johan Sørvig2018-04-241-6/+15
|/
* QQuickWindow: skip mouse synthesis for touch events from trackpadsShawn Rutledge2018-03-161-1/+11
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-60/+60
* doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-231-1/+1
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Qt Forward Merge Bot2018-02-151-3/+4
|\
| * skip filtering during post-delivery if there are no PointerHandlersv5.10.1Shawn Rutledge2018-02-061-0/+2
| * Make sure passive grabbers are cleared on releaseJan Arve Saether2018-02-021-3/+2
* | Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-7/+1
|\|
| * Do not stop delivering to handlers if all points are acceptedJan Arve Saether2018-01-311-7/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-3/+53
|\|
| * Make sure we send the UngrabMouse event when clearing grabbersJan Arve Sæther2018-01-261-1/+5
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-2/+48
| |\
| | * Add new logging category qt.quick.window.transientShawn Rutledge2017-12-151-1/+39
| | * Handle the application state changes so items update appropriatelyAndy Shaw2017-12-111-1/+9
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-42/+23
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-42/+23
| |\|
| | * grabMouse() and QQWPriv::removeGrabber(): be clear whether mouse or touchShawn Rutledge2017-12-051-38/+23
| | * don't get confused about the grabber during replayDelayedPressShawn Rutledge2017-11-291-0/+3
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-081-85/+87
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-85/+87
| |\| |
| | * | fix bugs in native gesture event deliveryShawn Rutledge2017-12-111-2/+2