apps/agl-service-windowmanager-2017.git
6 years agoMove scripts to test directory 77/11477/5
Kazumasa Mitsunari [Mon, 23 Oct 2017 08:48:11 +0000 (17:48 +0900)]
Move scripts to test directory

This scripts are not needed anymore
They were used for testing

[Pach Sets 2]
Add tests directory
 After discussing, it became better to leave the test script.
 Then, rename the directory name from "scripts" to "tests".
 Move the test script to "tests" directory.

Change-Id: I072b1087ef4804ae6877bb2c864a94da799141f1
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoAdd drawing_area parameter to API 73/11473/4
Kazumasa Mitsunari [Mon, 23 Oct 2017 08:31:27 +0000 (17:31 +0900)]
Add drawing_area parameter to API

Add drawing_area parameter in activateSurface API
and syncDraw event.
This is needed for the following feature
 - To request writting area
 - To inform application of writting area

I assume that
"normal.full" is a full size area in application area,
and "split.[main|sub]" is an upper/lower half size area
in application area.

For example, when Navigation app receives syncDraw event
which the label is Navigation, and the area name is
"normal.full", it means Navigation will be displayed
as a full size(in application area).

When Navigation app receives syncDraw event which
the label is same, and the area name is "split.main",
it means Navigation will be displayed
as an upper half size(in application area).
Application must return endDraw after changing its design
according to the size,
when the application receives syncDraw event.

Layout is defined in layers.json file.
Current layout is set to full screen.
Bug-AGL: SPEC-987

Change-Id: I5efed3dda88275e18dc1d951b98bdfcfc79ee46b
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoProvide a json configuration file for the full screen layout 71/11471/4
Kazumasa Mitsunari [Mon, 23 Oct 2017 08:30:21 +0000 (17:30 +0900)]
Provide a json configuration file for the full screen layout

This configuration file is a sample for a full screen layout.

Bug-AGL : SPEC-997

Change-Id: Ib5d5de93ee134c0bdf3ede65b41efee6c5f68413
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoChange the sequence how signals are emitted 69/11469/2
Kazumasa Mitsunari [Mon, 23 Oct 2017 08:28:13 +0000 (17:28 +0900)]
Change the sequence how signals are emitted

According to https://wiki.automotivelinux.org/_media/agl-hmi-fw_windowmanager_spec_v0.1.0.pdf,
the visible event is emitted first

Bug-AGL : SPEC-987

Change-Id: I5b5fa669b31b9a5283ccc91702064207a85d838c
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoRemoved library from this service binder 67/11467/1
Kazumasa Mitsunari [Mon, 23 Oct 2017 08:27:23 +0000 (17:27 +0900)]
Removed library from this service binder

The library should be splitted to other repository, so removed it from this
repository

Change-Id: Ifa5368077fc77fc9a964409f78d88afb0de2e8d6
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoAdd gitreview file for master 91/11291/1 4.99.1 eel/4.99.1 eel_4.99.1
Jan-Simon Möller [Fri, 13 Oct 2017 13:49:09 +0000 (15:49 +0200)]
Add gitreview file for master

Change-Id: I686e11f2826364a6999b80636e5319755af85a54
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoAdd agl-service-windowmanager-2017 83/11083/3
zheng_wenlong [Fri, 29 Sep 2017 12:06:22 +0000 (21:06 +0900)]
Add agl-service-windowmanager-2017

    Add a new binding agl-service-windowmanager-2017.
    A image about this see JIRA SPEC-915.

    [PatchSet2]
    Use aglwgt make package.

    [PatchSet3]
    Modify to wait until wayland compositor starts up.
    Bug-AGL: SPEC-925

Change-Id: I8729bb71b5e91d5b009a5bab77232d92605c43ea
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
6 years agoInitial empty repository
Jan-Simon Moeller [Thu, 28 Sep 2017 12:43:36 +0000 (12:43 +0000)]
Initial empty repository