summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-08-11 16:23:10 +0200
committerQt by Nokia <qt-info@nokia.com>2012-01-25 02:23:25 +0100
commit0fb5c7e71d6f9551b5e60f42a0d210ee65b01595 (patch)
tree2049c3884f7134938b0af95c83c15d2beda26301 /dist
parente30fdcf683ba1270ce9fcd487a08bca452d04af3 (diff)
Make coordinates float based where it makes sense.
Mouse and Hover events already use FP corrdinates. They also make sense for tablet and drop events. Task-number: QTBUG-20115 Change-Id: Iff35d1f468567bd5a37236853dbc7725a37d87f2 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index bbd1c2300d..ea76901df3 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -102,6 +102,9 @@ information about a particular change.
- QSound has been moved from QtGui to QtMultimedia
+- QTabletEvent::QTabletEvent does not take a hiResGlobalPos argument anymore,
+ as all coordinates are floating point based now.
+
- QTouchEvent:
* The DeviceType enum and deviceType() have been deprecated due to