summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-10-27 10:02:11 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2020-11-05 11:04:07 +0100
commit3cc17177b1b03053276eb6236fda137c588261a7 (patch)
tree3006c150fde801cc3823e670beda80240747c92c
parentf73491ca88af8ee8cb1ff7eedcee80461c8b7138 (diff)
Add changes file for Qt 5.15.2v5.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 Pick-to: dev 5.15 Change-Id: I9158c0bb827a54421b205abc6c637e6cdfc5cebd Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-rw-r--r--dist/changes-5.15.235
1 files changed, 35 insertions, 0 deletions
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.