From fb52a593893f52468c01c2c6c8eea0e5ca0cab82 Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Thu, 24 Aug 2017 13:26:42 +0300 Subject: Add change file for Qt 5.6.3 Task-number: QTBUG-62707 Change-Id: I5ff6ddc2dfb1d495f20e257cbd014232cac335b7 Reviewed-by: Shawn Rutledge --- dist/changes-5.6.3 | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 dist/changes-5.6.3 (limited to 'dist') diff --git a/dist/changes-5.6.3 b/dist/changes-5.6.3 new file mode 100644 index 0000000000..3dfc21eb39 --- /dev/null +++ b/dist/changes-5.6.3 @@ -0,0 +1,78 @@ +Qt 5.6.3 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.6.0. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + + http://doc.qt.io/qt-5/index.html + +The Qt version 5.6 series is binary compatible with the 5.5.x series. +Applications compiled for 5.5 will continue to run with 5.6. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + + https://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +QQuickWindow +------------ + + - The relevant child item is now sent a hover event when the window + receives a QEnterEvent, making sure hovering is recognized without + waiting for mouse movement. + - [QTBUG-56075] Wheel events retain their timestamps during delivery. + +QtQml +----- + + - Fixed reading of enum properties from gadgets / value types when the + enum was registered with qRegisterMetaType(). + - [QTBUG-56271] Fixed a crash on big-endian architecture. + - [QTBUG-50592] JSON.stringify() uses QVariant::toString() so that URLs + and other types which are stored as variants will not be omitted. + - [QTBUG-56658] Fixed a crash in the Qt Quick compiler. + - [QTBUG-56830] Fixed conversion of long numeric strings to integers. + - [QTBUG-52356] Fixed binding re-evaluation when list model properties change. + - [QTBUG-58133] Fixed a crash when emitting a signal with an undefined QJSValue. + - [QTBUG-57633][QTBUG-46263] Fix crash with QObjects exposed to multiple QML engines. + - [QTBUG-58271] Fix PropertyChanges element to restore bindings on aliases. + - [QTBUG-56499] Fix Connection element not disconnecting when target became null. + - Work around crashes with gcc 5/6 caused by dead-store eliminations. + - Fix memory leak with QQmlExpression. + - [QTBUG-53261] Fix memory corruption when changing JS object properties in + certain ways. + - [QTBUG-39888] Fix crash with QQuickItem objects that do not have a parent but + should be kept alive by the JS garbage collector. + - [QTBUG-54822] Fix support for address space configurations where the kernel uses + more bits in pointer addressing + - [QTBUG-56551] Fix crash with Connection element and non-existent objects + +QtQuick +------- + + - [QTBUG-39888] Fixed crash with QQuickItems created via JavaScript being + garbage collected sometimes when they're not assigned to a window. + - [QTBUG-44038] TextInput no longer emits editingFinished twice on iOS. + - [QTBUG-55871][QTBUG-55886] Flickable::movementEnding and movementEnded + are emitted reliably at the right times on macOS. + - [QTBUG-55779] Text padding now has the proper effect on height when + there is more than one line of text. + - [QTBUG-37095] Canvas is rendered at high resolution if the scene is + initially rendered on a high-DPI screen. + - [QTBUG-56657] Fixed a bug resulting in invisible images in some cases. + - [QTBUG-58852] Large amounts of text are now rendered properly with + Text.NativeRendering. + +QuickTest +--------- + - [QTBUG-56223] Mouse events now include timestamps. + +QtWidgets +--------- + + - [QTBUG-42074][QTBUG-57003] Support characters in Private Use Area, as + well as zero-width joiners and zero-width non-joiners in input in + TextInput and TextEdit. -- cgit v1.2.3