summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.2.0
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-10-04 00:42:24 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-10-04 00:44:18 +0200
commitd8fc0da235b2bd566b2b6f1e21218afdf2f34eb3 (patch)
treec0ca819521ed6901a83ab476fa822a886691d806 /dist/changes-5.2.0
parent3649a6e61d823289d18be19387d7e3923dd90bd0 (diff)
parentcdf0c5905b3477c6cd01c519f883b7bb55447120 (diff)
Merge remote-tracking branch 'origin/stable' into dev
Conflicts: src/plugins/platforms/minimal/qminimalintegration.cpp src/plugins/platforms/offscreen/qoffscreenintegration.cpp Change-Id: Ica85deeab5c5038ac004718e25194b1157343480
Diffstat (limited to 'dist/changes-5.2.0')
-rw-r--r--dist/changes-5.2.09
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 54f809ae25..a8a3e581de 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -75,3 +75,12 @@ QtCore
- qUpperBound (std::upper_bound)
- qLess (std::less)
- qGreater (std::greater)
+
+QtGui
+-----
+- [QTBUG-28228] Session Management:
+ The new QPlatformSessionManager class brings back the session management
+ functionality. It allows the implementation of platform specific behavior
+ related to session management. For platform that don't support this
+ feature the default behavior has not changed.
+ Both X11 and Windows session management are supported.