Re:RE: About ivi shell and hmi controller

2016-06-28 Thread 袁嘉伟
Hi Ucan, There is another problem that ivi-controller.so or ivi-controller.h that is used to develop doesn't exist in sdk which provided by chip vendor. How can i get the .h and .so file? Might I copile it by myself? At 2016-06-28 16:03:44, "Ucan, Emre (ADITG/SW1)" wrote: >Hi Anthenony, > >

Re: Touch some edge points of the touchscreen the weston crash

2016-06-28 Thread Daniel Stone
Hi, On 27 June 2016 at 23:27, Ruei, Eric wrote: > On 6/23/2016 5:17 AM, zhaojinkun wrote: >> #2 weston_view_from_global_float (view=0x0, x=-nan(0x7f007c), >> y=9.18354962e-41, vx=0x7efff658, vy=0x7efff65c) at >> /usr/src/debug/weston/1.9.0-r0/weston-1.9.0/src/compositor.c:1350 >>

[PATCH v4 wayland-protocols 4/4] tablet: Add pad support to the tablet protocol

2016-06-28 Thread Carlos Garnacho
The pad's interface is similar to the tool interface, a client is notified of the pad after the tablet_added event. The pad has three functionalities: buttons, rings and strips. Buttons are fairly straightforward, rings and strips are separate interfaces with a pointer-axis-like source/value/frame

Re: [PATCH weston 12/12] compositor: Switch to new surface/view mapped checks

2016-06-28 Thread Pekka Paalanen
On Tue, 28 Jun 2016 16:05:00 +0200 Armin Krezović wrote: > On 28.06.2016 14:30, Pekka Paalanen wrote: > > On Thu, 23 Jun 2016 11:59:40 +0200 > > Armin Krezović wrote: > > > >> This patch makes use of new flags which were introduced > >> by previous patches to check if a surface/view is mapped

Re: [PATCH weston v2 07/12] gl-renderer: Always setup gl-renderer

2016-06-28 Thread Pekka Paalanen
On Tue, 28 Jun 2016 16:02:10 +0200 Armin Krezović wrote: > On 27.06.2016 15:08, Pekka Paalanen wrote: > > Hi Armin, > > > > several minor nitpicks on wording here, but the code looks good. > > > > On Thu, 23 Jun 2016 11:59:35 +0200 > > Armin Krezović wrote: > > > >> Currently, the gl-render

Re: [PATCH weston 12/12] compositor: Switch to new surface/view mapped checks

2016-06-28 Thread Armin Krezović
On 28.06.2016 14:30, Pekka Paalanen wrote: > On Thu, 23 Jun 2016 11:59:40 +0200 > Armin Krezović wrote: > >> This patch makes use of new flags which were introduced >> by previous patches to check if a surface/view is mapped >> >> Signed-off-by: Armin Krezović >> --- >> src/compositor.c | 10 ++

[PATCH wayland-web 0/1] html: Remove trailing whitespace

2016-06-28 Thread Yong Bakos
From: Yong Bakos Hi, The commit message explains the annoyance, and for the most part, this patch affects only the html preamble and closing. If you would like me to remove the line changes affecting content, I'll send a v2. Thank you, yong Yong Bakos (1): html: Remove trailing whitespace a

[PATCH wayland-web 1/1] html: Remove trailing whitespace

2016-06-28 Thread Yong Bakos
From: Yong Bakos The html files contain trailing whitespace, which is an annoyance when making a change: editors configured to remove trailing whitespace upon save end up cluttering the diff beyond the intent of the author. Remove trailing whitespace from all html files, so the annoyance describ

Re: [PATCH weston v2 07/12] gl-renderer: Always setup gl-renderer

2016-06-28 Thread Armin Krezović
On 27.06.2016 15:08, Pekka Paalanen wrote: > Hi Armin, > > several minor nitpicks on wording here, but the code looks good. > > On Thu, 23 Jun 2016 11:59:35 +0200 > Armin Krezović wrote: > >> Currently, the gl-renderer setup is being done on per-output >> basis. This isn't desirable when trying

Re: [PATCH weston 12/12] compositor: Switch to new surface/view mapped checks

2016-06-28 Thread Pekka Paalanen
On Thu, 23 Jun 2016 11:59:40 +0200 Armin Krezović wrote: > This patch makes use of new flags which were introduced > by previous patches to check if a surface/view is mapped > > Signed-off-by: Armin Krezović > --- > src/compositor.c | 10 ++ > 1 file changed, 2 insertions(+), 8 deletio

Re: [PATCH weston 11/12] ivi-shell: update for manual surface/view mapping

2016-06-28 Thread Pekka Paalanen
On Thu, 23 Jun 2016 11:59:39 +0200 Armin Krezović wrote: > This is a follow up for ivi-shell to manually > set mapped status for views/surfaces it controls > > Signed-off-by: Armin Krezović > --- > ivi-shell/input-panel-ivi.c | 2 ++ > ivi-shell/ivi-layout.c | 2 ++ > 2 files changed, 4 i

Re: [PATCH weston v3 2/8] compositor: Track inhibition state in weston_surface

2016-06-28 Thread Pekka Paalanen
On Thu, 23 Jun 2016 17:32:50 -0700 Bryce Harrington wrote: > On Thu, May 26, 2016 at 06:01:27PM +0300, Pekka Paalanen wrote: > > On Thu, 7 Apr 2016 16:44:17 -0700 > > Bryce Harrington wrote: > > > > > Signed-off-by: Bryce Harrington > > > > Hi, > > > > the commit message could use an ex

How to sync weston compositor with wayland client?

2016-06-28 Thread YoungJun Jo
Hi, all I don't know how to sync compositor and client. My environment: wayland/weston 1.8.0 DRM backend wayland-egl My scenario is, 1. HMI Controller UI 2. Navigation Application 3. Weston compositor HMI, Navigation are added to weston view list. If if click zoom-in button on HMI UI then navi

Re: [PATCH libinput] touchpad: only check for vertical finger distribution on 2fg gestures

2016-06-28 Thread Hans de Goede
Hi, On 28-06-16 08:22, Peter Hutterer wrote: A natural hand position for a 4-finger swipe will have one finger well below the other triggering the pinch detection. This is obviously wrong, only do the finger position analysis when we have 2 fingers. This is only a partial fix, for 3-4 finger ge

RE: About ivi shell and hmi controller

2016-06-28 Thread Ucan, Emre (ADITG/SW1)
Hi Anthenony, The ivi-hmi-controller protocol is a test/toy protocol only. It is not usable for real IVI sytems. You have to use ivi-controller protocol for entire functionality of IVI-Shell. You can find the server and client side implementation of the ivi-controller protocol at: http://projec

About ivi shell and hmi controller

2016-06-28 Thread 袁嘉伟
Hi, all: Recently started using IVI to develop vehicle navigation with wayland 1.9. I downloaded a package named weston-1.9.0 at wayland official website. There is some source code in folder weston-1.9.0\ivi-shell. I found so many functional realization in ivi-layout.c and other .c