aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/layouthandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-11-15Change libwindowmanager to qlibwindowmanagerzheng_wenlong1-99/+0
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-30Change function argument to json due to change in libwindowmanagereel_4.99.2eel/4.99.24.99.2zheng_wenlong1-9/+16
As libwindowmanager changed the function argument from char* to json_object, we need to modify homscreen-2017, too. Related Commit: https://gerrit.automotivelinux.org/gerrit/#/c/11459/ BUG-AGL: SPEC-990 Change-Id: I1ccc61de1c3f817ab69ab4579216faaf85408d0a Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-23Add debug message control by envirmentzheng_wenlong1-11/+11
Add HMI_DEBUG to print debug message, It control by USE_HMI_DEBUG envirment. Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-22Add Copyright for TOYOTA and remove unnecessary filezheng_wenlong1-1/+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/+92
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>