Start app and get runnables list by homescreen 65/20865/1
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Mon, 1 Apr 2019 09:15:34 +0000 (17:15 +0800)
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Mon, 1 Apr 2019 09:15:34 +0000 (17:15 +0800)
commit5560ed2ad3247dd7ffb73402fd435cd79f62f8a5
tree34e851277a1ef028f9143a506dbbf8df9cb33f0d
parent5462c15547825c18139c69dc0b10b02d04bf9f10
Start app and get runnables list by homescreen

1.only call showWindow when start application.
2.get runnalbes list from homescreen-service.
3.subscribe and deal with Event_AppListChanged.
4.move LICENSE file to top-level directory.
5.sort application by application name with ascending order.

Bug-AGL: SPEC-2188

Change-Id: Ic960e25d8de8d063296298a1897865dc3026dee6
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
LICENSE [new file with mode: 0644]
interfaces/LICENSE [deleted file]
launcher/LICENSE [deleted file]
launcher/launcher.pro
launcher/qml/Launcher.qml
launcher/src/applicationmodel.cpp
launcher/src/applicationmodel.h
launcher/src/homescreenhandler.cpp [new file with mode: 0644]
launcher/src/homescreenhandler.h [new file with mode: 0644]
launcher/src/main.cpp