Add App list menu to Tray UI
authorMichael Schuster <michael@schuster.ms>
Wed, 15 Jan 2020 15:42:06 +0000 (16:42 +0100)
committerMichael Schuster <michael@schuster.ms>
Wed, 15 Jan 2020 15:42:06 +0000 (16:42 +0100)
commitb4b6366ba8aa6eaa19aa37c2e1f00fb2c5ff0178
tree14ffb54d75e295d99e59db5b63299874af695342
parent7b740f5e9a91fb6c814fae6946b3f8ca4260855e
Add App list menu to Tray UI

- Modify Window.qml and Systray to show the App menu upon clicking the App button
  on the top-right. Fall back to opening the general URL in case no apps are found.

- Introduce a new UserAppsModel in UserModel.cpp to access the fetched server Apps
  from AccountState (propagated down from the User class).

Signed-off-by: Michael Schuster <michael@schuster.ms>
src/gui/systray.cpp
src/gui/systray.h
src/gui/tray/UserModel.cpp
src/gui/tray/UserModel.h
src/gui/tray/Window.qml