Update to new weston design
authorScott Anderson <scott.anderson@collabora.com>
Sat, 28 Sep 2019 03:23:11 +0000 (15:23 +1200)
committerMarius Vlad <marius.vlad@collabora.com>
Tue, 21 Jan 2020 17:34:10 +0000 (19:34 +0200)
commit90ae27de32e360a786a87005f7b0d0401ee33be4
treea135305a9cd5d62ceed3f31e0449e2bd220efbb5
parent838d62ed32a6cd6d71c72a7b7b272d672bc7e674
Update to new weston design

This split the panels into their own separate windows which can be
managed by the compositor. It also makes use of the custom agl-shell
wayland protocol for this.

Signed-off-by: Scott Anderson <scott.anderson@collabora.com>
Change-Id: Id27c191b3cbc13ee572cb2534d0e7b478d49353d
17 files changed:
homescreen.pro
homescreen/homescreen.pro
homescreen/protocol/agl-shell.xml [new file with mode: 0644]
homescreen/qml/MediaArea.qml
homescreen/qml/MediaAreaBlank.qml
homescreen/qml/ShortcutArea.qml
homescreen/qml/ShortcutIcon.qml
homescreen/qml/StatusArea.qml
homescreen/qml/TopArea.qml
homescreen/qml/background.qml [new file with mode: 0644]
homescreen/qml/bottompanel.qml [new file with mode: 0644]
homescreen/qml/main.qml
homescreen/qml/qml.qrc
homescreen/qml/toppanel.qml [new file with mode: 0644]
homescreen/src/homescreenhandler.cpp [deleted file]
homescreen/src/homescreenhandler.h [deleted file]
homescreen/src/main.cpp