From 9ca0a50d021a8d6e12cfb8f04671ba3dd389f92d Mon Sep 17 00:00:00 2001 From: "Bocklage, Jens" Date: Wed, 2 Nov 2016 16:23:58 +0100 Subject: New layer management in WindowManager. Three layers are created. One for the HomeScreen, one for apps, one for popups. Signed-off-by: Bocklage, Jens --- interfaces/homescreen.xml | 2 +- interfaces/include/windowmanager.hpp | 36 +++++-- interfaces/src/windowmanager.cpp | 63 +++++++++--- interfaces/windowmanager.xml | 186 ++++++++++++++++++++++++++--------- 4 files changed, 222 insertions(+), 65 deletions(-) (limited to 'interfaces') diff --git a/interfaces/homescreen.xml b/interfaces/homescreen.xml index 023f54b..a405555 100644 --- a/interfaces/homescreen.xml +++ b/interfaces/homescreen.xml @@ -17,7 +17,7 @@ org.agl.homescreen: @short_description: A generic interface for the HomeScreen app. - This interface is a collection of methods from drifferent functional areas to control the HomeScreen app. + This interface is a collection of methods from different functional areas to control the HomeScreen app. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg