Copy source code from homescreen-2017 73/15173/1 5.99.2 flounder/5.99.2 flounder_5.99.2
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Tue, 10 Jul 2018 09:11:51 +0000 (18:11 +0900)
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>
Tue, 10 Jul 2018 09:21:05 +0000 (18:21 +0900)
commit85392e71f90a0322fdc08359ef1d829cdcf67381
treedfe40b0d945a671af3a9dd60b691cef6a664ad46
parent69be38c5d975c96eee7adab238ffd608b99d8514
Copy source code from homescreen-2017

    We decide to use homescreen instead of homescreen-2017.
    Copy the source code from homescreen-2017 and delete word "-2017".
    Revision: b4db06287bc997ded71deab50ff0ff5889b09e1f

Bug-AGL: SPEC-1549

Change-Id: Id77226b7ce35bbc29c868281c37b76ea3f930ad5
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
116 files changed:
.gitignore
.mailmap
README.md
homescreen.pro
homescreen/conf/HomeScreen.service [deleted file]
homescreen/homescreen.pro
homescreen/qml/Home.qml [deleted file]
homescreen/qml/IconItem.qml
homescreen/qml/MediaArea.qml
homescreen/qml/MediaAreaBlank.qml
homescreen/qml/MediaAreaMusic.qml
homescreen/qml/ShortcutArea.qml
homescreen/qml/ShortcutIcon.qml
homescreen/qml/StatusArea.qml
homescreen/qml/TopArea.qml
homescreen/qml/images/AGL_HMI_Background_NoCar-01.png [deleted file]
homescreen/qml/images/AGL_HMI_Blue_Background_NoCar-01.png [new file with mode: 0644]
homescreen/qml/images/Home/AGL_HMI_Background_Car-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Connectivity_Active-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Connectivity_Inactive-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Dashboard_Active-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Dashboard_Inactive-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_HVAC_Active-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_HVAC_Inactive-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Mixer_Active-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Mixer_Inactive-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Multimedia_Active-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Multimedia_Inactive-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Navigation_Active-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Navigation_Inactive-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_POI_Active-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_POI_Inactive-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Phone_Active-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Phone_Inactive-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Radio_Active-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Radio_Inactive-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Settings_Active-01.png [deleted file]
homescreen/qml/images/Home/HMI_AppLauncher_Settings_Inactive-01.png [deleted file]
homescreen/qml/images/Home/home.qrc [deleted file]
homescreen/qml/images/Shortcut/HMI_Shortcut_HVAC-01.png [deleted file]
homescreen/qml/images/Shortcut/HMI_Shortcut_HVAC_Active-01.png [deleted file]
homescreen/qml/images/Shortcut/HMI_Shortcut_Home-01.png [deleted file]
homescreen/qml/images/Shortcut/HMI_Shortcut_Home_Active-01.png [deleted file]
homescreen/qml/images/Shortcut/HMI_Shortcut_Multimedia-01.png [deleted file]
homescreen/qml/images/Shortcut/HMI_Shortcut_Multimedia_Active-01.png [deleted file]
homescreen/qml/images/Shortcut/HMI_Shortcut_Navigation-01.png [deleted file]
homescreen/qml/images/Shortcut/HMI_Shortcut_Navigation_Active-01.png [deleted file]
homescreen/qml/images/Shortcut/hvac.svg [new file with mode: 0644]
homescreen/qml/images/Shortcut/hvac_active.svg [new file with mode: 0644]
homescreen/qml/images/Shortcut/launcher.svg [new file with mode: 0644]
homescreen/qml/images/Shortcut/launcher_active.svg [new file with mode: 0644]
homescreen/qml/images/Shortcut/mediaplayer.svg [new file with mode: 0644]
homescreen/qml/images/Shortcut/mediaplayer_active.svg [new file with mode: 0644]
homescreen/qml/images/Shortcut/navigation.svg [new file with mode: 0644]
homescreen/qml/images/Shortcut/navigation_active.svg [new file with mode: 0644]
homescreen/qml/images/Shortcut/shortcut.qrc
homescreen/qml/images/Utility_Logo_Colour-01.png [deleted file]
homescreen/qml/images/Utility_Logo_Grey-01.svg [new file with mode: 0644]
homescreen/qml/images/images.qrc
homescreen/qml/main.qml
homescreen/qml/qml.qrc
homescreen/src/appinfo.cpp [deleted file]
homescreen/src/appinfo.h [deleted file]
homescreen/src/applicationlauncher.cpp
homescreen/src/applicationlauncher.h
homescreen/src/applicationmodel.cpp [deleted file]
homescreen/src/applicationmodel.h [deleted file]
homescreen/src/hmi-debug.h [new file with mode: 0644]
homescreen/src/homescreencontrolinterface.cpp [deleted file]
homescreen/src/homescreencontrolinterface.h [deleted file]
homescreen/src/homescreenhandler.cpp [new file with mode: 0644]
homescreen/src/homescreenhandler.h [new file with mode: 0644]
homescreen/src/layouthandler.cpp [deleted file]
homescreen/src/layouthandler.h [deleted file]
homescreen/src/main.cpp
homescreen/src/mainwindow.cpp [deleted file]
homescreen/src/mainwindow.h [deleted file]
homescreen/src/mastervolume.cpp
homescreen/src/mastervolume.h
homescreen/src/paclient.cpp [deleted file]
homescreen/src/paclient.h [deleted file]
homescreen/src/popupwidget.cpp [deleted file]
homescreen/src/popupwidget.h [deleted file]
homescreen/src/settingswidget.cpp [deleted file]
homescreen/src/settingswidget.h [deleted file]
homescreensimulator/LICENSE [deleted file]
homescreensimulator/README.md [deleted file]
homescreensimulator/homescreensimulator.pro [deleted file]
homescreensimulator/resources/mainwindow.ui [deleted file]
homescreensimulator/src/main.cpp [deleted file]
homescreensimulator/src/mainwindow.cpp [deleted file]
homescreensimulator/src/mainwindow.h [deleted file]
interfaces/daynightmode.xml [deleted file]
interfaces/homescreen.xml [deleted file]
interfaces/include/daynightmode.hpp [deleted file]
interfaces/include/homescreen.hpp [deleted file]
interfaces/include/inputevent.hpp [deleted file]
interfaces/include/popup.hpp [deleted file]
interfaces/include/proximity.hpp [deleted file]
interfaces/include/windowmanager.hpp [deleted file]
interfaces/inputevent.xml [deleted file]
interfaces/interfaces.pro
interfaces/popup.xml [deleted file]
interfaces/proximity.xml [deleted file]
interfaces/src/windowmanager.cpp [deleted file]
interfaces/windowmanager.xml [deleted file]
package/config.xml [new file with mode: 0644]
package/icon.svg [new file with mode: 0644]
package/package.pro [new file with mode: 0644]
sampleapptimedate/LICENSE [deleted file]
sampleapptimedate/README.md [deleted file]
sampleapptimedate/sampleapptimedate.pro [deleted file]
sampleapptimedate/src/main.cpp [deleted file]
sampleapptimedate/src/timedateprovider.cpp [deleted file]
sampleapptimedate/src/timedateprovider.hpp [deleted file]
test/commandlinetests.txt [deleted file]