From e4471e72b20495d7cd4507537cc18196ca41cc71 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sat, 4 May 2013 10:41:08 +0200 Subject: Fix typo in changes-5.0.0: there's no "S" after "INTERFACE" or "ADAPTOR" in QDBUSXML2CPP_INTERFACE_HEADER_FLAGS and QDBUSXML2CPP_ADAPTOR_HEADER_FLAGS. Change-Id: Ibbe812fbe4912acfd2c9721b5193727ae0c0ade3 Reviewed-by: Oswald Buddenhagen --- dist/changes-5.0.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index 6d58c21133..85c41c7f55 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -945,7 +945,7 @@ Qt for Windows CE * QMAKE_SUBSTITUTES can now copy files verbatim. * MSVC desktop builds now use -Zc:wchar_t. * The following variables were added: QMAKESPEC, _QMAKE_CONF_ & _QMAKE_SUPER_CACHE_. - * QDBUSXML2CPP_{INTERFACES,ADAPTORS}_{HEADER,SOURCE}_FLAGS are now understood, + * QDBUSXML2CPP_{INTERFACE,ADAPTOR}_{HEADER,SOURCE}_FLAGS are now understood, and DBUS_{INTERFACES,ADAPTORS} support file groups with individual flags now. * QT_PRIVATE and PKGCONFIG_PRIVATE (analogous to LIBS_PRIVATE resp. PKGCONFIG) are now understood. * INSTALLS entries now support copying with subdirectory (e.g., entry.base = $$dirname(PWD)). -- cgit v1.2.3 From 83315ce8b2b5c314fef2382f5ef5344de59fe3e3 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Mon, 22 Apr 2013 14:28:24 +0200 Subject: Revert QDateTime serialisation to pre-Qt 5 behaviour. In Qt 5, I managed to break the guarantee that a deserialised local datetime is the same time of day (potentially different UTC time), regardless of which timezone it was serialised in. This happened after I fixed QTBUG-4057 with If650e7960dca7b6ab44b8233410a6369c41df73a, which serialised datetimes as UTC. This patch reverts QDateTime serialisation to pre-Qt 5 behaviour to restore the guarantee and consequently re-opens QTBUG-4057. Change-Id: Iea877f7ed886f530b928067789b53534e89fe8cb Reviewed-by: Thiago Macieira --- dist/changes-5.1.0 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0 index d89914ce1a..cb96c2debe 100644 --- a/dist/changes-5.1.0 +++ b/dist/changes-5.1.0 @@ -41,6 +41,14 @@ Third party components * [QTBUG-8836] QAbstractItemView now allows manual deselect in SingleSelection mode (with control modifier) +- QtCore + + * The serialization behavior for QDateTime has reverted to pre-Qt 5, + due to the issue mentioned in section 4 here: + http://lists.qt-project.org/pipermail/development/2013-March/010559.html + + This means that the QDataStream version will be 14 with Qt 5.1. + **************************************************************************** * Library * **************************************************************************** -- cgit v1.2.3