From 88c8df4eab81316bc055c8be82b0febc70330dbe Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Tue, 27 Oct 2020 10:02:11 +0200 Subject: Add changes file for Qt 5.15.2 + 7d7ac7f0a4bd6a7956448ddb0ba44c12755dca2e Client: Send subsurface expose event when toplevel is configured + 18ab3edaf2a4cdd1e9df6e166cf51a69a9785ecd Client: Initialize mScale on creation instead of on show + b1564c87e3fd1271575122c6b932c5e9324f07a7 Client: Fix scroll direction with touchpads - bd48b6b341482720652dd02866690f937e25619d Add changes file for Qt 5.15.1 + 96cfbda63a249385eef02e7996098079569a13b8 Fix brcm-egl wayland integration + 6a7c6eedbaf00b1f2102247810987b6d9246f34e Bump version + 9c8e59a7a6b0cfaa7caf899bdb577270c83b9a12 Build with -no-opengl + 1344ca6b5a8fbc1b28727feea6d856af8bf3bc93 fix libdrm related configure test failure + 65922085c3ba302b9049e62c1e132236b726adf9 Implement MockRegion + 407c240bf52f0c5d23cd87be48ced51a58562f19 Scanner: Generate code that cleans up m_resource + 45a3a3208a4243d9b0a6500e3dcd0fcfed2dfcea Scanner: Generate code that destroys inert resources + 707b23cf11586304912b3ea87099cf46a0aac912 Implement CoreProtocol::compositor_create_region + 2a77384a4f2485364cefeb825eea63daf13dd3b1 Fix race condition on frame callback + 51f0466e01df52eb07e589006744f405dfd40bdd Client: Advertise all supported mime types + f637fcdbbabeb060cdd223d8bc6662d5cace6b90 Address WlCompositor::compositor_create_region in tests + cc779e0ed47ec4759dc3c23953dd02cfacc6885c Issue set_opaque_region on opaque surfaces + 8824452f5b259ab1f295f1237789b2693ae8f232 Add changes file for Qt 5.12.10 Change-Id: I9158c0bb827a54421b205abc6c637e6cdfc5cebd Reviewed-by: Volker Hilsheimer Reviewed-by: Eskil Abrahamsen Blomfeldt (cherry picked from commit 3cc17177b1b03053276eb6236fda137c588261a7) Reviewed-by: Qt Cherry-pick Bot --- dist/changes-5.15.2 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dist/changes-5.15.2 diff --git a/dist/changes-5.15.2 b/dist/changes-5.15.2 new file mode 100644 index 000000000..e12ac096d --- /dev/null +++ b/dist/changes-5.15.2 @@ -0,0 +1,35 @@ +Qt 5.15.2 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.15.1. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + + https://doc.qt.io/qt-5.15/index.html + +The Qt version 5.15 series is binary compatible with the 5.14.x series. +Applications compiled for 5.14 will continue to run with 5.15. + +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. + +**************************************************************************** +* Compositor * +**************************************************************************** + + - [QTBUG-83263] Fixed a race condition on frame callback. + - [QTBUG-86109] Fix brcm-egl wayland integration. + +**************************************************************************** +* QPA plugin * +**************************************************************************** + + - [QTBUG-87657] Clipboard selection now advertises all supported mime types. + - [QTBUG-86291] Fixed the build with -no-opengl. + - [QTBUG-85767] Touchpad scrolling is no longer inverted. + - [QTBUG-86176] We now send subsurface expose events when a different + toplevel (such as a dialog) is configured. -- cgit v1.2.3