Re: [PATCH weston 0/7] desktop-shell: Panel improvements

2016-11-21 Thread Daniel Stone
Hi, On 27 June 2016 at 14:15, Pekka Paalanen wrote: > On Thu, 23 Jun 2016 18:55:17 +0200 > Quentin Glidic wrote: >> While debugging my notification-area plugin, I had to test proper >> placement based on panel position and size. >> >> So here is a proper implementation of panel position in Westo

Re: [PATCH weston 0/7] desktop-shell: Panel improvements

2016-06-27 Thread Pekka Paalanen
On Thu, 23 Jun 2016 18:55:17 +0200 Quentin Glidic wrote: > From: Quentin Glidic > > While debugging my notification-area plugin, I had to test proper > placement based on panel position and size. > > So here is a proper implementation of panel position in Weston. > > Patches 1-3 fix the botto

[PATCH weston 0/7] desktop-shell: Panel improvements

2016-06-23 Thread Quentin Glidic
From: Quentin Glidic While debugging my notification-area plugin, I had to test proper placement based on panel position and size. So here is a proper implementation of panel position in Weston. Patches 1-3 fix the bottom position. Mostly fixing the position server-side. Patches 4-5 are a smal