Re: [PATCH libinput] test: use unique names for all the test suite names

2017-06-06 Thread Peter Hutterer
sorry, subjectprefix fail, this one is obviously for libinput. On Wed, Jun 07, 2017 at 11:28:28AM +1000, Peter Hutterer wrote: > This makes it possible to run multiple test suite simultaneously on the same > host without messing up the other runs (provided that all instances use > the same udev/hw

[PATCH] test: use unique names for all the test suite names

2017-06-06 Thread Peter Hutterer
This makes it possible to run multiple test suite simultaneously on the same host without messing up the other runs (provided that all instances use the same udev/hwdb files). Previously, removing the udev rules/hwdb at the end of a test run would cause test case failures in other runs that hadn't

Re: [PATCH libinput 0/3] Device-tree-based model detection

2017-06-06 Thread Peter Hutterer
On Wed, Jun 07, 2017 at 12:18:52AM +0300, Paul Kocialkowski wrote: > Hey, > > Le mardi 02 mai 2017 à 16:21 +1000, Peter Hutterer a écrit : > > On Fri, Apr 28, 2017 at 03:32:58PM +0200, Paul Kocialkowski wrote: > > > This series introduces device-tree-based model detection and uses it for > > > fin

XDC 2017 : Call for paper

2017-06-06 Thread Martin Peres
Hello, I have the pleasure to announce that the X.org Developer Conference 2017 will be held in Mountain View, California from September 20th to September 22nd. The venue is located at the Googleplex. The official page for the event is http://www.x.org/wiki/Events/XDC2017 while the call for paper

Re: [PATCH RFC xserver] xwayland: Add grab protocol support

2017-06-06 Thread Peter Hutterer
On Fri, Jun 02, 2017 at 11:11:45AM +0200, Olivier Fourdan wrote: > Signed-off-by: Olivier Fourdan > --- > configure.ac | 2 +- > hw/xwayland/Makefile.am | 7 ++- > hw/xwayland/xwayland-input.c | 102 > +++ > hw/xwayland/xwayland.c

Re: [PATCH wayland-protocols v7 2/2] Add keyboard shortcuts inhibitor

2017-06-06 Thread Peter Hutterer
On Tue, Jun 06, 2017 at 02:03:39PM +0200, Olivier Fourdan wrote: > This adds a new protocol to let Wayland clients specify that they want > all keyboard events to be sent to the client, regardless of the > compositor own shortcuts. > > This protocol can be used for virtual machine and remote conne

Re: [PATCH libinput 0/3] Device-tree-based model detection

2017-06-06 Thread Paul Kocialkowski
Hey, Le mardi 02 mai 2017 à 16:21 +1000, Peter Hutterer a écrit : > On Fri, Apr 28, 2017 at 03:32:58PM +0200, Paul Kocialkowski wrote: > > This series introduces device-tree-based model detection and uses it for > > fine tuning on the Chromebook R13 CB5-312T. > > > > It applies on top of my serie

RE: [RFC weston 0/9] weston-debug protocol, API, and tool

2017-06-06 Thread Ucan, Emre (ADITG/ESB)
Hello Pekka, Thank you very much for this RFC. We are also investigating options to improve logging in weston. Your proposal looks very good. I have some comments and suggestions below Best regards Emre Ucan Engineering Software Base (ADITG/ESB) > -Original Message- > From: wayland-dev

[PATCH wayland-protocols v7 2/2] Add keyboard shortcuts inhibitor

2017-06-06 Thread Olivier Fourdan
This adds a new protocol to let Wayland clients specify that they want all keyboard events to be sent to the client, regardless of the compositor own shortcuts. This protocol can be used for virtual machine and remote connection viewers which require to pass all keyboard shortcuts to the hosted or

Re: [PATCH wayland-protocols v6 2/2] Add keyboard shortcuts inhibitor

2017-06-06 Thread Olivier Fourdan
- Original Message - > This adds a new protocol to let Wayland clients specify that they want > all keyboard events to be sent to the client, regardless of the > compositor own shortcuts. > > This protocol can be used for virtual machine and remote connection > viewers which require to

[PATCH wayland-protocols v6 2/2] Add keyboard shortcuts inhibitor

2017-06-06 Thread Olivier Fourdan
This adds a new protocol to let Wayland clients specify that they want all keyboard events to be sent to the client, regardless of the compositor own shortcuts. This protocol can be used for virtual machine and remote connection viewers which require to pass all keyboard shortcuts to the hosted or

Re: [PATCH wayland-protocols v5 2/2] Add keyboard shortcuts inhibitor

2017-06-06 Thread Olivier Fourdan
Hey Peter, [...] > > + > > + > > + > > + > > + > > + This event indicates the beginning of keyboard combo definition. > > typo: "of *a* keyboard combo definition". Having said that, my gut tells me > this approach is a bad idea (though I'm not 100% sure how else to solve it