summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-06-26 14:05:00 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-06-26 14:05:00 +0200
commitfeba85d8e1da3941469f4f1327f6f690229f0b38 (patch)
treecf13610e9faa2a9536fa2d35d4575c89b6dd500a
parente8904251a8758c11ae8fa9b9f7adcd575833f23a (diff)
parent862673b75f81e7e836ea083498734b49bae4218a (diff)
Merge remote-tracking branch 'origin/5.5.0' into 5.5
-rw-r--r--dist/changes-5.5.033
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 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