summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.2.0
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2013-10-02 11:08:32 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-02 11:45:04 +0200
commit4106d0c2d740480c16cadfe636c2fc472c17f8f0 (patch)
treee5354597ae93b8bf45b516a57d2f1014401c98fe /dist/changes-5.2.0
parent56cd9cc2b085c1a2152831d47bb8fd9607d7500e (diff)
Add to 5.2 changelog QPlatformSessionManager related entry
This patch adds a brief description of the return of session management because the changelog entries weres missing in the commit messages related to the various parts of the related works Change-Id: I20e6a20a63f1a38c6b1a7c9f147737688cd7ddf4 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
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.