Integrate Home app into HomeScreen
authorBocklage, Jens <Jens_Bocklage@mentor.com>
Fri, 9 Dec 2016 11:14:02 +0000 (12:14 +0100)
committerBocklage, Jens <Jens_Bocklage@mentor.com>
Fri, 9 Dec 2016 11:14:02 +0000 (12:14 +0100)
commitf2b8bddb94a451c4bd822ef723a8b739236f4b4f
treeed256a1c68b063b999b62cd0664c3dbdcb0fbc85
parentb6d6fdc6384e686c8d866212b2f5d63ca884b3c5
Integrate Home app into HomeScreen

Home is located in ces2017 repo. But since it has to use
HomeScreen internal components (layermanager and applauncher),
I had to move it to main HomeScreen app.

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
30 files changed:
HomeScreen/HomeScreen.pro
HomeScreen/qml/Home.qml [new file with mode: 0644]
HomeScreen/qml/ShortcutArea.qml
HomeScreen/qml/images/Home/AGL_HMI_Background_Car-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Connectivity_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Connectivity_Inactive-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Dashboard_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Dashboard_Inactive-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_HVAC_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_HVAC_Inactive-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Multimedia_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Multimedia_Inactive-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Navigation_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Navigation_Inactive-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_POI_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_POI_Inactive-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Phone_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Phone_Inactive-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Radio_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Radio_Inactive-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Settings_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Settings_Inactive-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/home.qrc [new file with mode: 0644]
HomeScreen/qml/main.qml
HomeScreen/qml/qml.qrc
HomeScreen/src/main.cpp
HomeScreen/src2/appinfo.cpp [new file with mode: 0644]
HomeScreen/src2/appinfo.h [new file with mode: 0644]
HomeScreen/src2/applicationmodel.cpp [new file with mode: 0644]
HomeScreen/src2/applicationmodel.h [new file with mode: 0644]