Re: [PATCH libinput] test: check if tapping that happens after a moving thumb works

2018-05-09 Thread Peter Hutterer
On Thu, May 10, 2018 at 12:47:33AM +0200, Friedrich Schöller wrote: > --- > test/test-touchpad.c | 40 > 1 file changed, 40 insertions(+) > > diff --git a/test/test-touchpad.c b/test/test-touchpad.c > index b73d9e58..8341e209 100644 > --- a/test/test-touch

libinput varlink implementation?

2018-05-09 Thread Peter Hutterer
one of the issues we have with libinput in the wayland world is that debugging it is a bit harder than in X. There we can just run xinput list-props and get an idea of what settings are applied to each device which helps narrow down where the issue really is. Under Wayland, that is not available, f

Re: unique id for wayland objects

2018-05-09 Thread zou lan
Hi pekka I test presentation on my side. The presentation results is not accurate because our pageflip event send last frame's timestamp every time. So weston_output_finish_frame send last frame's present tine to current frame's feedback. For this situation, I just delay one frame to send present

Re: [PATCH libinput] touchpad: fix tapping that happens after a moving thumb

2018-05-09 Thread Peter Hutterer
On Thu, May 10, 2018 at 12:46:02AM +0200, Friedrich Schöller wrote: > On 09.05.2018 06:34, Peter Hutterer wrote: > > On Sat, May 05, 2018 at 03:49:32AM +0200, Friedrich Schöller wrote: > > thanks, patch looks good and is merged locally. Any chance I can convince > > you to write a test case for thi

Re: Migrating Wayland & Weston to GitLab

2018-05-09 Thread Peter Hutterer
On Mon, May 07, 2018 at 04:59:49PM +0100, Daniel Stone wrote: > Hi all, > As some of you have seen, freedesktop.org is migrating its Git hosting > to GitLab[0]. Whilst the documentation is still a little scratchy - > partly deliberate whilst we've been bootstrapping our infrastructure > and monitor

[PATCH libinput] test: check if tapping that happens after a moving thumb works

2018-05-09 Thread Friedrich Schöller
--- test/test-touchpad.c | 40 1 file changed, 40 insertions(+) diff --git a/test/test-touchpad.c b/test/test-touchpad.c index b73d9e58..8341e209 100644 --- a/test/test-touchpad.c +++ b/test/test-touchpad.c @@ -4974,6 +4974,45 @@ START_TEST(touchpad_thumb_

Re: [PATCH libinput] touchpad: fix tapping that happens after a moving thumb

2018-05-09 Thread Friedrich Schöller
On 09.05.2018 06:34, Peter Hutterer wrote: On Sat, May 05, 2018 at 03:49:32AM +0200, Friedrich Schöller wrote: thanks, patch looks good and is merged locally. Any chance I can convince you to write a test case for this? :) Would make sure that we're not breaking this again. Nice to hear! I wrot