[PATCH weston v2] config-parser: Check malloc and strdup returns

2016-02-17 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- v2: Also check strdup return shared/config-parser.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/shared/config-parser.c b/shared/config-parser.c index a50773b..2256469 100644 --- a/shared/config-parser.c +++ b/shared/config-parse

Re: [PATCH weston v3 1/5] protocol: Add _wl_pointer_gestures (swipe/pinch) protocol

2016-02-17 Thread Bryce Harrington
Hi Carlos, I think we could go ahead and finally land this patchset, if you would be able to bring it up to date with the moved and renamed protocol (_wl_pointer_gestures vs zwp_pointer_gestures_v1)? Thanks, Bryce On Wed, Aug 26, 2015 at 05:57:47PM -0700, Bryce Harrington wrote: > This patchset

Re: Are these patchsets ready to land?

2016-02-17 Thread Bryce Harrington
On Thu, Feb 18, 2016 at 10:05:03AM +0800, Jonas Ådahl wrote: > On Wed, Feb 17, 2016 at 04:56:34PM -0800, Bryce Harrington wrote: > > There's a few patchsets in patchwork which I'm not entirely certain > > where they're at review-wise. > > > > Since we're at the start of a new release I'd like to c

Re: Are these patchsets ready to land?

2016-02-17 Thread Jonas Ådahl
On Wed, Feb 17, 2016 at 04:56:34PM -0800, Bryce Harrington wrote: > There's a few patchsets in patchwork which I'm not entirely certain > where they're at review-wise. > > Since we're at the start of a new release I'd like to clear down our > queue a bit by landing stuff that's ready to go, but wh

[ANNOUNCE] libinput 1.1.8

2016-02-17 Thread Peter Hutterer
Two small fixes to the touchpad code. Synaptics semi-mt devices are now using a hysteresis again to stop the cursor from wobbling (expected fallout from 1.1.6). The no-tappping zone on the far left/right edges has been extended down from half the touchpad to the top edge of the software buttons (i

[PATCH libinput] tablet: use the tilt resolution if we have it

2016-02-17 Thread Peter Hutterer
A nonzero resolution on the tilt axes is units/rad so we can calculate the physical min/max based. Uneven min/max ranges are supported. Signed-off-by: Peter Hutterer --- src/evdev-tablet.c | 28 +--- test/tablet.c | 12 2 files changed, 29 insertions(+),

Are these patchsets ready to land?

2016-02-17 Thread Bryce Harrington
There's a few patchsets in patchwork which I'm not entirely certain where they're at review-wise. Since we're at the start of a new release I'd like to clear down our queue a bit by landing stuff that's ready to go, but while many of these have received some review I'm not 100% if they've complete

[PATCH weston v2] hmi-controller: remove duplicate commit_changes in random mode

2016-02-17 Thread Wataru Natsume
From: Wataru Natsume Previous code cleaned up surfaces in layer once and then added surfaces to a layer in random. In this flow, two commitchanges are required. Signed-off-by: Nobuhiko Tanibata [wataru_nats...@xddp.denso.co.jp: Removes unnecessary check] Signed-off-by: Wataru Natsume --- Chan

Re: [RFC libinput] Add dial input device support

2016-02-17 Thread Peter Hutterer
Hi PrasannaKumar On Mon, Feb 15, 2016 at 04:21:23PM +0530, PrasannaKumar Muralidharan wrote: > From: PrasannaKumar Muralidharan > > I am implementing dial input device support and would like to get feedback > on the code that I have implemented so far. Did not implement test cases > as of now, a

Re: [PATCH weston v2 2/2] configure: Make jpeglib an optional dependency.

2016-02-17 Thread Bryce Harrington
On Wed, Feb 17, 2016 at 12:28:48PM +0100, Emmanuel Gil Peyrot wrote: > On Tue, Feb 16, 2016 at 10:29:34PM -0800, Bryce Harrington wrote: > > On Tue, Feb 16, 2016 at 01:57:52AM +, Emmanuel Gil Peyrot wrote: > > > It doesn’t make sense to fail the entire build when jpeglib isn’t > > > present, so

Re: [PATCH wayland 2/2] build: build distcheck with --enable-fatal-warnings

2016-02-17 Thread Bryce Harrington
On Wed, Feb 17, 2016 at 09:31:33AM -0600, Derek Foreman wrote: > On 17/02/16 12:17 AM, Bryce Harrington wrote: > > On Fri, Jan 15, 2016 at 01:33:53PM -0600, Derek Foreman wrote: > >> Signed-off-by: Derek Foreman > > > > Reviewed-by: Bryce Harrington > > > > And pushed both patches in series: >

Re: [PATCH wayland 2/2] build: build distcheck with --enable-fatal-warnings

2016-02-17 Thread Derek Foreman
On 17/02/16 12:17 AM, Bryce Harrington wrote: > On Fri, Jan 15, 2016 at 01:33:53PM -0600, Derek Foreman wrote: >> Signed-off-by: Derek Foreman > > Reviewed-by: Bryce Harrington > > And pushed both patches in series: > > To ssh://git.freedesktop.org/git/wayland/wayland >88ff135..8125919 ma

Re: [PATCH libinput] touchpad: add synaptics semi-mt devices to those needing hysteresis

2016-02-17 Thread Hans de Goede
Hi, On 17-02-16 01:11, Peter Hutterer wrote: https://bugs.freedesktop.org/show_bug.cgi?id=94097 Signed-off-by: Peter Hutterer Patch looks good to me: Reviewed-by: Hans de Goede Regards, Hans --- src/evdev-mt-touchpad.c | 27 +++ 1 file changed, 19 insertio

Re: [PATCH libinput] touchpad: move the tapping exclusion zone to the top edge of the button

2016-02-17 Thread Hans de Goede
Hi, On 17-02-16 00:29, Peter Hutterer wrote: We previously used the half-way mark of the touchpad's y axis to decide where to ignore tapping. Move this down to the top edge of the software buttons instead. Users may tap with a finger in the software button areas, on the rest of the touchpad it's

Re: libweston backend configuration API candidates

2016-02-17 Thread Pekka Paalanen
On Tue, 16 Feb 2016 13:58:25 -0800 Bryce Harrington wrote: > On Tue, Feb 16, 2016 at 01:45:03PM +0200, Pekka Paalanen wrote: > > Hi all, > > > > now we have three API candidates with patches (and my own idea[1] > > without patches so it doesn't count). Here is what I have gathered, let > > me kn

Re: libweston backend configuration API candidates

2016-02-17 Thread Pekka Paalanen
On Tue, 16 Feb 2016 14:29:06 + Benoit Gschwind wrote: > Hello Pekka, > > Thanks for your review. I agree with you analyses but I have few additions. > > On 02/16/16 11:45, Pekka Paalanen wrote: > > Hi all, > > > > now we have three API candidates with patches (and my own idea[1] > > withou

Re: [PATCH weston v2 2/2] configure: Make jpeglib an optional dependency.

2016-02-17 Thread Emmanuel Gil Peyrot
On Tue, Feb 16, 2016 at 10:29:34PM -0800, Bryce Harrington wrote: > On Tue, Feb 16, 2016 at 01:57:52AM +, Emmanuel Gil Peyrot wrote: > > It doesn’t make sense to fail the entire build when jpeglib isn’t > > present, so this commit makes it optional just like libwebp in the > > previous one, dis

Re: [PATCH] server: Add get/set user data for wl_client

2016-02-17 Thread Sung-Jin Park
Hi pq, I'm sorry for replying late. The reasons why I tried to add are following. - If a wl_client is able to has a user data, a wayland server can use it for storing the client specific data such as security privilege, the result of privilege check, and other things. Those kinds of data are t