summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-09-05 13:28:21 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-08 01:43:57 +0200
commit4f4fc20d2d0188978c43e105ed60d71ba2396fd4 (patch)
tree7b3ae4fe489ebd1caa99c5a53a0e4c0656008ae3 /dist/changes-5.0.0
parent02176c538e7eb8527e6d079447e4e8194c63a231 (diff)
Mention logging related changes in changes-5.0.0 file
Change-Id: I6798a2b09fb0f832c32bac325fa0bcf40dbb854e Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.06
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index fed97c0722..3793a8ef86 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -424,6 +424,12 @@ QtCore
- [QTBUG-24307] The initial state is now entered before the started() signal is emitted.
- [QTBUG-25959] State entry and exit order is now SCXML spec-compliant.
+* qDebug(), qWarning(), qCritical(), and qFatal() were changed to macros that track the origin
+ of the message in source code. Whether this and other meta-information is printed can be
+ configured (for the default message handler) by setting the new QT_MESSAGE_PATTERN environment
+ variable. qInstallMsgHandler() has been deprecated, and should be replaced with
+ qInstallMessageHandler().
+
QtGui
-----
* Accessibility has been refactored. The hierachy of accessible objects is implemented via