aboutsummaryrefslogtreecommitdiffstats
path: root/package
AgeCommit message (Collapse)AuthorFilesLines
2018-11-14Improve window managerKazumasa Mitsunari1-2/+2
* Make sure there is no difference from the main line's line as much as possible * Fix timing issue of launcher and homescreen Change-Id: I39da579d62927278c308d56d53eed005b4284715 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-10-30add source for ces2019zheng_wenlong1-1/+4
2018-10-09Use feature 'required-binding'HEADmasterJose Bollo1-1/+1
The feature "urn:AGL:widget:required-binding" is now preferred to the feature "urn:AGL:widget:required-api" for requiring a local binding. Bug-AGL: SPEC-1800 Change-Id: I971b5077e7cc1c7cf96d731d3b8ec1adcedd12d9 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
2018-06-01Remove the unnecessary propertyKazumasa Mitsunari2-284/+0
Window Manager service doesn't need to have an icon, then remove it. Change-Id: I85d6f612dc1a7bdbdff4c67022cd32d85b0da799 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-05-31Format source codesKazumasa Mitsunari1-1/+1
* Format source codes * Change indent spaces to 4 from 3 * Remove trailing spaces in config.xml Change-Id: I745ba6c7cc4dcf4177add81666351c3c01de7d44 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-09Add agl-service-windowmanager-2017zheng_wenlong2-0/+302
Add a new binding agl-service-windowmanager-2017. A image about this see JIRA SPEC-915. [PatchSet2] Use aglwgt make package. [PatchSet3] Modify to wait until wayland compositor starts up. Bug-AGL: SPEC-925 Change-Id: I8729bb71b5e91d5b009a5bab77232d92605c43ea Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>