-Make the SampleNav app yellow. 93/7093/1
authorBocklage, Jens <Jens_Bocklage@mentor.com>
Tue, 8 Nov 2016 18:46:21 +0000 (19:46 +0100)
committerBocklage, Jens <Jens_Bocklage@mentor.com>
Tue, 8 Nov 2016 18:46:21 +0000 (19:46 +0100)
commitdd8c90f87463d370c3076e13b7c6cc0e27c0d2f5
treef5ec587cfda6ea802ebf0a87ad0fca5712968d3d
parentd364a5eea428db2eadbb77f3e5da7b74dc36127f
-Make the SampleNav app yellow.
-Preparation for the new ApplicationFramework binding. The App Framework provides more information.
--Adding afm D-Bus-interface introspection
--Updating the AppInfo datatype to hold the new data:
  The application info consists of:
  string id;
  string version;
  int width;
  int height;
  string name;
  string description;
  string shortname;
  string author;
  string iconPath;
-When pressing the AppLauncher Button or the Settings Button, the app layer is hidden.
--Therefore, shideLayer and showLayer is introduced in the WindowManager API
-If an application does not create its surface instantly, the HomeScreen retries to show the surface related to the pid.
-New WindowManager function deleteLayoutById
-Implement the complete HomeScreen API in the libhomescreen

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
21 files changed:
HomeScreen/src/applauncherwidget.cpp
HomeScreen/src/applauncherwidget.h
HomeScreen/src/controlbarwidget.cpp
HomeScreen/src/controlbarwidget.h
HomeScreen/src/layouthandler.cpp
HomeScreen/src/layouthandler.h
HomeScreen/src/main.cpp
HomeScreen/src/mainwindow.cpp
SampleHomeScreenInterfaceApp/src/sampleclass.cpp
SampleHomeScreenInterfaceApp/src/sampleclass.hpp
WindowManager/src/windowmanager.cpp
WindowManager/src/windowmanager.hpp
interfaces/appframework.xml
interfaces/include/afm_user_daemon.hpp [new file with mode: 0644]
interfaces/include/appframework.hpp
interfaces/include/windowmanager.hpp
interfaces/interfaces.pro
interfaces/src/appframework.cpp
interfaces/windowmanager.xml
libhomescreen/include/libhomescreen.hpp
libhomescreen/src/libhomescreen.cpp