Re: [PATCH weston GSoC v2] desktop-shell: make panel clock configurable

2016-03-08 Thread Armin Krezović
On 08.03.2016 11:01, Pekka Paalanen wrote: > On Mon, 7 Mar 2016 15:42:45 +0100 > Armin Krezović wrote: > >> On 07.03.2016 13:37, Pekka Paalanen wrote: >>> On Thu, 3 Mar 2016 11:39:13 -0800 >>> Bryce Harrington wrote: >>> On Thu, Mar 03, 2016 at 03:48:03PM +0100, Armin Krezović wrote: >

Re: [PATCH weston GSoC v2] desktop-shell: make panel clock configurable

2016-03-08 Thread Pekka Paalanen
On Mon, 7 Mar 2016 15:42:45 +0100 Armin Krezović wrote: > On 07.03.2016 13:37, Pekka Paalanen wrote: > > On Thu, 3 Mar 2016 11:39:13 -0800 > > Bryce Harrington wrote: > > > >> On Thu, Mar 03, 2016 at 03:48:03PM +0100, Armin Krezović wrote: > >>> This patch enhances the panel clock by adding

Re: [PATCH weston GSoC v2] desktop-shell: make panel clock configurable

2016-03-07 Thread Armin Krezović
On 07.03.2016 13:37, Pekka Paalanen wrote: > On Thu, 3 Mar 2016 11:39:13 -0800 > Bryce Harrington wrote: > >> On Thu, Mar 03, 2016 at 03:48:03PM +0100, Armin Krezović wrote: >>> This patch enhances the panel clock by adding a config file >>> option which can be used to either disable the clock or

Re: [PATCH weston GSoC v2] desktop-shell: make panel clock configurable

2016-03-07 Thread Pekka Paalanen
On Thu, 3 Mar 2016 11:39:13 -0800 Bryce Harrington wrote: > On Thu, Mar 03, 2016 at 03:48:03PM +0100, Armin Krezović wrote: > > This patch enhances the panel clock by adding a config file > > option which can be used to either disable the clock or make > > it also show seconds in the current cloc

Re: [PATCH weston GSoC v2] desktop-shell: make panel clock configurable

2016-03-03 Thread Bryce Harrington
On Thu, Mar 03, 2016 at 03:48:03PM +0100, Armin Krezović wrote: > This patch enhances the panel clock by adding a config file > option which can be used to either disable the clock or make > it also show seconds in the current clock format. > > v2: Implement suggestions from Pekka's review. > > B

[PATCH weston GSoC v2] desktop-shell: make panel clock configurable

2016-03-03 Thread Armin Krezović
This patch enhances the panel clock by adding a config file option which can be used to either disable the clock or make it also show seconds in the current clock format. v2: Implement suggestions from Pekka's review. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=57583 Signed-off-by: Arm