[ANNOUNCE] weston 5.0.0

2018-08-24 Thread Derek Foreman
This is the official release of weston 5.0.0. There are a few minor fixes pending that didn't make it in time for the release, so I think this time I'll follow up with a 5.0.1 in around a month or so. For the next major release, I think 3 months until the alpha has worked ok in the past - anyone

[ANNOUNCE] wayland 1.16.0

2018-08-24 Thread Derek Foreman
This is the official release of wayland 1.16.0. Since RC2, only a test case for the bug that prompted RC2's existence has been added. I'm of the opinion that wayland no longer needs to be released in lock-step with weston, and should be released as necessary when critical bug fixes or important

Re: [PATCH weston 2/2] input: Update to-be-restored focus when unfocused

2018-08-24 Thread Derek Foreman
On 2018-08-24 12:23 PM, Jamey Sharp wrote: > For what it's worth, I'm happy to use backported patches. I just hope > this gets addressed upstream eventually. > > It's a little more than just cosmetic if you have a graphical > application that can be driven purely by keyboard, and sometimes you >

Re: [PATCH weston 2/2] input: Update to-be-restored focus when unfocused

2018-08-24 Thread Jamey Sharp
For what it's worth, I'm happy to use backported patches. I just hope this gets addressed upstream eventually. It's a little more than just cosmetic if you have a graphical application that can be driven purely by keyboard, and sometimes you don't have a working pointer input device so you can't

Re: [PATCH weston 2/2] input: Update to-be-restored focus when unfocused

2018-08-24 Thread Derek Foreman
On 2018-08-16 02:33 AM, Quentin Glidic wrote: > On 8/16/18 5:24 AM, Peter Hutterer wrote: >> On Fri, Aug 10, 2018 at 12:55:42PM -0500, Derek Foreman wrote: >>> On 2018-08-02 03:32 AM, Quentin Glidic wrote: On 8/2/18 10:29 AM, Quentin Glidic wrote: > From: Quentin Glidic > > If we

Re: [PATCH wayland-protocols v3] unstable/drm-lease: DRM lease protocol support

2018-08-24 Thread Marius-cristian Vlad
On Fri, 2018-08-24 at 11:58 +0200, Philipp Zabel wrote: > Hi Marius, > > On Fri, 2018-08-24 at 09:21 +, Marius-cristian Vlad wrote: > > On Fri, 2018-08-24 at 10:57 +0200, Philipp Zabel wrote: > > [...] > > > > yes, sending one event per connector is a good design, but see > > > > below if we

Re: [PATCH wayland-protocols v3] unstable/drm-lease: DRM lease protocol support

2018-08-24 Thread Philipp Zabel
Hi Marius, On Fri, 2018-08-24 at 09:21 +, Marius-cristian Vlad wrote: > On Fri, 2018-08-24 at 10:57 +0200, Philipp Zabel wrote: [...] > > > yes, sending one event per connector is a good design, but see > > > below if we actually might want to extend that to creating an > > > object per

Re: [PATCH wayland-protocols v3] unstable/drm-lease: DRM lease protocol support

2018-08-24 Thread Marius-cristian Vlad
On Fri, 2018-08-24 at 10:57 +0200, Philipp Zabel wrote: > Hi Pekka, > > On Thu, 2018-08-23 at 14:39 +0300, Pekka Paalanen wrote: > > Sorry for the potentially duplicate email, my MUA messed up the CC > > list > > on the first go. > > > > > > On Thu, 23 Aug 2018 08:41:30 +0200 > > Philipp Zabel

Re: [PATCH wayland-protocols v3] unstable/drm-lease: DRM lease protocol support

2018-08-24 Thread Philipp Zabel
Hi Pekka, On Thu, 2018-08-23 at 14:39 +0300, Pekka Paalanen wrote: > Sorry for the potentially duplicate email, my MUA messed up the CC list > on the first go. > > > On Thu, 23 Aug 2018 08:41:30 +0200 > Philipp Zabel wrote: > > > Hi, > > > > On Wed, 2018-08-22 at 11:12 +, Marius-cristian

Re: [PATCH wayland-protocols v3] unstable/drm-lease: DRM lease protocol support

2018-08-24 Thread Pekka Paalanen
On Thu, 23 Aug 2018 15:12:03 + Marius-cristian Vlad wrote: > On Thu, 2018-08-23 at 14:39 +0300, Pekka Paalanen wrote: > > > > > Especially EDID info would be most useful for finding the right > > > > > VR > > > > > headset.   > > > > Sharing EDID could be tricky mechanically. If we

Re: [PATCH weston v5 03/14] libweston: add weston_debug API and implementation

2018-08-24 Thread Pekka Paalanen
On Thu, 23 Aug 2018 17:53:07 +0100 Daniel Stone wrote: > Hi Pekka, > > On Mon, 6 Aug 2018 at 12:16, Pekka Paalanen wrote: > > On Fri, 20 Jul 2018 20:03:24 +0100 Daniel Stone > > wrote: > > > +/** Format current time as a string > > > + * and append the debug scope name to it > > > + * > >