summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-22Add API which can get informationssandbox/knimitz/add_eventYuta Doi2-1/+18
getDisplayInfo() can get the display information as follows: - width[pixel] - height[pixel] - width[mm] - height[mm] NOTE: It uses wl_output::geometry() for getting physical width[mm] and height[mm] of the display, but the value is different with measured value. value from wl_output::geometry(): width:320 height:520 measured value : width:193 height:343 getAreaInfo() can get the information of area drawn by the application as follows: - x-coordinate - y-coordinate - width - height getCarInfo() can get the car state informations as follows: - parking brake state : true/false - accelerator pedal position : 0-127.5 - car state : "stop"/"run" The details are described in doc/ApplicationGuide.md in project apps/agl-service-windowmanager-2017. Change-Id: Icfb945ea3f2a8701d110b4063bbef5a54119e511 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2018-05-22Add screen_updated eventKazumasa Mitsunari1-0/+2
This is just for the test. This event means the current visible apps is changed. The name of the event may confuse developers with the update of screen update of weston. So the name is under considering. Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-05-21Add lightstatus brake ON/OFF eventsandbox/yuta-d/dev_pmYuta Doi1-0/+3
Change-Id: I52f82d6dd3c3bb93f44d3fb5e75f384ac0809a55 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2018-05-09Add headlamp ON/OFF, car run/stop and parking brake ON/OFF eventYuta Doi1-0/+9
Change-Id: I57a17200b7ae32856c9199cdb75c484013bd1963 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2017-11-14Fix: free(): invalid next size (normal)Romain Forlot2-3/+2
Wrong str allocation leads to crash binding ! Change-Id: I58f6e1c6585a97a7221a6a309bd2d98bf634f111 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-11-11Fix header installationflounder_5.99.1flounder/5.99.1eel_4.99.3eel/4.99.35.99.14.99.3Scott Murray1-1/+1
Header installation wasn't working due to a typo, fix it. Change-Id: Ie63fcfbf512a0de14e2bdb9f4f737f4cef335100 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-11-10Add initial code of qlibwindowmanagerKazumasa Mitsunari5-0/+410
qlibwindowmanager is the wrapper library of libwindowmanager for Qt application Change-Id: I7058d918b73d5f5b6edfb4a32ca697bfd7f53cff Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-11-09Add .gitreviewKazumasa Mitsunari1-0/+5
Change-Id: I5202a20525b53daa814b9a8e6d72d6d6de7544b0 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-25Initial empty repositoryeel_4.99.2eel/4.99.24.99.2Jan-Simon Moeller0-0/+0