Age | Commit message (Collapse) | Author | Files | Lines |
|
Modify libwindowmanager's requestSurface api.
Change failed log to HMI_ERROR.
Delete global variable gWindow.
Delete split window code.
Change-Id: I83df68f2ae3d34d7589370df4010f5b297662f69
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
(cherry picked from commit 478ad89b8da9d5bc68755433cab4963b7d0c8b96)
|
|
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Default enable HMI_ERROR output.
Remove afb-binding.h and add necessary header files.
[Patch Set 2]
Change LOG_LEVEL_MAX value equal LOG_LEVEL_DEBUG.
Change-Id: Ie8c4902f13b600c2b3f5c7d2e924bfa3a22dfc52
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
In libhomescreen, afb-binding.h inclusion occurres a lots of compile error.
Only use afb/afb-wsj1.h and afb/afb-ws-client.h.
Change-Id: I8f606206cf0f833c765c85eb8e91aab008dac116
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
|
|
Applications need include libhomescreen.hpp,
so add it into install destination.
BUG-AGL: SPEC-991
Change-Id: I7f1640a847b3ab57d0e7e6e1ea8ce4c44a0806eb
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
Add a HMI_DEBUG macro to print debug messages.
It is controlled by the USE_HMI_DEBUG environment variable.
BUG-AGL: SPEC-998
Change-Id: Ic1a3c8267e736def4456204f14bdac38ad105fe8
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
For an application which doesn't use qt, but wants to use the windowmanager-service,
the application needs to call the windowmanager api in the correct sequence.
Change this sample application to use the correct sequence.
Rule1:
Between activeSurface and syncDraw, application should not
draw anything.
Rule2:
An application can change the window size when it received a syncDraw event,
it does not need to do it in ivi_surface configuration.
[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>
|
|
As homescreen-service added the OnScreenReply function,
we can add the OnScreenReply to libhomescreen
so applications can use this api easily.
BUG-AGL: SPEC-985
Change-Id: I8038fea7471d1ae0777dcbff19e45c38fb6f614f
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
Change libhomescreen event api from char to json.
Also modify samples who use this.
BUG-AGL: SPEC-992
Change-Id: Id3986d413f9494019f6b175488dd73de226ba020
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
Because libhomescreen already has a thread to receive events,
we can remove the thread loop in libhomescreen.
Related Commit:
https://gerrit.automotivelinux.org/gerrit/#/c/11403/
BUG-AGL: SPEC-989
Change-Id: I32d65efcf32f3395719837339659ff94b3e64889
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
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
[Patch Sets 5]
Rebased to 572023336d9573d3d5636d7e61a8dd3ed8878b0d
[Patch Sets 6]
Add LICENSE.APL-2.0 and LICENSE.MIT to sample.
Modify config.xml license to APL 2.0 + MIT.
BUG-AGL: SPEC-988
Change-Id: Id9a1a2401a9a0a42442ce84025213036a4fccd78
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
Add HMI_DEBUG to print debug message,
It is controlled by the USE_HMI_DEBUG environment variable.
BUG-AGL: SPEC-998
Change-Id: I4b948f3af0d3a1b5e8707518e5b83a1029df3667
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
Split libhomescreen library from agl-homescreen-service-2017.
Relative commit:
https://gerrit.automotivelinux.org/gerrit/#/c/11413/
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
|
|
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
|
|
Taken from https://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
|
|
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
|
|
|