Replace connectivity with mixer support 07/7907/2
authorMatt Porter <mporter@konsulko.com>
Wed, 28 Dec 2016 13:55:12 +0000 (08:55 -0500)
committerMatt Porter <mporter@konsulko.com>
Wed, 28 Dec 2016 18:08:53 +0000 (13:08 -0500)
There is no top-level connectivity app. All connectivity
management requirements are implemented as a part of
settings. Replace the connectivity icon/launcher with
the mixer icon/launcher and add the mixer artwork.

Change-Id: I6126de401ce7e0ced52e4a9265b59d14fc9cc855
Signed-off-by: Matt Porter <mporter@konsulko.com>
HomeScreen/qml/images/Home/HMI_AppLauncher_Mixer_Active-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/HMI_AppLauncher_Mixer_Inactive-01.png [new file with mode: 0644]
HomeScreen/qml/images/Home/home.qrc
HomeScreen/src/applicationmodel.cpp

diff --git a/HomeScreen/qml/images/Home/HMI_AppLauncher_Mixer_Active-01.png b/HomeScreen/qml/images/Home/HMI_AppLauncher_Mixer_Active-01.png
new file mode 100644 (file)
index 0000000..502c758
Binary files /dev/null and b/HomeScreen/qml/images/Home/HMI_AppLauncher_Mixer_Active-01.png differ
diff --git a/HomeScreen/qml/images/Home/HMI_AppLauncher_Mixer_Inactive-01.png b/HomeScreen/qml/images/Home/HMI_AppLauncher_Mixer_Inactive-01.png
new file mode 100644 (file)
index 0000000..e2e7e3d
Binary files /dev/null and b/HomeScreen/qml/images/Home/HMI_AppLauncher_Mixer_Inactive-01.png differ
index 7dde212..e73633e 100644 (file)
@@ -7,6 +7,8 @@
         <file>HMI_AppLauncher_Dashboard_Inactive-01.png</file>
         <file>HMI_AppLauncher_HVAC_Active-01.png</file>
         <file>HMI_AppLauncher_HVAC_Inactive-01.png</file>
+        <file>HMI_AppLauncher_Mixer_Active-01.png</file>
+        <file>HMI_AppLauncher_Mixer_Inactive-01.png</file>
         <file>HMI_AppLauncher_Multimedia_Active-01.png</file>
         <file>HMI_AppLauncher_Multimedia_Inactive-01.png</file>
         <file>HMI_AppLauncher_Navigation_Active-01.png</file>
index 2a16ace..2b56959 100644 (file)
@@ -46,7 +46,7 @@ ApplicationModel::Private::Private(ApplicationModel *parent)
         data.append(AppInfo(QStringLiteral("Phone"), QStringLiteral("PHONE"), QStringLiteral("phone@0.1")));
         data.append(AppInfo(QStringLiteral("Radio"), QStringLiteral("RADIO"), QStringLiteral("radio@0.1")));
         data.append(AppInfo(QStringLiteral("Multimedia"), QStringLiteral("MULTIMEDIA"), QStringLiteral("mediaplayer@0.1")));
-        data.append(AppInfo(QStringLiteral("Connectivity"), QStringLiteral("CONNECTIVITY"), QStringLiteral("connectivity@0.1")));
+        data.append(AppInfo(QStringLiteral("Mixer"), QStringLiteral("MIXER"), QStringLiteral("mixer@0.1")));
         data.append(AppInfo(QStringLiteral("Dashboard"), QStringLiteral("DASHBOARD"), QStringLiteral("dashboard@0.1")));
         data.append(AppInfo(QStringLiteral("Settings"), QStringLiteral("SETTINGS"), QStringLiteral("settings@0.1")));
         data.append(AppInfo(QStringLiteral("POI"), QStringLiteral("POINT OF\nINTEREST"), QStringLiteral("poi@0.1")));