aboutsummaryrefslogtreecommitdiffstats
path: root/sample/simple-egl/src/simple-egl.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-10-26Add debug message control by environment variablezheng_wenlong1-41/+29
Add HMI_DEBUG to print debug message, It is controlled by the USE_HMI_DEBUG environment variable. Change-Id: Ic1a3c8267e736def4456204f14bdac38ad105fe8 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-26Use correct windowmanager api calling sequencezheng_wenlong1-26/+47
For none qt application who want to use windowmanager-service, application should call windowmanager api by correct sequence. Change this sample application to use correct sequence. Rule1: Between activeSurface and syncDraw, application should not draw anything. Rule2: Application can change window size when received syncDraw event, do not need do it in ivi_surface configure. [Patch Sets 2] Miss a drawing control flag code, fix it. BUG-AGL: SPEC-988 Change-Id: I913d80653c864b5c1039da9a15b616666bdde6e3 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-26Modified functional argument from char to jsonzheng_wenlong1-14/+43
Change libhomescreen event api from char to json. Also modify sample who use this. Change-Id: Id3986d413f9494019f6b175488dd73de226ba020 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-26Move sample from agl-service-homescreen-2017zheng_wenlong1-0/+744
This sample is using libhomescren with homescreen sevice, So better move inside of libhomescreen. Related Commit: https://gerrit.automotivelinux.org/gerrit/#/c/11429/ [Patch Sets 2] Rebased to c0e6b4d9496eacabeffc4115fad7c1a288de60c8 [Patch Sets 3] Delete ivi-application-client-protocol.h and some trailing whitespace. [Patch Sets 4] Change temlate/README to README.md BUG-AGL: SPEC-988 Change-Id: Id9a1a2401a9a0a42442ce84025213036a4fccd78 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>