From 58e41da173b4ee63309ce94d20471e00fec2ea9a Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Fri, 22 Dec 2017 14:18:17 +0900 Subject: Improve management icons of homescreen - sort out filenames of icons - remove unnecessary margins of icon - fix rule of converting metadata of app to icon's filename Before: filename is made from id returns appfw After: filename is lowercase of name defined in config.xml - Add 2 new builtin icons, VIDEO and WEBBROWSER Bug-AGL: SPEC-673 Change-Id: I606841b19c884687237c92012724f5a1a3f6f603 Signed-off-by: Tadao Tanikawa (cherry picked from commit 8b2fa00276456759fffdd97e210f643b46a0cb1e) --- .../Home/HMI_AppLauncher_Blank_Active-01.svg | 74 --- .../Home/HMI_AppLauncher_Blank_Inactive-01.svg | 40 -- .../HMI_AppLauncher_Connectivity_Active-01.svg | 100 --- .../HMI_AppLauncher_Connectivity_Inactive-01.svg | 80 --- .../Home/HMI_AppLauncher_Dashboard_Active-01.svg | 112 ---- .../Home/HMI_AppLauncher_Dashboard_Inactive-01.svg | 66 -- .../images/Home/HMI_AppLauncher_HVAC_Active-01.svg | 678 --------------------- .../Home/HMI_AppLauncher_HVAC_Inactive-01.svg | 658 -------------------- .../Home/HMI_AppLauncher_MediaPlayer_Active-01.svg | 75 --- .../HMI_AppLauncher_MediaPlayer_Inactive-01.svg | 57 -- .../Home/HMI_AppLauncher_Mixer_Active-01.svg | 138 ----- .../Home/HMI_AppLauncher_Mixer_Inactive-01.svg | 118 ---- .../Home/HMI_AppLauncher_Navigation_Active-01.svg | 104 ---- .../HMI_AppLauncher_Navigation_Inactive-01.svg | 84 --- .../images/Home/HMI_AppLauncher_POI_Active-01.svg | 262 -------- .../Home/HMI_AppLauncher_POI_Inactive-01.svg | 253 -------- .../Home/HMI_AppLauncher_Phone_Active-01.svg | 72 --- .../Home/HMI_AppLauncher_Phone_Inactive-01.svg | 52 -- .../Home/HMI_AppLauncher_Radio_Active-01.svg | 158 ----- .../Home/HMI_AppLauncher_Radio_Inactive-01.svg | 138 ----- .../Home/HMI_AppLauncher_Settings_Active-01.svg | 88 --- .../Home/HMI_AppLauncher_Settings_Inactive-01.svg | 68 --- homescreen/qml/images/Home/blank_active.svg | 133 ++++ homescreen/qml/images/Home/blank_inactive.svg | 76 +++ homescreen/qml/images/Home/connectivity_active.svg | 231 +++++++ .../qml/images/Home/connectivity_inactive.svg | 169 +++++ homescreen/qml/images/Home/dashboard_active.svg | 174 ++++++ homescreen/qml/images/Home/dashboard_inactive.svg | 94 +++ homescreen/qml/images/Home/home.qrc | 48 +- homescreen/qml/images/Home/hvac_active.svg | 411 +++++++++++++ homescreen/qml/images/Home/hvac_inactive.svg | 349 +++++++++++ homescreen/qml/images/Home/mediaplayer_active.svg | 172 ++++++ .../qml/images/Home/mediaplayer_inactive.svg | 111 ++++ homescreen/qml/images/Home/mixer_active.svg | 370 +++++++++++ homescreen/qml/images/Home/mixer_inactive.svg | 308 ++++++++++ homescreen/qml/images/Home/music_active.svg | 172 ++++++ homescreen/qml/images/Home/music_inactive.svg | 111 ++++ homescreen/qml/images/Home/navigation_active.svg | 245 ++++++++ homescreen/qml/images/Home/navigation_inactive.svg | 183 ++++++ homescreen/qml/images/Home/phone_active.svg | 155 +++++ homescreen/qml/images/Home/phone_inactive.svg | 93 +++ homescreen/qml/images/Home/poi_active.svg | 352 +++++++++++ homescreen/qml/images/Home/poi_inactive.svg | 314 ++++++++++ homescreen/qml/images/Home/radio_active.svg | 383 ++++++++++++ homescreen/qml/images/Home/radio_inactive.svg | 321 ++++++++++ homescreen/qml/images/Home/settings_active.svg | 176 ++++++ homescreen/qml/images/Home/settings_inactive.svg | 114 ++++ homescreen/qml/images/Home/video_active.svg | 177 ++++++ homescreen/qml/images/Home/video_inactive.svg | 111 ++++ homescreen/qml/images/Home/webbrowser_active.svg | 231 +++++++ homescreen/qml/images/Home/webbrowser_inactive.svg | 165 +++++ 51 files changed, 5927 insertions(+), 3497 deletions(-) delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Blank_Active-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Blank_Inactive-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Connectivity_Active-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Connectivity_Inactive-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Dashboard_Active-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Dashboard_Inactive-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_HVAC_Active-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_HVAC_Inactive-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_MediaPlayer_Active-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_MediaPlayer_Inactive-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Mixer_Active-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Mixer_Inactive-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Navigation_Active-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Navigation_Inactive-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_POI_Active-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_POI_Inactive-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Phone_Active-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Phone_Inactive-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Radio_Active-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Radio_Inactive-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Settings_Active-01.svg delete mode 100644 homescreen/qml/images/Home/HMI_AppLauncher_Settings_Inactive-01.svg create mode 100644 homescreen/qml/images/Home/blank_active.svg create mode 100644 homescreen/qml/images/Home/blank_inactive.svg create mode 100644 homescreen/qml/images/Home/connectivity_active.svg create mode 100644 homescreen/qml/images/Home/connectivity_inactive.svg create mode 100644 homescreen/qml/images/Home/dashboard_active.svg create mode 100644 homescreen/qml/images/Home/dashboard_inactive.svg create mode 100644 homescreen/qml/images/Home/hvac_active.svg create mode 100644 homescreen/qml/images/Home/hvac_inactive.svg create mode 100644 homescreen/qml/images/Home/mediaplayer_active.svg create mode 100644 homescreen/qml/images/Home/mediaplayer_inactive.svg create mode 100644 homescreen/qml/images/Home/mixer_active.svg create mode 100644 homescreen/qml/images/Home/mixer_inactive.svg create mode 100644 homescreen/qml/images/Home/music_active.svg create mode 100644 homescreen/qml/images/Home/music_inactive.svg create mode 100644 homescreen/qml/images/Home/navigation_active.svg create mode 100644 homescreen/qml/images/Home/navigation_inactive.svg create mode 100644 homescreen/qml/images/Home/phone_active.svg create mode 100644 homescreen/qml/images/Home/phone_inactive.svg create mode 100644 homescreen/qml/images/Home/poi_active.svg create mode 100644 homescreen/qml/images/Home/poi_inactive.svg create mode 100644 homescreen/qml/images/Home/radio_active.svg create mode 100644 homescreen/qml/images/Home/radio_inactive.svg create mode 100644 homescreen/qml/images/Home/settings_active.svg create mode 100644 homescreen/qml/images/Home/settings_inactive.svg create mode 100644 homescreen/qml/images/Home/video_active.svg create mode 100644 homescreen/qml/images/Home/video_inactive.svg create mode 100644 homescreen/qml/images/Home/webbrowser_active.svg create mode 100644 homescreen/qml/images/Home/webbrowser_inactive.svg (limited to 'homescreen/qml/images/Home') diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Active-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Active-01.svg deleted file mode 100644 index 8d082d6..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Active-01.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Inactive-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Inactive-01.svg deleted file mode 100644 index 1821339..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Blank_Inactive-01.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Connectivity_Active-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Connectivity_Active-01.svg deleted file mode 100644 index a5be521..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Connectivity_Active-01.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Connectivity_Inactive-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Connectivity_Inactive-01.svg deleted file mode 100644 index 84509f6..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Connectivity_Inactive-01.svg +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Dashboard_Active-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Dashboard_Active-01.svg deleted file mode 100644 index 0fb66d3..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Dashboard_Active-01.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Dashboard_Inactive-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Dashboard_Inactive-01.svg deleted file mode 100644 index 8b545a7..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Dashboard_Inactive-01.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_HVAC_Active-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_HVAC_Active-01.svg deleted file mode 100644 index eef3b6d..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_HVAC_Active-01.svg +++ /dev/null @@ -1,678 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_HVAC_Inactive-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_HVAC_Inactive-01.svg deleted file mode 100644 index 09b376c..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_HVAC_Inactive-01.svg +++ /dev/null @@ -1,658 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_MediaPlayer_Active-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_MediaPlayer_Active-01.svg deleted file mode 100644 index 94509ad..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_MediaPlayer_Active-01.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_MediaPlayer_Inactive-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_MediaPlayer_Inactive-01.svg deleted file mode 100644 index ac988ca..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_MediaPlayer_Inactive-01.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Mixer_Active-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Mixer_Active-01.svg deleted file mode 100644 index e534fbd..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Mixer_Active-01.svg +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Mixer_Inactive-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Mixer_Inactive-01.svg deleted file mode 100644 index 1517890..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Mixer_Inactive-01.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Navigation_Active-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Navigation_Active-01.svg deleted file mode 100644 index 0235569..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Navigation_Active-01.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Navigation_Inactive-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Navigation_Inactive-01.svg deleted file mode 100644 index 3b13170..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Navigation_Inactive-01.svg +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_POI_Active-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_POI_Active-01.svg deleted file mode 100644 index 4bd0842..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_POI_Active-01.svg +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_POI_Inactive-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_POI_Inactive-01.svg deleted file mode 100644 index 8983c2f..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_POI_Inactive-01.svg +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Phone_Active-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Phone_Active-01.svg deleted file mode 100644 index 996933c..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Phone_Active-01.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Phone_Inactive-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Phone_Inactive-01.svg deleted file mode 100644 index 1f073ff..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Phone_Inactive-01.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Radio_Active-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Radio_Active-01.svg deleted file mode 100644 index 7133b40..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Radio_Active-01.svg +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Radio_Inactive-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Radio_Inactive-01.svg deleted file mode 100644 index 4441736..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Radio_Inactive-01.svg +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Settings_Active-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Settings_Active-01.svg deleted file mode 100644 index 65d7566..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Settings_Active-01.svg +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/HMI_AppLauncher_Settings_Inactive-01.svg b/homescreen/qml/images/Home/HMI_AppLauncher_Settings_Inactive-01.svg deleted file mode 100644 index 59f27f9..0000000 --- a/homescreen/qml/images/Home/HMI_AppLauncher_Settings_Inactive-01.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Home/blank_active.svg b/homescreen/qml/images/Home/blank_active.svg new file mode 100644 index 0000000..10c0a89 --- /dev/null +++ b/homescreen/qml/images/Home/blank_active.svg @@ -0,0 +1,133 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/blank_inactive.svg b/homescreen/qml/images/Home/blank_inactive.svg new file mode 100644 index 0000000..2e467a6 --- /dev/null +++ b/homescreen/qml/images/Home/blank_inactive.svg @@ -0,0 +1,76 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/connectivity_active.svg b/homescreen/qml/images/Home/connectivity_active.svg new file mode 100644 index 0000000..39d8e50 --- /dev/null +++ b/homescreen/qml/images/Home/connectivity_active.svg @@ -0,0 +1,231 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/connectivity_inactive.svg b/homescreen/qml/images/Home/connectivity_inactive.svg new file mode 100644 index 0000000..4cb1c45 --- /dev/null +++ b/homescreen/qml/images/Home/connectivity_inactive.svg @@ -0,0 +1,169 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/dashboard_active.svg b/homescreen/qml/images/Home/dashboard_active.svg new file mode 100644 index 0000000..a826c0c --- /dev/null +++ b/homescreen/qml/images/Home/dashboard_active.svg @@ -0,0 +1,174 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/dashboard_inactive.svg b/homescreen/qml/images/Home/dashboard_inactive.svg new file mode 100644 index 0000000..9c26fe3 --- /dev/null +++ b/homescreen/qml/images/Home/dashboard_inactive.svg @@ -0,0 +1,94 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/home.qrc b/homescreen/qml/images/Home/home.qrc index a523a96..92f8501 100644 --- a/homescreen/qml/images/Home/home.qrc +++ b/homescreen/qml/images/Home/home.qrc @@ -1,27 +1,31 @@ AGL_HMI_Blue_Background_Car-01.png - HMI_AppLauncher_Connectivity_Active-01.svg - HMI_AppLauncher_Connectivity_Inactive-01.svg - HMI_AppLauncher_Dashboard_Active-01.svg - HMI_AppLauncher_Dashboard_Inactive-01.svg - HMI_AppLauncher_HVAC_Active-01.svg - HMI_AppLauncher_HVAC_Inactive-01.svg - HMI_AppLauncher_Mixer_Active-01.svg - HMI_AppLauncher_Mixer_Inactive-01.svg - HMI_AppLauncher_MediaPlayer_Active-01.svg - HMI_AppLauncher_MediaPlayer_Inactive-01.svg - HMI_AppLauncher_Navigation_Active-01.svg - HMI_AppLauncher_Navigation_Inactive-01.svg - HMI_AppLauncher_Phone_Active-01.svg - HMI_AppLauncher_Phone_Inactive-01.svg - HMI_AppLauncher_POI_Active-01.svg - HMI_AppLauncher_POI_Inactive-01.svg - HMI_AppLauncher_Radio_Active-01.svg - HMI_AppLauncher_Radio_Inactive-01.svg - HMI_AppLauncher_Settings_Active-01.svg - HMI_AppLauncher_Settings_Inactive-01.svg - HMI_AppLauncher_Blank_Active-01.svg - HMI_AppLauncher_Blank_Inactive-01.svg + connectivity_active.svg + connectivity_inactive.svg + dashboard_active.svg + dashboard_inactive.svg + hvac_active.svg + hvac_inactive.svg + mixer_active.svg + mixer_inactive.svg + music_active.svg + music_inactive.svg + navigation_active.svg + navigation_inactive.svg + phone_active.svg + phone_inactive.svg + poi_active.svg + poi_inactive.svg + radio_active.svg + radio_inactive.svg + settings_active.svg + settings_inactive.svg + video_active.svg + video_inactive.svg + webbrowser_active.svg + webbrowser_inactive.svg + blank_active.svg + blank_inactive.svg diff --git a/homescreen/qml/images/Home/hvac_active.svg b/homescreen/qml/images/Home/hvac_active.svg new file mode 100644 index 0000000..44d3bd5 --- /dev/null +++ b/homescreen/qml/images/Home/hvac_active.svg @@ -0,0 +1,411 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/hvac_inactive.svg b/homescreen/qml/images/Home/hvac_inactive.svg new file mode 100644 index 0000000..67918e6 --- /dev/null +++ b/homescreen/qml/images/Home/hvac_inactive.svg @@ -0,0 +1,349 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/mediaplayer_active.svg b/homescreen/qml/images/Home/mediaplayer_active.svg new file mode 100644 index 0000000..d560c3a --- /dev/null +++ b/homescreen/qml/images/Home/mediaplayer_active.svg @@ -0,0 +1,172 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/mediaplayer_inactive.svg b/homescreen/qml/images/Home/mediaplayer_inactive.svg new file mode 100644 index 0000000..b6ec056 --- /dev/null +++ b/homescreen/qml/images/Home/mediaplayer_inactive.svg @@ -0,0 +1,111 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/mixer_active.svg b/homescreen/qml/images/Home/mixer_active.svg new file mode 100644 index 0000000..2cb3c07 --- /dev/null +++ b/homescreen/qml/images/Home/mixer_active.svg @@ -0,0 +1,370 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/mixer_inactive.svg b/homescreen/qml/images/Home/mixer_inactive.svg new file mode 100644 index 0000000..32e69f0 --- /dev/null +++ b/homescreen/qml/images/Home/mixer_inactive.svg @@ -0,0 +1,308 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/music_active.svg b/homescreen/qml/images/Home/music_active.svg new file mode 100644 index 0000000..d560c3a --- /dev/null +++ b/homescreen/qml/images/Home/music_active.svg @@ -0,0 +1,172 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/music_inactive.svg b/homescreen/qml/images/Home/music_inactive.svg new file mode 100644 index 0000000..b6ec056 --- /dev/null +++ b/homescreen/qml/images/Home/music_inactive.svg @@ -0,0 +1,111 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/navigation_active.svg b/homescreen/qml/images/Home/navigation_active.svg new file mode 100644 index 0000000..dc1fcd3 --- /dev/null +++ b/homescreen/qml/images/Home/navigation_active.svg @@ -0,0 +1,245 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/navigation_inactive.svg b/homescreen/qml/images/Home/navigation_inactive.svg new file mode 100644 index 0000000..97fcf31 --- /dev/null +++ b/homescreen/qml/images/Home/navigation_inactive.svg @@ -0,0 +1,183 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/phone_active.svg b/homescreen/qml/images/Home/phone_active.svg new file mode 100644 index 0000000..e184f26 --- /dev/null +++ b/homescreen/qml/images/Home/phone_active.svg @@ -0,0 +1,155 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/phone_inactive.svg b/homescreen/qml/images/Home/phone_inactive.svg new file mode 100644 index 0000000..7f26834 --- /dev/null +++ b/homescreen/qml/images/Home/phone_inactive.svg @@ -0,0 +1,93 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/poi_active.svg b/homescreen/qml/images/Home/poi_active.svg new file mode 100644 index 0000000..cb4bc0e --- /dev/null +++ b/homescreen/qml/images/Home/poi_active.svg @@ -0,0 +1,352 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/poi_inactive.svg b/homescreen/qml/images/Home/poi_inactive.svg new file mode 100644 index 0000000..09c8890 --- /dev/null +++ b/homescreen/qml/images/Home/poi_inactive.svg @@ -0,0 +1,314 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/radio_active.svg b/homescreen/qml/images/Home/radio_active.svg new file mode 100644 index 0000000..2d04d72 --- /dev/null +++ b/homescreen/qml/images/Home/radio_active.svg @@ -0,0 +1,383 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/radio_inactive.svg b/homescreen/qml/images/Home/radio_inactive.svg new file mode 100644 index 0000000..dcac8ee --- /dev/null +++ b/homescreen/qml/images/Home/radio_inactive.svg @@ -0,0 +1,321 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/settings_active.svg b/homescreen/qml/images/Home/settings_active.svg new file mode 100644 index 0000000..5391a08 --- /dev/null +++ b/homescreen/qml/images/Home/settings_active.svg @@ -0,0 +1,176 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/settings_inactive.svg b/homescreen/qml/images/Home/settings_inactive.svg new file mode 100644 index 0000000..882e3c4 --- /dev/null +++ b/homescreen/qml/images/Home/settings_inactive.svg @@ -0,0 +1,114 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/video_active.svg b/homescreen/qml/images/Home/video_active.svg new file mode 100644 index 0000000..794a441 --- /dev/null +++ b/homescreen/qml/images/Home/video_active.svg @@ -0,0 +1,177 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/video_inactive.svg b/homescreen/qml/images/Home/video_inactive.svg new file mode 100644 index 0000000..905d46f --- /dev/null +++ b/homescreen/qml/images/Home/video_inactive.svg @@ -0,0 +1,111 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/webbrowser_active.svg b/homescreen/qml/images/Home/webbrowser_active.svg new file mode 100644 index 0000000..70b4617 --- /dev/null +++ b/homescreen/qml/images/Home/webbrowser_active.svg @@ -0,0 +1,231 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/homescreen/qml/images/Home/webbrowser_inactive.svg b/homescreen/qml/images/Home/webbrowser_inactive.svg new file mode 100644 index 0000000..09f34c9 --- /dev/null +++ b/homescreen/qml/images/Home/webbrowser_inactive.svg @@ -0,0 +1,165 @@ + + + +image/svg+xml \ No newline at end of file -- cgit 1.2.3-korg