From 862673b75f81e7e836ea083498734b49bae4218a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Fri, 12 Jun 2015 10:47:08 +0200 Subject: added a changes for 5.5.0 Change-Id: Ia8a927c5bcfb45bc7a8c16d1c8ff75487fe71cdd Reviewed-by: Giulio Camuffo --- dist/changes-5.5.0 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dist/changes-5.5.0 diff --git a/dist/changes-5.5.0 b/dist/changes-5.5.0 new file mode 100644 index 000000000..2d111b64c --- /dev/null +++ b/dist/changes-5.5.0 @@ -0,0 +1,33 @@ +Qt 5.5 introduces some new features and improvements as well as bugfixes +over the 5.4 series. Better conformance with the QPA interface has been +achieved, and there has been a focus on making QtQuick work reliably in +Wayland Clients + +**************************************************************************** +* Qt Wayland General * +**************************************************************************** + +- Update Wayland protocol version to 1.4 +- brcm integration fixed +- Added a class for converting shm formats + +**************************************************************************** +* Qt Wayland QPA Plugin * +**************************************************************************** + +- xdg-shell integration updated to work with weston 1.6 +- Improve popup handling +- Added support for Qt WebEngine +- Added support for setMask for input region +- Fix for using QtQuick with the threaded renderer +- Fixed fontrendering to be on par with the xcb plugin + + +**************************************************************************** +* Qt Compositor * +**************************************************************************** + +- Only use Q_SLOTS and Q_SIGNALS in header files +- Added a QWayland Output class +- Added support for multiple input devices +- Added public class for QWaylandClient -- cgit v1.2.3