[PATCH libinput] touchpad: don't warn about kernel jumps on semi-mt devices

2016-06-09 Thread Peter Hutterer
These devices are all over the place anyway, no need to spam the log, just silently discard the jumps. https://bugs.freedesktop.org/show_bug.cgi?id=96275 Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/ev

Re: [PATCH weston v2 0/2] Separate Weston from libweston

2016-06-09 Thread Bryce Harrington
On Thu, Jun 09, 2016 at 03:20:35PM +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > After these two patches, we have weston-the-compositor sources in compositor/, > and libweston sources in libweston/. > > Since these patches have been generated with git format-patch -M and so > probably

[PATCH] desktop-shell: resize background and panel surfaces on output resize v4

2016-06-09 Thread David Fort
When an output is resized (permanent mode switch), we should also notify the shell client so that the panel and background fits to the new screen dimensions. Signed-off-by: David Fort --- desktop-shell/shell.c | 80 +++ desktop-shell/shell.h | 7 +

[PATCH weston v2 2/2] Rename src/ to libweston/

2016-06-09 Thread Pekka Paalanen
From: Pekka Paalanen This clarifies what is supposed to be the libweston code. v2: screen-share.c is already in compositor/ instead. Signed-off-by: Pekka Paalanen --- Makefile.am | 182 ++-- clients/cliptest.c |

[PATCH weston v2 1/2] Move weston source to compositor/

2016-06-09 Thread Pekka Paalanen
From: Pekka Paalanen This is the start of separating weston-the-compositor source files from libweston source files. This is moving all the files related to the 'weston' binary. Also the CMS and systemd plugins are moved. xwayland plugin is not moved, because it will be turned into a libweston

[PATCH weston v2 0/2] Separate Weston from libweston

2016-06-09 Thread Pekka Paalanen
From: Pekka Paalanen After these two patches, we have weston-the-compositor sources in compositor/, and libweston sources in libweston/. Since these patches have been generated with git format-patch -M and so probably cannot be applied from email, I made the branch available at: https://git.coll

Re: [PATCH libinput] evdev: check model flags for actual booleans

2016-06-09 Thread Hans de Goede
Hi, On 09-06-16 02:53, Peter Hutterer wrote: The hwdb doesn't allow unsetting a property so once we start nesting model flags it'll become important to be able to be able to unset one as well (by assigning it to 0). So rather than checking for existence, check whether the property is actually s

Re: [PATCH wayland-protocols v7] text: Create second version of text input protocol

2016-06-09 Thread Carlos Garnacho
Hi Jan Arne!, Chiming in, and kinda late at that... hopefully we'll get this moving :). First of all, I'm aware that some of my comments are directed towards stuff that's unchanged between v1 and v2, so please bear with me, I hope the feedback is useful. On Mon, May 30, 2016 at 11:41 AM, Jan Arn

Re: [PATCH weston 1/2] Move weston source to compositor/

2016-06-09 Thread Pekka Paalanen
On Mon, 6 Jun 2016 16:01:03 +0300 Giulio Camuffo wrote: > 2016-06-06 15:52 GMT+03:00 Pekka Paalanen : > > On Sun, 5 Jun 2016 21:50:33 +0300 > > Giulio Camuffo wrote: > > > >> 2016-06-03 17:33 GMT+03:00 Pekka Paalanen : > >> > From: Pekka Paalanen > >> > > >> > This is the start of separatin

Re: [PATCH weston 2/2] weston-launch: Allow the user to use her login shell

2016-06-09 Thread Pekka Paalanen
On Sun, 29 May 2016 13:59:15 +0200 Quentin Glidic wrote: > From: Quentin Glidic > Hi, could you please explain in the commit message why we want this again? The below does not get into the commit message. > Signed-off-by: Quentin Glidic > --- > > This patch is just there to restore and ol

Re: [PATCH weston 1/2] weston-launch: Only run a login shell for new sessions

2016-06-09 Thread Pekka Paalanen
On Sun, 29 May 2016 13:59:14 +0200 Quentin Glidic wrote: > From: Quentin Glidic > > This way, the environment is correctly preserved for weston. Since > commit 636156d5f693ac5b01cec6a2937d2b6cd4237ea9, clearenv() is only > called when we open a new PAM session, so it makes sense to only use a >

Re: [PATCH weston v3 7/8] Define the screensaver inhibitor client interface

2016-06-09 Thread Pekka Paalanen
On Thu, 9 Jun 2016 10:31:20 +0300 Pekka Paalanen wrote: > On Wed, 8 Jun 2016 13:59:36 -0700 > Bryce Harrington wrote: > > > On Thu, May 26, 2016 at 06:02:09PM +0300, Pekka Paalanen wrote: > > > On Thu, 7 Apr 2016 16:44:22 -0700 > > > Bryce Harrington wrote: > > > > > > > Hook up the AP

Re: [PATCH wayland-protocols, weston v3 0/17] Stabilize wl_scaler as wp_viewporter

2016-06-09 Thread Pekka Paalanen
On Tue, 7 Jun 2016 15:20:51 +0300 Pekka Paalanen wrote: > On Tue, 10 May 2016 12:56:41 +0300 > Pekka Paalanen wrote: > > > On Fri, 6 May 2016 15:07:19 +0300 > > Pekka Paalanen wrote: > > > > > On Thu, 5 May 2016 15:46:46 -0700 > > > Bryce Harrington wrote: > > > > > > > On Wed, May 04

Re: [PATCH weston v3 7/8] Define the screensaver inhibitor client interface

2016-06-09 Thread Pekka Paalanen
On Wed, 8 Jun 2016 13:59:36 -0700 Bryce Harrington wrote: > On Thu, May 26, 2016 at 06:02:09PM +0300, Pekka Paalanen wrote: > > On Thu, 7 Apr 2016 16:44:22 -0700 > > Bryce Harrington wrote: > > > > > Hook up the API defined in wayland-protocols to allow client screensaver > > > inhibition re

Re: [PATCH wayland-protocols v3] Add screensaver idle inhibitor protocol

2016-06-09 Thread Pekka Paalanen
On Wed, 8 Jun 2016 13:37:34 -0700 Bryce Harrington wrote: > On Wed, Jun 08, 2016 at 12:02:14PM +0300, Pekka Paalanen wrote: > > > > I stick to my simplest suggestion: > > - inherit inhibition for sub-surfaces (by effectiveness, not by > > pretending the child has its own copy of the inhibitor