diff options
author | Jørgen Lind <jorgen.lind@theqtcompany.com> | 2015-06-12 10:47:08 +0200 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@theqtcompany.com> | 2015-06-15 09:34:04 +0000 |
commit | 862673b75f81e7e836ea083498734b49bae4218a (patch) | |
tree | 9ecd447ce0af2c5dcef5cdb58868deb71d2e8f8d /dist | |
parent | f0e852e545789d4d52149ece368fa388c558a43f (diff) | |
download | qtwayland-862673b75f81e7e836ea083498734b49bae4218a.tar.gz |
added a changes for 5.5.0v5.5.0-rc1v5.5.05.5.0
Change-Id: Ia8a927c5bcfb45bc7a8c16d1c8ff75487fe71cdd
Reviewed-by: Giulio Camuffo <giulio.camuffo@jollamobile.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.5.0 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dist/changes-5.5.0 b/dist/changes-5.5.0 new file mode 100644 index 00000000..2d111b64 --- /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 |