First integration of new HMI design
authorBocklage, Jens <Jens_Bocklage@mentor.com>
Mon, 5 Dec 2016 13:19:37 +0000 (14:19 +0100)
committerBocklage, Jens <Jens_Bocklage@mentor.com>
Mon, 5 Dec 2016 13:19:37 +0000 (14:19 +0100)
commit79714c0aa8fc461d77b75d6c5dae6a1a7d726954
treebc992ec931be037280be7a0795e6a4a0d5c200d4
parent43c6b242b71a35a164b8e14a54c99f2bf667b37b
First integration of new HMI design

Using QML files and C++ integration from Qt's
HomeScreenNG sample app.

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
110 files changed:
HomeScreen.pro
HomeScreen/HomeScreen.pro
HomeScreen/README.md
HomeScreen/qml/MediaArea.qml [new file with mode: 0644]
HomeScreen/qml/MediaAreaBlank.qml [new file with mode: 0644]
HomeScreen/qml/MediaAreaMusic.qml [new file with mode: 0644]
HomeScreen/qml/MediaAreaRadio.qml [new file with mode: 0644]
HomeScreen/qml/ShortcutArea.qml [new file with mode: 0644]
HomeScreen/qml/ShortcutIcon.qml [new file with mode: 0644]
HomeScreen/qml/StatusArea.qml [new file with mode: 0644]
HomeScreen/qml/TopArea.qml [new file with mode: 0644]
HomeScreen/qml/images/AGL_HMI_Background_NoCar-01.png [new file with mode: 0644]
HomeScreen/qml/images/MediaMusic/AlbumArtwork.png [new file with mode: 0644]
HomeScreen/qml/images/MediaMusic/BackArrow.png [new file with mode: 0644]
HomeScreen/qml/images/MediaMusic/ForwardArrow.png [new file with mode: 0644]
HomeScreen/qml/images/MediaMusic/ShuffleIcon.png [new file with mode: 0644]
HomeScreen/qml/images/MediaMusic/Volume_Loud.png [new file with mode: 0644]
HomeScreen/qml/images/MediaMusic/Volume_Medium.png [new file with mode: 0644]
HomeScreen/qml/images/MediaMusic/Volume_Off.png [new file with mode: 0644]
HomeScreen/qml/images/MediaMusic/mediamusic.qrc [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_AlbumArtwork.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_BackArrow.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_Bluetooth_Active.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_Bluetooth_Inactive.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_CD_Active.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_CD_Inactive.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_DividingLine.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_ForwardArrow.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_Loop_Active.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_Loop_Inactive.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_Player_Pause.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_Player_Play.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_PlaylistToggle_Active.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_PlaylistToggle_Inactive.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_Playlist_Active.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_Playlist_Inactive.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_Radio_Active.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_Radio_Inactive.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_Shuffle_Active.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/AGL_MediaPlayer_Shuffle_Inactive.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/Albums_Active.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/Albums_Inactive.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/DividingLine.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/GreenLine.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/Music_Active.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/Music_Inactive.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/Podcasts_Active.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/Podcasts_Inactive.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/Popup_Highlight.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/Popup_PauseIcon.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/Popup_PlayIcon.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/Popup_VerticalLine.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/X.png [new file with mode: 0644]
HomeScreen/qml/images/MediaPlayer/mediaplayer.qrc [new file with mode: 0644]
HomeScreen/qml/images/Shortcut/HMI_Shortcut_HVAC-01.png [new file with mode: 0644]
HomeScreen/qml/images/Shortcut/HMI_Shortcut_HVAC_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Shortcut/HMI_Shortcut_Home-01.png [new file with mode: 0644]
HomeScreen/qml/images/Shortcut/HMI_Shortcut_Home_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Shortcut/HMI_Shortcut_Multimedia-01.png [new file with mode: 0644]
HomeScreen/qml/images/Shortcut/HMI_Shortcut_Multimedia_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Shortcut/HMI_Shortcut_Navigation-01.png [new file with mode: 0644]
HomeScreen/qml/images/Shortcut/HMI_Shortcut_Navigation_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Shortcut/shortcut.qrc [new file with mode: 0644]
HomeScreen/qml/images/Status/HMI_Status_Bluetooth_Inactive-01.png [new file with mode: 0644]
HomeScreen/qml/images/Status/HMI_Status_Bluetooth_On-01.png [new file with mode: 0644]
HomeScreen/qml/images/Status/HMI_Status_Signal_1Bars-01.png [new file with mode: 0644]
HomeScreen/qml/images/Status/HMI_Status_Signal_2Bars-01.png [new file with mode: 0644]
HomeScreen/qml/images/Status/HMI_Status_Signal_3Bars-01.png [new file with mode: 0644]
HomeScreen/qml/images/Status/HMI_Status_Signal_4Bars-01.png [new file with mode: 0644]
HomeScreen/qml/images/Status/HMI_Status_Signal_Full-01.png [new file with mode: 0644]
HomeScreen/qml/images/Status/HMI_Status_Signal_NoBars-01.png [new file with mode: 0644]
HomeScreen/qml/images/Status/HMI_Status_Wifi_1Bar-01.png [new file with mode: 0644]
HomeScreen/qml/images/Status/HMI_Status_Wifi_2Bars-01.png [new file with mode: 0644]
HomeScreen/qml/images/Status/HMI_Status_Wifi_3Bars-01.png [new file with mode: 0644]
HomeScreen/qml/images/Status/HMI_Status_Wifi_Full-01.png [new file with mode: 0644]
HomeScreen/qml/images/Status/HMI_Status_Wifi_NoBars-01.png [new file with mode: 0644]
HomeScreen/qml/images/Status/status.qrc [new file with mode: 0644]
HomeScreen/qml/images/TopSection_NoText_NoIcons-01.png [new file with mode: 0644]
HomeScreen/qml/images/Utility_Logo_Background-01.png [new file with mode: 0644]
HomeScreen/qml/images/Utility_Logo_Colour-01.png [new file with mode: 0644]
HomeScreen/qml/images/Utility_Music_Background-01.png [new file with mode: 0644]
HomeScreen/qml/images/Utility_Radio_Background-01.png [new file with mode: 0644]
HomeScreen/qml/images/Weather/WeatherIcons_ALL-01.png [new file with mode: 0644]
HomeScreen/qml/images/Weather/WeatherIcons_Cloudy-01.png [new file with mode: 0644]
HomeScreen/qml/images/Weather/WeatherIcons_Moon-01.png [new file with mode: 0644]
HomeScreen/qml/images/Weather/WeatherIcons_PartiallyCloudy-01.png [new file with mode: 0644]
HomeScreen/qml/images/Weather/WeatherIcons_Rain-01.png [new file with mode: 0644]
HomeScreen/qml/images/Weather/WeatherIcons_Snow-01.png [new file with mode: 0644]
HomeScreen/qml/images/Weather/WeatherIcons_Sun-01.png [new file with mode: 0644]
HomeScreen/qml/images/Weather/WeatherIcons_Thunderstorm-01.png [new file with mode: 0644]
HomeScreen/qml/images/Weather/weather.qrc [new file with mode: 0644]
HomeScreen/qml/images/images.qrc [new file with mode: 0644]
HomeScreen/qml/main.qml [new file with mode: 0644]
HomeScreen/qml/qml.qrc [new file with mode: 0644]
HomeScreen/src/applauncher.cpp [new file with mode: 0644]
HomeScreen/src/applauncher.h [moved from HomeScreen/src/applauncherwidget.h with 73% similarity]
HomeScreen/src/applauncherwidget.cpp [deleted file]
HomeScreen/src/layouthandler.cpp
HomeScreen/src/layouthandler.h
HomeScreen/src/main.cpp
HomeScreen/src/mainwindow.cpp
HomeScreen/src/mainwindow.h
HomeScreen/src2/applicationlauncher.cpp [new file with mode: 0644]
HomeScreen/src2/applicationlauncher.h [new file with mode: 0644]
HomeScreen/src2/statusbarmodel.cpp [new file with mode: 0644]
HomeScreen/src2/statusbarmodel.h [new file with mode: 0644]
HomeScreen/src2/statusbarserver.cpp [new file with mode: 0644]
HomeScreen/src2/statusbarserver.h [new file with mode: 0644]
interfaces/interfaces.pri
ivi_layermanagement_api.pri