diff options
Diffstat (limited to 'docs/04_Developer_Guides/images')
-rwxr-xr-x | docs/04_Developer_Guides/images/application_switching.msc | 29 | ||||
-rw-r--r-- | docs/04_Developer_Guides/images/application_switching.png | bin | 31633 -> 0 bytes | |||
-rwxr-xr-x | docs/04_Developer_Guides/images/start_and_activation.msc | 30 | ||||
-rw-r--r-- | docs/04_Developer_Guides/images/start_and_activation.png | bin | 36479 -> 0 bytes |
4 files changed, 0 insertions, 59 deletions
diff --git a/docs/04_Developer_Guides/images/application_switching.msc b/docs/04_Developer_Guides/images/application_switching.msc deleted file mode 100755 index ceeab7c..0000000 --- a/docs/04_Developer_Guides/images/application_switching.msc +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/mscgen -Tpng - -msc { - hscale="1.5"; - - u [label = "touch/pointer event" ], - l [label = "launcher app" ], - s [label = "runtime/shell-client"], - a [label = "applaunchd" ], - g [label = "gRPC-proxy" ], - c [label = "compositor" ], - d [label = "libsystemd"]; - - |||; - - --- [label = "initial phase - subscribe for signal/status events, assume app_id already started" ]; - - s >> a [label = "subscribe for applaunchd GetStatusEvents"]; - - --- [label = "handling of application switching" ]; - - u => l [label = "tapShortCut(appid)" ]; - l => a [label = "StartApplication(appid)"]; - a => d [label = "start application's systemd unit"]; - d => a [label = "return status from starting systemd unit"]; - a => s [label = "StartResponse(status = TRUE)"]; - a => s [label = "StatusResponse(app_id, 'started')"]; - s => c [label = "activate_app(app_id)"]; -} diff --git a/docs/04_Developer_Guides/images/application_switching.png b/docs/04_Developer_Guides/images/application_switching.png Binary files differdeleted file mode 100644 index 0b5584a..0000000 --- a/docs/04_Developer_Guides/images/application_switching.png +++ /dev/null diff --git a/docs/04_Developer_Guides/images/start_and_activation.msc b/docs/04_Developer_Guides/images/start_and_activation.msc deleted file mode 100755 index d835f8b..0000000 --- a/docs/04_Developer_Guides/images/start_and_activation.msc +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/mscgen -Tpng - -msc { - hscale="1.5"; - - u [label = "touch/pointer event" ], - s [label = "runtime/shell-client"], - a [label = "applaunchd" ], - g [label = "gRPC-proxy" ], - c [label = "compositor" ], - d [label = "libsystemd"]; - - |||; - - --- [label = "initial phase - subscribe for signal/status events" ]; - - s >> g [label = "subscribe for AGL compositor AppStatusState"]; - g >> c [label = "listen for app_state Wayland events"]; - - --- [label = "handling start-up & activation" ]; - - u => s [label = "tapShortCut(appid)" ]; - s => a [label = "StartApplication(appid)"]; - a => d [label = "start application's systemd unit"]; - d => a [label = "return status from starting systemd unit"]; - a => s [label = "StartResponse(status = TRUE)"]; - c => g [label = "app_state(app_state = APP_STARTED)"]; - g => s [label = "AppStatusResponse(app_id, APP_STARTED)"]; - s => c [label = "activate_app(app_id)"]; -} diff --git a/docs/04_Developer_Guides/images/start_and_activation.png b/docs/04_Developer_Guides/images/start_and_activation.png Binary files differdeleted file mode 100644 index 593fc0e..0000000 --- a/docs/04_Developer_Guides/images/start_and_activation.png +++ /dev/null |