From 4fe38ec28588fdd431bde23ed33ee930c8898b5b Mon Sep 17 00:00:00 2001 From: Holger Behrens Date: Fri, 20 Feb 2015 12:33:19 +0100 Subject: gdp-hmi-launcher: update images used for icons display Signed-off-by: Holger Behrens --- app/gdp-hmi-launcher/ApplicationsModel.qml | 10 ++--- .../assets/1424451154_fuel-128.png | Bin 0 -> 1178 bytes app/gdp-hmi-launcher/assets/App-xeyes-icon.png | Bin 0 -> 9497 bytes app/gdp-hmi-launcher/assets/GDP_AM_Button.png | Bin 0 -> 29650 bytes app/gdp-hmi-launcher/assets/GDP_Browser_Button.png | Bin 0 -> 18899 bytes app/gdp-hmi-launcher/assets/README.images | 48 +++++++++++++++++++++ app/gdp-hmi-launcher/assets/maps-icon.png | Bin 0 -> 18783 bytes 7 files changed, 53 insertions(+), 5 deletions(-) create mode 100644 app/gdp-hmi-launcher/assets/1424451154_fuel-128.png create mode 100644 app/gdp-hmi-launcher/assets/App-xeyes-icon.png create mode 100644 app/gdp-hmi-launcher/assets/GDP_AM_Button.png create mode 100644 app/gdp-hmi-launcher/assets/GDP_Browser_Button.png create mode 100644 app/gdp-hmi-launcher/assets/README.images create mode 100644 app/gdp-hmi-launcher/assets/maps-icon.png (limited to 'app') diff --git a/app/gdp-hmi-launcher/ApplicationsModel.qml b/app/gdp-hmi-launcher/ApplicationsModel.qml index b5fed31..d895bfc 100644 --- a/app/gdp-hmi-launcher/ApplicationsModel.qml +++ b/app/gdp-hmi-launcher/ApplicationsModel.qml @@ -20,31 +20,31 @@ import QtQuick 2.3 ListModel { ListElement { name: "Audio Manager Demo" - icon: "file://usr/share/gdp/car-purple-icon.png" + icon: "file://usr/share/gdp/GDP_AM_Button.png" unit: "AudioManager_PoC.service" description: "Audio Manager Demo Description (TBD)" } ListElement { name: "Browser PoC" - icon: "file://usr/share/gdp/car-purple-icon.png" + icon: "file://usr/share/gdp/GDP_Browser_Button.png" unit: "browser.service" description: "Browser PoC Description (TBD)" } ListElement { name: "Fuel Stop Adviser PoC" - icon: "file://usr/share/gdp/car-purple-icon.png" + icon: "file://usr/share/gdp/1424451154_fuel-128.png" unit: "fsa.service" description: "Fuel Stop Adviser PoC Description (TBD)" } ListElement { name: "Navigation Mock Up" - icon: "file://usr/share/gdp/car-purple-icon.png" + icon: "file://usr/share/gdp/maps-icon.png" unit: "EGLWLMockNavigation.service" description: "Navigation Mock Up Description (TBD)" } ListElement { name: "Input Example" - icon: "file://usr/share/gdp/car-purple-icon.png" + icon: "file://usr/share/gdp/App-xeyes-icon.png" unit: "EGLWLInputEventExample.service" description: "Input Example Description (TBD)" } diff --git a/app/gdp-hmi-launcher/assets/1424451154_fuel-128.png b/app/gdp-hmi-launcher/assets/1424451154_fuel-128.png new file mode 100644 index 0000000..133c877 Binary files /dev/null and b/app/gdp-hmi-launcher/assets/1424451154_fuel-128.png differ diff --git a/app/gdp-hmi-launcher/assets/App-xeyes-icon.png b/app/gdp-hmi-launcher/assets/App-xeyes-icon.png new file mode 100644 index 0000000..2a16eb4 Binary files /dev/null and b/app/gdp-hmi-launcher/assets/App-xeyes-icon.png differ diff --git a/app/gdp-hmi-launcher/assets/GDP_AM_Button.png b/app/gdp-hmi-launcher/assets/GDP_AM_Button.png new file mode 100644 index 0000000..82f9ba7 Binary files /dev/null and b/app/gdp-hmi-launcher/assets/GDP_AM_Button.png differ diff --git a/app/gdp-hmi-launcher/assets/GDP_Browser_Button.png b/app/gdp-hmi-launcher/assets/GDP_Browser_Button.png new file mode 100644 index 0000000..174a0f7 Binary files /dev/null and b/app/gdp-hmi-launcher/assets/GDP_Browser_Button.png differ diff --git a/app/gdp-hmi-launcher/assets/README.images b/app/gdp-hmi-launcher/assets/README.images new file mode 100644 index 0000000..7ca335e --- /dev/null +++ b/app/gdp-hmi-launcher/assets/README.images @@ -0,0 +1,48 @@ +README.images +============= + +Most of the images have been downloaded (Feb.2015) from iconarchive.com, one +from iconfinder.com. + +The files have the following license: + +File: car-purple-icon.png +Artist: bevel-and-emboss +Iconset: Car Icons (7 icons) +License: Freeware +Commercial usage: Allowed +URL: http://www.iconarchive.com/show/car-icons-by-bevel-and-emboss/car-purple-icon.html + +File: power-icon*.png +Artist: Custom Icon Design (Available for custom work) +Iconset: Mono General 4 Icons (15 icons) +License: Free for non-commercial use. +Commercial usage: Buy commercial license here: http://www.customicondesign.com/free-icons/mono-icon-set/mono-general-4 +http://www.iconarchive.com/show/mono-general-4-icons-by-custom-icon-design/power-icon.html + +File: maps-icon.png +Artist: WebIconSet.com +Iconset: Mobile Icons (10 icons) +License: Freeware +Commercial usage: Allowed +http://www.iconarchive.com/show/mobile-icons-by-webiconset/maps-icon.html + +File: 47-fuel-icon.png +Artist: Glyphish +Iconset: Glyphish Icons (200 icons) +License: CC Attribution 4.0 +Commercial usage: Allowed (Backlink to http://glyphish.com required) +http://www.iconarchive.com/show/glyphish-icons-by-glyphish/47-fuel-icon.html + +File: 1424451154_fuel-128.png +License: Free for commercial use (Restrictions apply - read license) +https://www.iconfinder.com/icons/103260/fuel_icon + + +File: App-xeyes-icon.png +Artist: Everaldo / Yellowicon +Iconset: Crystal Clear Icons (509 icons) +License: GNU Lesser General Public License +Commercial usage: Allowed +http://www.iconarchive.com/show/crystal-clear-icons-by-everaldo/App-xeyes-icon.html + diff --git a/app/gdp-hmi-launcher/assets/maps-icon.png b/app/gdp-hmi-launcher/assets/maps-icon.png new file mode 100644 index 0000000..f0ff9eb Binary files /dev/null and b/app/gdp-hmi-launcher/assets/maps-icon.png differ -- cgit v1.2.1