From 381755e4686a08e766316aaf40e8fdfa202d48d4 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Fri, 29 Sep 2017 21:00:25 +0900 Subject: Add homescreen-2017 Add new homescreen-2017 with agl-service-windowmanaeger-2017 and agl-service-homescreen-2017. About this information see JIRA SPEC-871. [PatchSet2] Use aglwgt make package. Delete homescreensimulator and sampleapptimedate beacuse not use them. Change-Id: I402134d0386e76b2127ca95b9b0b48c1721b4086 Signed-off-by: zheng_wenlong --- homescreen/qml/images/Weather/WeatherIcons_ALL-01.png | Bin 0 -> 1320 bytes homescreen/qml/images/Weather/WeatherIcons_Cloudy-01.png | Bin 0 -> 715 bytes homescreen/qml/images/Weather/WeatherIcons_Moon-01.png | Bin 0 -> 749 bytes .../images/Weather/WeatherIcons_PartiallyCloudy-01.png | Bin 0 -> 900 bytes homescreen/qml/images/Weather/WeatherIcons_Rain-01.png | Bin 0 -> 870 bytes homescreen/qml/images/Weather/WeatherIcons_Snow-01.png | Bin 0 -> 840 bytes homescreen/qml/images/Weather/WeatherIcons_Sun-01.png | Bin 0 -> 807 bytes .../qml/images/Weather/WeatherIcons_Thunderstorm-01.png | Bin 0 -> 886 bytes homescreen/qml/images/Weather/weather.qrc | 12 ++++++++++++ 9 files changed, 12 insertions(+) create mode 100644 homescreen/qml/images/Weather/WeatherIcons_ALL-01.png create mode 100644 homescreen/qml/images/Weather/WeatherIcons_Cloudy-01.png create mode 100644 homescreen/qml/images/Weather/WeatherIcons_Moon-01.png create mode 100644 homescreen/qml/images/Weather/WeatherIcons_PartiallyCloudy-01.png create mode 100644 homescreen/qml/images/Weather/WeatherIcons_Rain-01.png create mode 100644 homescreen/qml/images/Weather/WeatherIcons_Snow-01.png create mode 100644 homescreen/qml/images/Weather/WeatherIcons_Sun-01.png create mode 100644 homescreen/qml/images/Weather/WeatherIcons_Thunderstorm-01.png create mode 100644 homescreen/qml/images/Weather/weather.qrc (limited to 'homescreen/qml/images/Weather') diff --git a/homescreen/qml/images/Weather/WeatherIcons_ALL-01.png b/homescreen/qml/images/Weather/WeatherIcons_ALL-01.png new file mode 100644 index 0000000..f5f8b19 Binary files /dev/null and b/homescreen/qml/images/Weather/WeatherIcons_ALL-01.png differ diff --git a/homescreen/qml/images/Weather/WeatherIcons_Cloudy-01.png b/homescreen/qml/images/Weather/WeatherIcons_Cloudy-01.png new file mode 100644 index 0000000..3603a55 Binary files /dev/null and b/homescreen/qml/images/Weather/WeatherIcons_Cloudy-01.png differ diff --git a/homescreen/qml/images/Weather/WeatherIcons_Moon-01.png b/homescreen/qml/images/Weather/WeatherIcons_Moon-01.png new file mode 100644 index 0000000..8fe1e18 Binary files /dev/null and b/homescreen/qml/images/Weather/WeatherIcons_Moon-01.png differ diff --git a/homescreen/qml/images/Weather/WeatherIcons_PartiallyCloudy-01.png b/homescreen/qml/images/Weather/WeatherIcons_PartiallyCloudy-01.png new file mode 100644 index 0000000..09cd84f Binary files /dev/null and b/homescreen/qml/images/Weather/WeatherIcons_PartiallyCloudy-01.png differ diff --git a/homescreen/qml/images/Weather/WeatherIcons_Rain-01.png b/homescreen/qml/images/Weather/WeatherIcons_Rain-01.png new file mode 100644 index 0000000..125b413 Binary files /dev/null and b/homescreen/qml/images/Weather/WeatherIcons_Rain-01.png differ diff --git a/homescreen/qml/images/Weather/WeatherIcons_Snow-01.png b/homescreen/qml/images/Weather/WeatherIcons_Snow-01.png new file mode 100644 index 0000000..d0a9520 Binary files /dev/null and b/homescreen/qml/images/Weather/WeatherIcons_Snow-01.png differ diff --git a/homescreen/qml/images/Weather/WeatherIcons_Sun-01.png b/homescreen/qml/images/Weather/WeatherIcons_Sun-01.png new file mode 100644 index 0000000..ee3a744 Binary files /dev/null and b/homescreen/qml/images/Weather/WeatherIcons_Sun-01.png differ diff --git a/homescreen/qml/images/Weather/WeatherIcons_Thunderstorm-01.png b/homescreen/qml/images/Weather/WeatherIcons_Thunderstorm-01.png new file mode 100644 index 0000000..f6959f4 Binary files /dev/null and b/homescreen/qml/images/Weather/WeatherIcons_Thunderstorm-01.png differ diff --git a/homescreen/qml/images/Weather/weather.qrc b/homescreen/qml/images/Weather/weather.qrc new file mode 100644 index 0000000..2668fec --- /dev/null +++ b/homescreen/qml/images/Weather/weather.qrc @@ -0,0 +1,12 @@ + + + WeatherIcons_ALL-01.png + WeatherIcons_Cloudy-01.png + WeatherIcons_Moon-01.png + WeatherIcons_PartiallyCloudy-01.png + WeatherIcons_Rain-01.png + WeatherIcons_Snow-01.png + WeatherIcons_Sun-01.png + WeatherIcons_Thunderstorm-01.png + + -- cgit 1.2.3-korg