Re: [PATCH weston 3/6] compositor: set presentation.presented flags

2015-01-15 Thread Mario Kleiner
Hi Pekka, as you know from our off-list conversation i've spent quite a bit of time the last week reviewing and testing this patch series (patches 1-6). I implemented a first basic usable Waylang backend into my own software and tested this patch series with it wrt. timestamp reliability etc.

Re: [PATCH libinput v2 0/5] Add a config interface for click methods

2015-01-15 Thread Peter Hutterer
On Wed, Jan 14, 2015 at 02:54:41PM +0100, Hans de Goede wrote: > Hi All, > > Here is v2 of Peter's config interface for click methods series, only > "touchpad: hook up click method configuration" is changed: > - Keep top softbuttons working when enabling clickfinger > - Simplify touchpad click met

Re: [PATCH libinput resend] touchpad: Allow the center of pinned fingers to drift over time

2015-01-15 Thread Peter Hutterer
On Wed, Jan 14, 2015 at 10:17:06AM +0100, Hans de Goede wrote: > Allow the center of pinned fingers to drift over time, to avoid accidentally > unpinning fingers. > > BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=86807 > Signed-off-by: Hans de Goede pushed, thanks. Cheers, Peter > -

Re: [PATCH] Fix mutex hang in colord on output removal

2015-01-15 Thread Olivier Fourdan
On 15/01/15 15:31, Richard Hughes wrote: How come this is removed too? I think I'd rather it stayed so we show a warning rather than explode in a ball of fire. "ocms" is taken from the container now (that was the casting error), so no need for the lookup from cms as we already have it. And i

Re: [PATCH] Fix mutex hang in colord on output removal

2015-01-15 Thread Richard Hughes
On 8 January 2015 at 14:40, Olivier Fourdan wrote: > This is because of a cast error, the type of container should be > "cms_output" and not "cms_colord". Good catch! > - ocms = g_hash_table_lookup(cms->devices, device_id); > - if (!ocms) { > - weston_log("colord: faile