aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/ShortcutArea.qml
AgeCommit message (Collapse)AuthorFilesLines
2018-08-03Use appid between homescreen-service and appssandbox/zheng_wenlong/use_appidzheng_wenlong1-1/+5
Use appid between hss and apps, and check event destination in libhomescreen. So these is no need compare code when recived Event_TapShortcut Event. BUG-AGL: SPEC-1645 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-06-19Delete launcher icon area from HomeScreenzheng_wenlong1-19/+7
Delete Home QML file from main.qml. Change Home shortcut icon to launcher. Change-Id: Id1b3ffbbd24ee587a1d3bab1f86c90809bfc1209 Task-AGL: SPEC-1518 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-06-07Change music name to mediaplayerflounder_5.99.1flounder/5.99.15.99.1zheng_wenlong1-1/+1
HomeScreen use music as the name of mediaplayer application, That make two problems, and try to fix it. 1 Can not diaplay correct mediaplayer icon in launcher. 2 Can not switch to mediaplayer screen by click shortcut icon. Change-Id: I99fd6ac1e5ec13f7e7933bfb5c3762cacf984d8e Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-12-25Block launching app when an app is launchingTasuku Suzuki1-5/+2
Bug-AGL: SPEC-1214 Change-Id: I747d20ca7a6219535668fc3951a4ff9f55bcaaaf Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2017-12-25Improve management icons of homescreenTadao Tanikawa1-3/+2
- 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>
2017-12-13Change shortcut icon radio to hvaczheng_wenlong1-4/+4
Change shortcut icon radio to hvac. Change-Id: I521272a8e4b4b1362754ad17ca19b7f7d37a0731 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-11-15Change libwindowmanager to qlibwindowmanagerzheng_wenlong1-0/+4
Since qlibwindowmanager set environment QT_IVI_SURFACE_ID, and libwindowmanager remove setenv. HomeScreen need use qlibwindowmanager instead of libwindowmanager. Change-Id: I0d0babff168fe0cecb2ff689605df1f9bbc2c400 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-22Add Copyright for TOYOTA and remove unnecessary filezheng_wenlong1-0/+1
Add Copyright for file with TOYOTA modified. Remove the unnecessary for this homescreen-2017. Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-02Add homescreen-2017eel_4.99.1eel/4.99.14.99.1zheng_wenlong1-0/+85
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>