qt6-bb10/src
Volker Hilsheimer 98d65c8d42 QGraphicsView: send timestamp information through QGraphicsSceneEvent
Qt relies on event timestamp information to detect double click events.
The information was not passed through QGraphicsSceneEvent, so the
synthesized QMouseEvent delivered for the second press of a double click
to an embedded widget was never recognized as a double click.

This requires addition of a new setter/getter to QGraphicsSceneEvent.
Event though not all QGraphicsSceneEvent instances will have a valid
timestamp, this provides us with more flexibility than adding the API to
several QGraphicsSceneEvent types (mouse, touch, wheel).

Pick-to: 6.2
Fixes: QTBUG-96009
Change-Id: I343f25902286157f6d6670641dfad9c92dd44250
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2021-08-26 14:32:26 +02:00
..
3rdparty Update Harfbuzz to version 2.9.0 2021-08-23 07:37:04 +02:00
android Fix access to content: URLs with transient read/write permissions 2021-08-23 15:36:03 +02:00
concurrent QtConcurrent: fix examples of overloaded methods in docs 2021-08-18 22:31:17 +02:00
corelib QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needles 2021-08-26 07:08:34 +02:00
dbus qdbuscpp2xml: add support for custom types with a new -t option 2021-08-25 01:03:54 +02:00
entrypoint Adjust the EntryPoint target name according to the internal module naming policy 2021-06-15 12:51:49 +02:00
gui Fix warning about loop variable creating a copy 2021-08-24 13:39:06 +02:00
network NetworkAccessBackend: Remove the backend part of the name 2021-08-26 14:32:26 +02:00
opengl CMake: Make WrapVulkanHeaders target optional for QtGui consumers 2021-07-29 16:38:50 +02:00
openglwidgets Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
platformsupport Fix button type to update coordinates when dragging 2021-08-11 12:38:35 +00:00
plugins macOS: Correctly compute marked and selected text range, and use for insertion 2021-08-24 13:39:06 +02:00
printsupport Fix printing with unhinted fonts 2021-08-16 20:20:26 +02:00
sql Doc: Ensure deprecated APIs in Qt Sql are documented as such 2021-07-22 07:08:56 +02:00
testlib Add note on selecting the device which is used to run tests on Android 2021-08-18 19:53:38 +00:00
tools qdbuscpp2xml: add support for custom types with a new -t option 2021-08-25 01:03:54 +02:00
widgets QGraphicsView: send timestamp information through QGraphicsSceneEvent 2021-08-26 14:32:26 +02:00
xml Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00