Re: [PATCH libinput] tablet: Rename TILT_VERTICAL and TILT_HORIZONTAL to TILT_X and TILT_Y

2014-07-09 Thread Peter Hutterer
On Wed, Jul 09, 2014 at 01:14:48AM -0400, Stephen Chandler Paul wrote: > Since the orientation of the tablet can potentially change, this naming scheme > makes a lot more sense then VERTICAL and HORIZONTAL does since they don't > reflect the actual physical movement. > > Signed-off-by: Stephen Cha

Re: [PATCH 10/11] weston-image --help works. Also help if no filename is given

2014-07-09 Thread Jason Ekstrand
On Jul 9, 2014 6:17 PM, "Jason Ekstrand" wrote: > > > On Jul 8, 2014 9:18 PM, "Bill Spitzak" wrote: > > > > --- > > clients/image.c |5 + > > 1 file changed, 5 insertions(+) > > > > diff --git a/clients/image.c b/clients/image.c > > index 112b93d..573117c 100644 > > --- a/clients/image.c

Re: [PATCH 10/11] weston-image --help works. Also help if no filename is given

2014-07-09 Thread Jason Ekstrand
On Jul 8, 2014 9:18 PM, "Bill Spitzak" wrote: > > --- > clients/image.c |5 + > 1 file changed, 5 insertions(+) > > diff --git a/clients/image.c b/clients/image.c > index 112b93d..573117c 100644 > --- a/clients/image.c > +++ b/clients/image.c > @@ -412,6 +412,11 @@ main(int argc, char *ar

[PATCH weston 0/2] Implement layer clipping

2014-07-09 Thread Giulio Camuffo
This is a resend of my layer clipping patch, rebased on top of current master. I *really* hope it doesn't die of age on the list again. -- Giulio Camuffo (2): compositor: keep track of the weston_layer a weston_view is in compositor: add a masking mechanism to weston_layer desktop-shell/exp

[PATCH weston 2/2] compositor: add a masking mechanism to weston_layer

2014-07-09 Thread Giulio Camuffo
this adds a mechanism to mask the views belonging to a layer to an arbitrary rect, in the global space. The parts that don't fit in that rect will be clipped away. Supported by the gl and pixman renderer only for now. --- src/compositor.c | 61 -

[PATCH weston 1/2] compositor: keep track of the weston_layer a weston_view is in

2014-07-09 Thread Giulio Camuffo
This introduces a new struct, weston_layer_entry, which is now used in place of wl_list to keep the link for the layer list in weston_view and the head of the list in weston_layer. weston_layer_entry also has a weston_layer*, which points to the layer the view is in or, in the case the entry it's t

RealVNC Wayland developer preview

2014-07-09 Thread Andrew Wedgbury
Hi, As some of you may know, I've been working on VNC remote access for Wayland, on behalf of my employer, RealVNC. Since this has now reached a point where it is quite usable, we'd like to make a preview version freely available for Wayland developers. I should stress that this is commercial

Re: Weston IVI-Shell GitHub repo

2014-07-09 Thread Manuel Bachmann
You are very welcome, Nabuhiko ! So, regarding the GitHub repo, looks like I managed to do it as promised. Here is what has just been done : - the homepage (https://github.com/Tarnyko/weston-ivi-shell/) now displays an introduction, screenshot, and quick installation procedure ; - the latest "I

Re: [PATCH 2/3] tests: remove assert from frame_callback_wait()

2014-07-09 Thread Marek Chalupa
On 7 July 2014 17:22, Pekka Paalanen wrote: > On Mon, 26 May 2014 16:58:06 +0200 > Marek Chalupa wrote: > > > This function did dispatching wrapped in assert so when an error came, > > the test was aborted. Now, with expect_protocol_error, we need > > this function to abort only when we are not

RE: Weston IVI-Shell GitHub repo

2014-07-09 Thread Tanibata, Nobuhiko (ADITJ/SWG)
Hi Manuel, Thank you very much for supporting! >(3) : http://www.tarnyko.net/repo/weston-ivi-shell.png > http://lists.freedesktop.org/archives/wayland-devel/attachments/20140625/abbfc064/attachment-0001.png The above png might be help

Weston IVI-Shell GitHub repo

2014-07-09 Thread Manuel Bachmann
Hi folks, This is about the IVI-Shell patches, which are provided and frequently updated by TANIBATA Nabuhiko, the main developer and maintainer of the IVI-Shell project. Just to act as a reminder, IVI-Shell is providing a Weston shell interface, linked to the GENIVI API which targets In-Vehicle

Re: Global shortkeys and keyboard focus

2014-07-09 Thread Pekka Paalanen
On Tue, 8 Jul 2014 22:26:07 + "Dodier-Lazaro, Steve" wrote: > A couple of notes on the previous emails, > > Fabrice, so long as your app ensures that no third-party code can > programmatically grab a shortcut without user agreement, it would make sense > to let it have a privilege. > > Qu

[PATCH weston] xwm: set surface_id of a window to 0 if paired immediately

2014-07-09 Thread Boyan Ding
The surface_id of a wm_window is set to non-zero when shell surface of the window exists but not mapped, and that wm_window will be inserted into an unpaired_window_list. If window is mapped immediately in weston_wm_handle_surface_id, it will not go into the list. However, we forgot to set surface_

Re: [PATCH weston-ivi-shell v5 6/9] A reference implementation of UI client how to use ivi-hmi-controller.

2014-07-09 Thread Pekka Paalanen
On Wed, 09 Jul 2014 15:43:27 +0900 Nobuhiko Tanibata wrote: > 2014-07-07 17:04 に Pekka Paalanen さんは書きました: > > On Tue, 20 May 2014 19:02:56 +0900 > > Nobuhiko Tanibata wrote: > > > >> 2014-04-25 20:55 に Pekka Paalanen さんは書きました: > >> > On Thu, 20 Mar 2014 16:00:57 +0900 > >> > Nobuhiko Tanibata