[PATCH libinput] touchpad: use the "is internal keyboard" tag to enable dwt

2017-06-08 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 41 +++ test/test-touchpad.c| 73 ++--- 2 files changed, 13 insertions(+), 101 deletions(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index e5f

[ANNOUNCE] libinput 1.7.3

2017-06-08 Thread Peter Hutterer
libinput 1.7.3 is now available. This release fixes a crash caused by the lid switch handler on device removal (depending on the removal order, an assertion was triggered). A few warning fixes and a slight palm detection improvement - tapping in the palm edge detection zone is now ignored, thus red

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

2017-06-08 Thread Peter Hutterer
On Thu, Jun 08, 2017 at 03:45:24PM +0100, Eric Engestrom wrote: > On Wednesday, 2017-06-07 11:28:28 +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

Re: [PATCH weston 1/2] config-parser: fix `short_name` type

2017-06-08 Thread Eric Engestrom
On Wednesday, 2017-05-24 21:23:14 +0100, Eric Engestrom wrote: > This field is populated with chars, compared to chars and printed as > a char. It should probably be a char. > > Signed-off-by: Eric Engestrom Humble ping? I don't have commit access either, so you'll have to push this for me :)

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

2017-06-08 Thread Eric Engestrom
On Wednesday, 2017-06-07 11:28:28 +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/hwdb files). Previously, removing the udev rules/hwdb at the end >

[PATCH 2/2] server: add log message when client connection is destroyed due to an error

2017-06-08 Thread mathias_fiedler
From: Mathias Fiedler The client connection is destroyed by the server in several circumstances. This patch adds log messages in case the connection is destroyed due to an error other than normal hangup. Signed-off-by: Mathias Fiedler --- src/wayland-server.c | 40 +

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

2017-06-08 Thread Pekka Paalanen
On Wed, 7 Jun 2017 14:28:58 + "Ucan, Emre (ADITG/ESB)" wrote: > Hi Pekka, Hi Emre, I'm adding back the Cc's. Replies below. > > From: Pekka Paalanen [mailto:ppaala...@gmail.com] > > Sent: Mittwoch, 7. Juni 2017 10:00 > > To: Ucan, Emre (ADITG/ESB) > > Cc: wayland-devel@lists.freedesktop.or

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

2017-06-08 Thread Olivier Fourdan
Hey Peter, [...] > > -XWAYLANDMODULES="wayland-client >= 1.3.0 wayland-protocols >= 1.5 $LIBDRM > > epoxy" > > +XWAYLANDMODULES="wayland-client >= 1.3.0 wayland-protocols >= 1.7 $LIBDRM > > epoxy" > > btw, this one needs to be changed to 1.8 or whatever it comes in, afacit the > grab bits aren't

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

2017-06-08 Thread Peter Hutterer
On Wed, Jun 07, 2017 at 09:31:18AM +0200, Olivier Fourdan wrote: > Signed-off-by: Olivier Fourdan > Reviewed-by: Peter Hutterer > --- > v2: Remove break after return statement (Peter's review) > > configure.ac | 2 +- > hw/xwayland/Makefile.am | 7 +++- > hw/xwayland/xwa