shift-shell/components/mobileshellstate
Devin Lin f25840bfc2 mobileshellstate: Move to DBus API instead of trying to use shared QML context
This also allows us to trigger behaviour from other processes that import mobileshell
2023-03-19 18:32:52 -07:00
..
qml mobileshellstate: Move to DBus API instead of trying to use shared QML context 2023-03-19 18:32:52 -07:00
CMakeLists.txt mobileshellstate: Move to DBus API instead of trying to use shared QML context 2023-03-19 18:32:52 -07:00
mobileshellstateplugin.cpp mobileshellstate: Move to DBus API instead of trying to use shared QML context 2023-03-19 18:32:52 -07:00
mobileshellstateplugin.h mobileshell: Refactor and extract state to mobileshellstate plugin 2022-11-12 11:15:36 -05:00
qmldir mobileshell: Refactor and extract state to mobileshellstate plugin 2022-11-12 11:15:36 -05:00
README.md audio: Refactor applet and extract singleton to MobileShellState 2023-03-16 07:21:01 +00:00
resources.qrc mobileshellstate: Move to DBus API instead of trying to use shared QML context 2023-03-19 18:32:52 -07:00
shelldbusclient.cpp mobileshellstate: Move to DBus API instead of trying to use shared QML context 2023-03-19 18:32:52 -07:00
shelldbusclient.h mobileshellstate: Move to DBus API instead of trying to use shared QML context 2023-03-19 18:32:52 -07:00
shelldbusobject.cpp mobileshellstate: Move to DBus API instead of trying to use shared QML context 2023-03-19 18:32:52 -07:00
shelldbusobject.h mobileshellstate: Move to DBus API instead of trying to use shared QML context 2023-03-19 18:32:52 -07:00

MobileShell State Plugin

This plugin stores the state of the mobile shell.

It should ONLY be imported by components in the plasmashell process (otherwise it won't be able to get the state).