aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/images
AgeCommit message (Collapse)AuthorFilesLines
2018-01-04Better, stronger, prettier spotify iconsandbox/claneys/spotify-icon-includedRomain Forlot2-144/+670
Change-Id: If8853971e5a34b29ab9c55d8c00297a575e8fb91 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-01-04Added spotify iconsRomain Forlot3-0/+200
Change-Id: I64aafd29fca3fd4f09a65f328e08f1cc3d6f2b89 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-12-25Improve management icons of homescreenTadao Tanikawa70-4357/+5571
- 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 <tanikawa.tadao@jp.panasonic.com> (cherry picked from commit 8b2fa00276456759fffdd97e210f643b46a0cb1e)
2017-12-17Display default icon in new color scheme zheng_wenlong5-2/+116
When HomeScreen don't have any built-in icon for an application, it displays icon which has initial letter of upper case of application name (returned by AGL appfw) with blue circle (looks like blank icon). In the future, displaying initial letter would be replaced by own icon for each application which is stored in .wgt package. Bug-AGL: SPEC-673 Change-Id: Ifdb8254435d9ebbd93eca0005e088b99964e9187 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com> (cherry picked from commit 96c3e6d3562556d9877e0ced5bd1ab9197502708)
2017-12-17Change to new color schemeTadao Tanikawa59-33/+6341
- Color scheme has been changed - Icon and text has been splitted Incoming patch is necessary to show text with icons. Bug-AGL: SPEC-1085 Change-Id: I267a4fef9901b56e355efac7357c101fd9162421 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> (cherry picked from commit f756a01c3e78ebdb1ebe74efa52b8905a6a2c6b5)
2017-12-16Display a blank icon with first letter when icon is not existzheng_wenlong3-0/+2
Add a new feature, when icon is not exist in homescreen, display a blank icon with first letter. Bug-AGL: SPEC-673 Change-Id: I928537bd61f655107393890166260b7446a16a97 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com> (cherry picked from commit 242e1fcf1e76dc8ad94c0391649fd3ab84e64803)
2017-10-02Add homescreen-2017eel_4.99.1eel/4.99.14.99.1zheng_wenlong105-0/+126
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 <wenlong_zheng@nexty-ele.com>