Re: [PATCH] version.h: Add version check macro

2013-08-26 Thread Kristian Høgsberg
On Wed, Aug 21, 2013 at 08:17:05AM +0200, Pier Luigi Fiorini wrote: > Make it easier to check for a Weston version. > --- > src/version.h.in | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/src/version.h.in b/src/version.h.in > index f573328..12ad6e4 100644 > --- a

Re: [PATCH weston V2] desktop-shell: Add support for touch unlock

2013-08-26 Thread Kristian Høgsberg
On Mon, Aug 26, 2013 at 03:58:22PM -0700, Brian Lovin wrote: > From: Brian J Lovin > > Add support for unlocking on touch up using the > green button on the unlock dialog Looks good now, thanks. Kristian > Signed-off-by: Brian J Lovin > --- > clients/desktop-shell.c | 29

Re: [PATCH weston 1.2] compositor.h: Don't include config.h

2013-08-26 Thread Kristian Høgsberg
On Mon, Aug 26, 2013 at 08:40:23PM +, Eoff, Ullysses A wrote: > There may be some unintended side-effects by removing it > from compositor.h... that is, other Weston source files might > include compositor.h and assume it brings in config.h. Did > you check for these consequences? I did, we

Re: [PATCH weston] Add a --shell option to override the default desktop-shell

2013-08-26 Thread Kristian Høgsberg
On Sun, Aug 25, 2013 at 03:42:11PM +0200, Giulio Camuffo wrote: > Looks good and works good for me. Thanks for checking Giulio, I wanted this to work for your use case too. Patch applied. Kristian > 2013/8/23 Jason Ekstrand > > > Signed-off-by: Jason Ekstrand > > --- > > src/compositor.c |

[PATCH weston V2] desktop-shell: Add support for touch unlock

2013-08-26 Thread Brian Lovin
From: Brian J Lovin Add support for unlocking on touch up using the green button on the unlock dialog Signed-off-by: Brian J Lovin --- clients/desktop-shell.c | 29 + 1 file changed, 29 insertions(+) diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c in

Re: [PATCH weston] input: add a motion signal to weston_pointer

2013-08-26 Thread Hardening
Le 25/08/2013 11:18, Giulio Camuffo a écrit : The signal will be emitted after the pointer is moved. A shell plugin can listen to the signal and activate certain effects when the pointer touches the screen corners, for instance. --- Hi, not sure if it's _really_ related: in compositor.c:150 dur

Re: [PATCH weston] desktop-shell: Add touch support for unlock

2013-08-26 Thread Kristian Høgsberg
On Mon, Aug 26, 2013 at 02:25:44PM -0700, Brian Lovin wrote: > Added support for touching the green unlock button. Nice catch - I'd prefer if we could set button_focus and schedule a repaint on touch down (similar to unlock_dialog_widget_enter_handler()) and clear button_focus and schedule a repai

[PATCH weston] desktop-shell: Add touch support for unlock

2013-08-26 Thread Brian Lovin
Added support for touching the green unlock button. Signed-off-by: Brian Lovin --- clients/desktop-shell.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c index 319382d..3f49f7d 100644 --- a/clients/desktop-shell.c +++ b/clie

RE: [PATCH weston 1.2] compositor.h: Don't include config.h

2013-08-26 Thread Eoff, Ullysses A
There may be some unintended side-effects by removing it from compositor.h... that is, other Weston source files might include compositor.h and assume it brings in config.h. Did you check for these consequences? U. Artie Eoff > -Original Message- > From: wayland-devel-bounces+ullys

RE: [PATCH weston 1.2] compositor.h: Don't include config.h

2013-08-26 Thread Eoff, Ullysses A
Good catch! This needs to be fixed on "master" too. U. Artie Eoff > -Original Message- > From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org > [mailto:wayland-devel- > bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Pier > Luigi Fiorin

Re: [RFC wayland] System compositor protocol

2013-08-26 Thread Jason Ekstrand
On Mon, Aug 26, 2013 at 3:48 AM, Cedric BAIL wrote: > Hello, > > Cedric Bail > > On Aug 26, 2013 2:11 AM, "David Herrmann" wrote: > > > > Hi > > > > On Fri, Aug 23, 2013 at 11:55 PM, Jason Ekstrand > wrote: > > > Hello All, > > > I am in the process of picking back up the old idea of system > c

Re: [systemd-devel] [PATCH 00/10] Device Management for systemd-logind

2013-08-26 Thread David Herrmann
Hi On Mon, Aug 26, 2013 at 6:37 AM, Tom Gundersen wrote: > On Sun, Aug 25, 2013 at 8:46 PM, David Herrmann wrote: >> logind itselfs takes care of revoking device access for inactive sessions >> (synchronized with session-switches!). It also tries to resume every device >> when a session is activ

[PATCH] gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientation

2013-08-26 Thread Stanislav Vorobiov
--- src/compositor.c |1 + src/compositor.h |1 + src/gl-renderer.c| 13 - src/weston-egl-ext.h |4 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/compositor.c b/src/compositor.c index 78351eb..b6a4c59 100644 --- a/src/compositor.c +++

[PATCH] Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientation

2013-08-26 Thread Stanislav Vorobiov
This patch provides an implementation for https://bugs.freedesktop.org/show_bug.cgi?id=68041. Support for EGL_WAYLAND_Y_INVERTED_WL will have to be added to mesa as well and it'll be a separate patch Stanislav Vorobiov (1): gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orie

Re: [RFC wayland] System compositor protocol

2013-08-26 Thread David Herrmann
Hi On Mon, Aug 26, 2013 at 10:48 AM, Cedric BAIL wrote: > Hello, > > Cedric Bail > > > On Aug 26, 2013 2:11 AM, "David Herrmann" wrote: >> >> Hi >> >> On Fri, Aug 23, 2013 at 11:55 PM, Jason Ekstrand >> wrote: >> > Hello All, >> > I am in the process of picking back up the old idea of system >>