From 61f33451f5c427b148bc82625a7dc8227ceca64c Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Fri, 29 Jun 2018 16:01:32 +0900 Subject: Update: update agl-service-windowmanager-2017 Following commits are included: 6373ce0 Add signal when the displayed application changed 3e58f01 Clean: sort source code according to the order of header file 0f05870 Fix class name "App" to "WindowManager" 4c5fda5 Refactor: Integrate rework handles by application 847dde9 Rework: Window Manager handles by application d1127dd Add Get/Set area size functions 2a35277 Bug Fix: Window Manager doesn't react after killing app process 714b578 Clean: remove small files be9cbe2 Clean: remove useless headers 43ff4c2 Fix Client Context of afb-binder 01d26af Remove the unnecessary property 2357c43 Format source codes d50188f Update document c83642c Change reply timing 5d05965 Send visible event after commit change Change-Id: I293fd865c02b2626259ce6a23c6611458bc82bf1 Signed-off-by: Kazumasa Mitsunari --- .../agl-service-windowmanager-2017_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb index 9514c0d1..313b55a4 100644 --- a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb +++ b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb @@ -15,7 +15,7 @@ DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native" inherit cmake aglwgt SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager-2017;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "c146ba77b6546ac6703b41072a7f0b1a72803d63" +SRCREV = "6373ce04e2d6c6ae77246bcf7560447b3daaed3d" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg From 40bdf57a1cb61ddb60463c4b5d3c8860d095a290 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Fri, 29 Jun 2018 16:06:46 +0900 Subject: Update: libraries for window manager client Following commits are included: libwindowmanager f27a437 Add screen_updated and error event qlibwindowmanager ee162e3 Add screen_updated and error event 867cc35 Fix the name of library 1cc7f85 Fix default area Change-Id: Ic38596a0cac92a57fd1eb347f22d629220db4c66 Signed-off-by: Kazumasa Mitsunari --- .../recipes-graphics/libwindowmanager/libwindowmanager_git.bb | 2 +- .../recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb index 17a7ac11..2082fefa 100644 --- a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb +++ b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb @@ -10,6 +10,6 @@ RDEPENDS_${PN} = "agl-service-windowmanager-2017" inherit cmake SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libwindowmanager.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "026af4256b9b69ffd52972d6da0cb394dff2b0e6" +SRCREV = "f27a437b3dd6fead9566743ce6051dc6adde5eab" S = "${WORKDIR}/git" PV = "1.0+git${SRCPV}" diff --git a/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb index 470c3b81..f2418e6a 100644 --- a/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb +++ b/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb @@ -9,5 +9,5 @@ RDEPENDS_${PN} = "libwindowmanager" inherit qmake5 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/qlibwindowmanager.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "77460e797c950f6a2c742cc8604a58b5deb86616" +SRCREV = "ee162e3e74baa74411441304edf8389eeab04995" S = "${WORKDIR}/git" -- cgit 1.2.3-korg