diff options
author | Antti Kokko <antti.kokko@qt.io> | 2019-07-30 11:25:41 +0300 |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@qt.io> | 2019-08-13 11:25:25 +0200 |
commit | 2b1aad5f86fec13bb83043ed1b08f066dd914b3d (patch) | |
tree | 623fcf85da60cd258d0c2a86037849f6da5e40f7 /dist/changes-5.13.1 | |
parent | f4636b934f90b2a07b09f1925a86440cf1944d08 (diff) | |
download | qtwayland-2b1aad5f86fec13bb83043ed1b08f066dd914b3d.tar.gz |
+ e008c69e231169425e2ae602deabc0eb749376ab Fix compile error with -no-opengl
+ cde2fe3fba31b9b8d258f0663bc34009fd769efd Compositor: Map touch ids to contiguous ids
+ 07ec3a37bd6bf28a96b8ff228eea86a09550db51 Bump version
+ 21a5038f8a2a6acc6dd1cc2f6bb0318d2c17f741 Avoid creating decoration whilst Xdg Decoration is pending configure
+ 06cccc30c09830fe75f5757d9eae74f326af03e9 Add changes file for Qt 5.12.4
+ af9ec8a76d7e62444fadb518256fc58723fe5186 Client: Don't add all windows to activePopups
+ 2e4246ee71dd6689d3731e380f393185a1e3bd8e Client: Don't add all windows to activePopups
+ af00b80178138e55be7ea892a118e6357798e0f2 Don't crash if we start a drag without dragFocus
+ 640d60c4de4137aa9093093fc047dccd37d7eb13 Doc: Fix link errors
+ ec9057081f1094fbfeb11449bc533997731e4079 Client: Fix stuttering when the GUI thread is busy
+ a4e6f88f50d1a1dd56df77ce8b07b98aceb20ddc Client: Reset frame callback timer when hiding a window
+ a640a8d46afa6c096013c8656c3ebebe1701e551 Bump version
+ acba020f1b6725e2d431636b1a2cfb075672ddcb Bump version
+ 5ca9f28f4b272d3265b97c16029071a0070195a6 Fix compilation with C++20
+ 05359c5bb6cd0e5adc23b2de3890df4af93bdf7c Fix compilation with C++20
+ c12c6712305883eff72d8da3f5cab837c5997f70 Doc: Replace example file lists with links to code.qt.io
+ f4636b934f90b2a07b09f1925a86440cf1944d08 Fix use of private dependency
Change-Id: Ifb2d513dea873c297b2246b6e7f7fc67453b3da8
Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'dist/changes-5.13.1')
-rw-r--r-- | dist/changes-5.13.1 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dist/changes-5.13.1 b/dist/changes-5.13.1 new file mode 100644 index 00000000..404145e1 --- /dev/null +++ b/dist/changes-5.13.1 @@ -0,0 +1,35 @@ +Qt 5.13.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.13.0. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + +https://doc.qt.io/qt-5/index.html + +The Qt version 5.13 series is binary compatible with the 5.12.x series. +Applications compiled for 5.12 will continue to run with 5.13. + +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 * +**************************************************************************** + + - Fixed a build error when configured with -no-opengl. + +**************************************************************************** +* QPA plugin * +**************************************************************************** + + - Fixed a crash when closing multiple popups at once. + - Fixed a crash that sometimes happened when starting a drag-and-drop + operation. + - Fixed sizing issue with XDG shell on some compositors. + - Fixed stuttering when the GUI thread is busy. + - Fixed occasional update problem when re-showing a hidden window. |