blob: 2d111b64c4b2e09a286d65fe50f32f89cd029b65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
|