window-management-rpc: Client for testing out grpc proxy 49/28549/2
authorMarius Vlad <marius.vlad@collabora.com>
Fri, 3 Mar 2023 10:13:24 +0000 (12:13 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Wed, 8 Mar 2023 11:34:11 +0000 (13:34 +0200)
commit8b057267c4180e5648b6636f4b5b1de07f627977
tree9dd68e6a5e5a4142c6658d00fe180eb8e4ec7673
parentdf7c14cabeb91f3e98395b6a7b461b408eb91d81
window-management-rpc: Client for testing out grpc proxy

This test client for trying/testing out the RPC API with the compositor.

It implements floating and fullscreen functionality. Further patches
would include split and remoting.

Bug-AGL: SPEC-4673
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I960eac1f60c359629343efef03f4fab586d7c3af
LICENSE [new file with mode: 0644]
meson.build [new file with mode: 0644]
src/AglShellGrpcClient.cpp [new file with mode: 0644]
src/AglShellGrpcClient.h [new file with mode: 0644]
src/agl_shell.proto [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/meson.build [new file with mode: 0644]
src/qml/Main.qml [new file with mode: 0644]
src/qml/images/AGL_HMI_Blue_Background_NoCar-01.png [new file with mode: 0644]
src/qml/images/images.qrc [new file with mode: 0644]
src/qml/qml.qrc [new file with mode: 0644]