Re: [PATCHv6 wayland-protocols] Add name event to xdg-output

2018-04-26 Thread Jonas Ådahl
On Thu, Apr 26, 2018 at 01:20:28PM +0300, Pekka Paalanen wrote: > On Thu, 26 Apr 2018 11:46:54 +0200 > Drew DeVault wrote: > > > On 2018-04-26 10:49 AM, Pekka Paalanen wrote: > > > when someone merges this patch, please do add a commit message > > > explaining why these events

Re: [PATCH weston v9 9/9] Update copyrights for Collabora and General Electric Company

2018-04-26 Thread Daniel Stone
Hi Pekka, On 19 April 2018 at 13:09, Pekka Paalanen wrote: > Looking at the diff statistics of the changes authored by me and landed > since 4.0.0 release points out these files as having major changes. > Update the copyright holders accordingly. > > I have kept the

Re: [PATCH weston v5 0/3] simple-dmabuf-drm: Support etnaviv and freedreno cleanups

2018-04-26 Thread Pekka Paalanen
On Wed, 25 Apr 2018 15:19:24 +0200 Guido Günther wrote: > On Tue, Mar 20, 2018 at 09:41:57AM +0100, Guido Günther wrote: > > Former patches 1-2 where already applied thanks Derek. > > > > Changes from v4 > > - configure: use true if etnaviv drm was not found as with > >

Re: [PATCHv6 wayland-protocols] Add name event to xdg-output

2018-04-26 Thread Pekka Paalanen
On Tue, 24 Apr 2018 12:07:26 +0200 Drew DeVault wrote: > Signed-off-by: Drew DeVault > Reviewed-by: Simon Ser > Reviewed-by: Jonas Ådahl > --- > Only change is the additional Hi, when someone merges this patch, please

Re: [PATCHv6 wayland-protocols] Add name event to xdg-output

2018-04-26 Thread Drew DeVault
On 2018-04-26 10:49 AM, Pekka Paalanen wrote: > when someone merges this patch, please do add a commit message > explaining why these events are added. See > https://cgit.freedesktop.org/wayland/wayland/tree/doc/Contributing#n21 > for guidance on what to write. > > Even if it seems obvious to

[PATCH 1/1] libweston: add weston_view_set_output()

2018-04-26 Thread Fabien Lahoudere
From: Semi Malinen Instead of desktop shell assigning view outputs directly, use a new method, weston_view_set_output(). The method can set up an output destroy listener to make sure that views do not have stale output pointers. Without this patch it is possible to end up

[PATCH libinput] touchpad: fix the trackpoint event counter for the T460s

2018-04-26 Thread Peter Hutterer
Introduced in 416fa44d80b0f2c53b652ddfa35dd4a156a65c65 but there was a logic error: we claimed to require 3 events from a trackpoint before stopping the touchpad but the timer was only set when we actually stopped the touchpad. So if a trackpoint sends a single event every second, we'd disable the

Re: [PATCH v2 2/2] weston-info: destroy wl_keyboard

2018-04-26 Thread Peter Hutterer
On Thu, Apr 26, 2018 at 05:01:24PM +0200, w...@ongy.net wrote: > From: Markus Ongyerth > > Fixes a memory leak by calling wl_keyboard_destroy on a any keyboard > that was used to listen for events. > > Signed-off-by: Markus Ongyerth Reviewed-by: Peter Hutterer

Re: [PATCHv6 wayland-protocols] Add name event to xdg-output

2018-04-26 Thread Pekka Paalanen
On Thu, 26 Apr 2018 11:46:54 +0200 Drew DeVault wrote: > On 2018-04-26 10:49 AM, Pekka Paalanen wrote: > > when someone merges this patch, please do add a commit message > > explaining why these events are added. See > >

Re: Finding a window's icon

2018-04-26 Thread Eike Hein
On 04/26/2018 07:49 AM, Nicholas Bishop wrote: > My question is, does that work in practice? Do most applications > actually set the application ID as suggested? KDE/Qt and Gnome/GTK apps generally do. We've had to poke a few apps in the broader ecosystem to fix things, but overall things are a

Re: [Mesa-dev] [PATCH i-g-t] [RFC] CONTRIBUTING: commit rights docs

2018-04-26 Thread Emil Velikov
On 24 April 2018 at 20:14, Daniel Vetter wrote: > On Tue, Apr 24, 2018 at 7:30 PM, Emil Velikov > wrote: >> On 13 April 2018 at 11:00, Daniel Vetter wrote: >>> This tries to align with the X.org communities's

Re: [Mesa-dev] [PATCH i-g-t] [RFC] CONTRIBUTING: commit rights docs

2018-04-26 Thread Daniel Vetter
On Wed, Apr 25, 2018 at 01:27:20PM +0100, Emil Velikov wrote: > On 24 April 2018 at 20:14, Daniel Vetter wrote: > > On Tue, Apr 24, 2018 at 7:30 PM, Emil Velikov > > wrote: > >> On 13 April 2018 at 11:00, Daniel Vetter

[PATCH v2 1/2] weston-info: Add support for tablet-unstable-v2

2018-04-26 Thread wl
From: Markus Ongyerth This now prints each tablet seat with at least one tablet/pad/tool attached. For each tablet seat, each tablet, pad and tool is printed with as much detail about the device as the protocol provides. Seat info is stored to be referenced, because the protocol

[PATCH v2 0/2] Add tablet_v2 support to weston-info

2018-04-26 Thread wl
From: Markus Ongyerth This is a v2 based on the suggestions from Simon on the v1. Changes: * Changed C90/C++ style comment to C style * Changed the *_v2_listener struct instances to be const Not changed: * struct tablet_path -> struct wl_array. I think wl_array is lacking in

[PATCH v2 2/2] weston-info: destroy wl_keyboard

2018-04-26 Thread wl
From: Markus Ongyerth Fixes a memory leak by calling wl_keyboard_destroy on a any keyboard that was used to listen for events. Signed-off-by: Markus Ongyerth --- clients/weston-info.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git

Re: [PATCH weston v9 9/9] Update copyrights for Collabora and General Electric Company

2018-04-26 Thread Pekka Paalanen
On Thu, 26 Apr 2018 14:48:14 +0100 Daniel Stone wrote: > Hi Pekka, > > On 19 April 2018 at 13:09, Pekka Paalanen wrote: > > Looking at the diff statistics of the changes authored by me and landed > > since 4.0.0 release points out these files as