[PATCH libinput] meson.build: always build some tests

2018-06-13 Thread Peter Hutterer
Make the meson -Dtests=false option only apply to the libinput test suite itself which has extra dependencies, etc. The build tests and symbol leak tests should always run. Signed-off-by: Peter Hutterer --- Side-effect: we can now ninja test as root in a CI container and it does something useful.

[PATCH libinput 8/8] data: don't disable the keyboard on any Thinkpad Yoga models

2018-06-13 Thread Peter Hutterer
These (probably) all disable the mechanical keyboard anyway, so let's keep it enabled to be able to access the screen keys, if any. Signed-off-by: Peter Hutterer --- data/50-system-lenovo.quirks | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/data/50-system-lenovo.

[PATCH libinput 4/8] data: re-add the ALPS v8 size hint

2018-06-13 Thread Peter Hutterer
Got lost in the udev to quirks file conversion Signed-off-by: Peter Hutterer --- data/30-vendor-alps.quirks | 8 1 file changed, 8 insertions(+) diff --git a/data/30-vendor-alps.quirks b/data/30-vendor-alps.quirks index fd1dde45..5d22fcef 100644 --- a/data/30-vendor-alps.quirks +++ b/d

[PATCH libinput 3/8] data: switch alps touchpad matching to the bus/vid/pid matching

2018-06-13 Thread Peter Hutterer
PSMOUSE_ALPS is 0x8 https://gitlab.freedesktop.org/libinput/libinput/issues/30 Signed-off-by: Peter Hutterer --- data/30-vendor-alps.quirks | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/data/30-vendor-alps.quirks b/data/30-vendor-alps.quirks index 706a3f7a..fd1

[PATCH libinput 7/8] data: add the alps firmware version LUT

2018-06-13 Thread Peter Hutterer
Just in case we need it Signed-off-by: Peter Hutterer --- data/30-vendor-alps.quirks | 12 1 file changed, 12 insertions(+) diff --git a/data/30-vendor-alps.quirks b/data/30-vendor-alps.quirks index ed2b1243..2f020d1e 100644 --- a/data/30-vendor-alps.quirks +++ b/data/30-vendor-alp

[PATCH libinput 2/8] quirks: add MatchVersion in addition to VID/PID

2018-06-13 Thread Peter Hutterer
Needed for the ALPS firmware detection Signed-off-by: Peter Hutterer --- src/quirks.c | 22 +-- test/test-quirks.c | 63 ++ 2 files changed, 83 insertions(+), 2 deletions(-) diff --git a/src/quirks.c b/src/quirks.c index

[PATCH libinput 6/8] data: put a 'do not edit' warning into all data files

2018-06-13 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- data/10-generic-keyboard.quirks | 2 ++ data/10-generic-lid.quirks | 2 ++ data/10-generic-trackball.quirks | 2 ++ data/30-vendor-aiptek.quirks | 2 ++ data/30-vendor-alps.quirks | 2 ++ data/30-vendor-cyapa.quirks | 2 ++ data/30-vendor-el

[PATCH libinput 5/8] data: add ALPS v8 trackpoint range

2018-06-13 Thread Peter Hutterer
Got lost in the hwdb to quirks conversion Signed-off-by: Peter Hutterer --- data/30-vendor-alps.quirks | 8 1 file changed, 8 insertions(+) diff --git a/data/30-vendor-alps.quirks b/data/30-vendor-alps.quirks index 5d22fcef..50be76ad 100644 --- a/data/30-vendor-alps.quirks +++ b/data/3

[PATCH libinput 1/8] data: re-add the IBM X41 quirk

2018-06-13 Thread Peter Hutterer
Was merged while the config branch was ongoing and got lost in the process. Signed-off-by: Peter Hutterer --- data/50-system-lenovo.quirks | 5 + 1 file changed, 5 insertions(+) diff --git a/data/50-system-lenovo.quirks b/data/50-system-lenovo.quirks index b365fc3c..fba8af1a 100644 --- a/da

is there anyway to get which compositor did the client "wl_display" object connected?

2018-06-13 Thread tugouxp
hi folks: there are scenario that when more than one compositor (such as nested compositor" ) exists. how to distinguish which server do the client "wl_display*" object connected? is there any way to do this? thanks for your kindly support.! ___

Re: Release schedule

2018-06-13 Thread ferreiradaselva
Any chance of the XDG decoration protocol being part of this release plan? ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: [PATCH wayland-web 2/2] index: add link to Gitlab repositories

2018-06-13 Thread Peter Hutterer
On Wed, Jun 13, 2018 at 04:32:26PM +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > We migrated some. > > Signed-off-by: Pekka Paalanen > --- > index.html | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/index.html b/index.html > index 90b1dcf..adade70 100644

Re: [RFC PATCH wayland 3/3] contributing: reformat code examples

2018-06-13 Thread Peter Hutterer
On Wed, Jun 13, 2018 at 04:32:24PM +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > Before, the code examples looked good in the file, but a hard tab was > rendered as 4 spaces by Gitlab. > > Now, Gitlab renders the code examples like they should look, with 8-wide > tabs, but the file loo

Re: [PATCH wayland 2/3] contributing: format as markdown

2018-06-13 Thread Peter Hutterer
On Wed, Jun 13, 2018 at 04:32:23PM +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > Format for nice viewing through Gitlab. > > Conduct and Licensing were raised to first level headings as they are > not technical guidelines for contributing patches. It's nice to use the > first level hea

Re: [PATCH wayland 1/3] doc: move Contributing

2018-06-13 Thread Peter Hutterer
On Wed, Jun 13, 2018 at 04:32:22PM +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > Gitlab expects a CONTRIBUTING.md in the root directory, so move our > guide there. > > Conversion to proper markup is a follow-up patch. > > Signed-off-by: Pekka Paalanen > --- > doc/Contributing => CON

[PATCH wayland-web 2/2] index: add link to Gitlab repositories

2018-06-13 Thread Pekka Paalanen
From: Pekka Paalanen We migrated some. Signed-off-by: Pekka Paalanen --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 90b1dcf..adade70 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,8 @@ embedded and mobile use cases.

[PATCH wayland-web 1/2] index: point to CONTRIBUTING.md

2018-06-13 Thread Pekka Paalanen
From: Pekka Paalanen Make the contribution guide link point to the moved file in Gitlab instead of a missing file in cgit. Signed-off-by: Pekka Paalanen --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0b9c9e7..90b1dcf 100644 ---

[RFC PATCH wayland 3/3] contributing: reformat code examples

2018-06-13 Thread Pekka Paalanen
From: Pekka Paalanen Before, the code examples looked good in the file, but a hard tab was rendered as 4 spaces by Gitlab. Now, Gitlab renders the code examples like they should look, with 8-wide tabs, but the file looks awful. Signed-off-by: Pekka Paalanen --- Is it better with or without th

[PATCH wayland 1/3] doc: move Contributing

2018-06-13 Thread Pekka Paalanen
From: Pekka Paalanen Gitlab expects a CONTRIBUTING.md in the root directory, so move our guide there. Conversion to proper markup is a follow-up patch. Signed-off-by: Pekka Paalanen --- doc/Contributing => CONTRIBUTING.md | 0 Makefile.am | 2 +- doc/Makefile.am

[PATCH wayland 2/3] contributing: format as markdown

2018-06-13 Thread Pekka Paalanen
From: Pekka Paalanen Format for nice viewing through Gitlab. Conduct and Licensing were raised to first level headings as they are not technical guidelines for contributing patches. It's nice to use the first level headings more. Reformat patchwork link and add Xorg patchwork link for Xwayland.

Wayland content-protection extension

2018-06-13 Thread Nautiyal, Ankit K
Hi All, I am working on wayland content-protection protocol extension, to enable content-protection (HDCP1.4, HDCP2.2) in wayland. DRM layer already has support for HDCP1.4 and patches for HDCP2.2 are in review : https://patchwork.freedesktop.org/series/39596/ As per the IRC discussion on #wayl

Re: [PATCH v2 weston] man: fix prefixes for weston.ini(5)

2018-06-13 Thread Pekka Paalanen
On Wed, 13 Jun 2018 09:11:48 +1000 Peter Hutterer wrote: > Replace a few hardcoded paths with the substitutes > > https://gitlab.freedesktop.org/wayland/weston/issues/105 > > Signed-off-by: Peter Hutterer > --- > Turn's out not everything that looks like a quickfix can be done in 5 > minutes :

Re: Release schedule

2018-06-13 Thread Pekka Paalanen
On Fri, 8 Jun 2018 16:13:41 -0500 Derek Foreman wrote: > Hmm, how about we enter alpha in the second week of July? > Alpha - July 10th > Beta - July 24th > RC1 - August 7th > First possible release August 14th. > > Which pretty much puts you on holidays for most of the freeze. I'm not > terrifi