summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-11-23 08:48:11 -0800
committerJani Heikkinen <jani.heikkinen@qt.io>2017-11-24 05:23:55 +0000
commit7db0436ed2fee71cee086d77a2572886c31e072a (patch)
treecbe056f5f63026ece1e9c6eb7d3a9853dab56af4 /dist
parent2aaf5753197c87a0b3730850a1ab851ffb854d9e (diff)
Changelog edit: move the X11 entries from "Linux" to "X11"
Change-Id: I5892efbfc2924eabbafafffd14f9c4f69a5c6416 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.10.033
1 files changed, 16 insertions, 17 deletions
diff --git a/dist/changes-5.10.0 b/dist/changes-5.10.0
index 6c46c900b2..002b58d3b4 100644
--- a/dist/changes-5.10.0
+++ b/dist/changes-5.10.0
@@ -499,23 +499,6 @@ iOS
Linux
-----
- - XInput device property changes are now detected at runtime (no
- application restart required).
- - [QTBUG-60513][QTBUG-29278][QTBUG-43768][QTBUG-18380] The _NET_WORKAREA
- atom is used for calculating QScreen::availableGeometry() only on systems
- with one monitor. In all other cases QScreen::availableGeometry() is
- equal to QScreen::geometry(). To restore the legacy behavior with
- untrustworthy values in QScreen::availableGeometry() set
- QT_RELY_ON_NET_WORKAREA_ATOM=1 in the environment.
- - The QT_XCB_NO_XI2_MOUSE environment variable is deprecated and will be
- removed in Qt 6. If your application relies on behavior set by
- QT_XCB_NO_XI2_MOUSE, it should be updated accordingly.
-
- - Pointer event delivery on X11 is now done starting from XInput version
- 2.0 (when available) instead of 2.2. XInput support can be disabled by
- setting QT_XCB_NO_XI2=1 in the environment; note that doing so will also
- disable tablet and touch support.
-
- Qt uses the statx(2) system call for obtaining file information on
kernels 4.12 and later. Some older container systems install system call
protection rules that do not include this system call. If you experience
@@ -546,6 +529,22 @@ X11
- Native painting (instead of software rasterization) has been experimentally
re-introduced. Enabled by the configure option -xcb-native-painting.
+ - XInput device property changes are now detected at runtime (no
+ application restart required).
+ - [QTBUG-60513][QTBUG-29278][QTBUG-43768][QTBUG-18380] The _NET_WORKAREA
+ atom is used for calculating QScreen::availableGeometry() only on systems
+ with one monitor. In all other cases QScreen::availableGeometry() is
+ equal to QScreen::geometry(). To restore the legacy behavior with
+ untrustworthy values in QScreen::availableGeometry() set
+ QT_RELY_ON_NET_WORKAREA_ATOM=1 in the environment.
+ - The QT_XCB_NO_XI2_MOUSE environment variable is deprecated and will be
+ removed in Qt 6. If your application relies on behavior set by
+ QT_XCB_NO_XI2_MOUSE, it should be updated accordingly.
+
+ - Pointer event delivery on X11 is now done starting from XInput version
+ 2.0 (when available) instead of 2.2. XInput support can be disabled by
+ setting QT_XCB_NO_XI2=1 in the environment; note that doing so will also
+ disable tablet and touch support.
****************************************************************************
* Tools *