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.
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.
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
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
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
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
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
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
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
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.!
___
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
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
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
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
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
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.
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
---
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
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
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.
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
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 :
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
23 matches
Mail list logo