Re: [PATCH weston 10/10] xdg-shell: Bump unstable version

2015-02-27 Thread Pekka Paalanen
On Fri, 27 Feb 2015 13:38:49 +0200 Pekka Paalanen wrote: > On Fri, 13 Feb 2015 14:02:02 +0800 > Jonas Ådahl wrote: > > > From: "Jasper St. Pierre" > > > > --- > > clients/simple-damage.c | 2 +- > > clients/simple-egl.c| 2 +- > > clients/simple-shm.c| 2 +- > > clients/window.c

Re: [PATCH weston 10/10] xdg-shell: Bump unstable version

2015-02-27 Thread Pekka Paalanen
On Fri, 13 Feb 2015 14:02:02 +0800 Jonas Ådahl wrote: > From: "Jasper St. Pierre" > > --- > clients/simple-damage.c | 2 +- > clients/simple-egl.c| 2 +- > clients/simple-shm.c| 2 +- > clients/window.c| 2 +- > desktop-shell/shell.c | 2 +- > protocol/xdg-shell.xml | 2 +- >

Re: [PATCH weston 09/10] xdg-shell: Rewrite documentation

2015-02-27 Thread Pekka Paalanen
On Fri, 13 Feb 2015 14:02:01 +0800 Jonas Ådahl wrote: > From: "Jasper St. Pierre" > > This rewrites basically all of the text inside xdg-shell to be up to > date, clearer, and rid of wl_shell and X11 terminology. > > [jadahl: Added paragraph about popup surface mapping order.] > --- > protoco

Re: [PATCH wayland] extend WAYLAND_DISPLAY semantic and make server socket path configurable using environment

2015-02-27 Thread Daniel Stone
Hi Davide, This commit is actually several in one: can you please separate them? When you do, please don't indent the commit message either. On 24 February 2015 at 14:08, Davide Bettio wrote: > * Extend WAYLAND_DISPLAY and name parameter semantics to support > absolute paths. > For exampl

Re: [PATCH] Enhance wayland-scanner so it can use files for input and output.

2015-02-27 Thread Daniel Stone
Hi, A bunch of nitpicks follow, I'm afraid. On 26 February 2015 at 09:48, Jussi Pakkanen wrote: > * Enhance wayland-scanner so it can use files for input and output > to improve flexibility and testability. > > Signed-off-by: Jussi Pakkanen For future, please drop the leading aste

Re: [PATCH weston v2] xdg-shell: Add invalid_parent error to xdg_popup

2015-02-27 Thread Pekka Paalanen
On Fri, 27 Feb 2015 18:37:41 +0800 Jonas Ådahl wrote: > Send an invalid_parent error when the client tries to create a popup > with a paren that is neither a xdg_surface nor a xdg_popup. > > Signed-off-by: Jonas Ådahl > --- > > Changes since v1: > > Removed unrelated diff. Reviewed-by: Pekka

Re: [PATCH weston v3] xdg-shell: Send an error when the client uses the not-topmost popup

2015-02-27 Thread Pekka Paalanen
On Fri, 27 Feb 2015 18:35:45 +0800 Jonas Ådahl wrote: > From: "Jasper St. Pierre" > > Either in destroy or get_xdg_popup. > > [jadahl: Verify that the new popup is the top most when mapping instead > of creating. Some renaming.] > --- > > Changes since v2: > > Say 'topmost' instead of 'tople

[PATCH weston v2] xdg-shell: Add invalid_parent error to xdg_popup

2015-02-27 Thread Jonas Ådahl
Send an invalid_parent error when the client tries to create a popup with a paren that is neither a xdg_surface nor a xdg_popup. Signed-off-by: Jonas Ådahl --- Changes since v1: Removed unrelated diff. desktop-shell/shell.c | 11 ++- protocol/xdg-shell.xml | 1 + 2 files changed, 11

[PATCH weston v3] xdg-shell: Send an error when the client uses the not-topmost popup

2015-02-27 Thread Jonas Ådahl
From: "Jasper St. Pierre" Either in destroy or get_xdg_popup. [jadahl: Verify that the new popup is the top most when mapping instead of creating. Some renaming.] --- Changes since v2: Say 'topmost' instead of 'toplevel' in description. Add 'map' as a reason besides 'destroy' for triggering t

Re: [PATCH weston 07/10] xdg-shell: Add invalid_parent error to xdg_popup

2015-02-27 Thread Jonas Ådahl
On Fri, Feb 27, 2015 at 10:18:46AM +0200, Pekka Paalanen wrote: > On Fri, 13 Feb 2015 14:01:59 +0800 > Jonas Ådahl wrote: > > > Send an invalid_parent error when the client tries to create a popup > > with a paren that is neither a xdg_surface nor a xdg_popup. > > > > Signed-off-by: Jonas Ådahl

[RFC : xdg_surface_present() - take 2

2015-02-27 Thread Manuel Bachmann
Hello fellow developers, I just wanted to continue a discussion which occured some time ago, about the eventuality of adding a "xdg_surface_present()" request to XDG-Shell. (For reference, former discussion entry points are here : http://lists.freedesktop.org/archives/wayland-devel/2014-July/0160

Re: [Wayland1.5]Question about wl_shell_get_shell_surface

2015-02-27 Thread Pekka Paalanen
On Fri, 27 Feb 2015 08:11:58 + Yang Andy wrote: > Hi Mr.Manuel,Mr.Pekka, > > Thank you > for your reply. > > I have further > investigated my log and find that IPC/communication bewteen > Wayland-client(application) and wayland-server(weston) > consume 800ms > > wayland-client/applic

Re: [PATCH weston 08/10] xdg-shell: Add a simple destructor request

2015-02-27 Thread Pekka Paalanen
On Fri, 13 Feb 2015 14:02:00 +0800 Jonas Ådahl wrote: > From: "Jasper St. Pierre" > > --- > desktop-shell/shell.c | 10 +- > protocol/xdg-shell.xml | 5 + > 2 files changed, 14 insertions(+), 1 deletion(-) > > diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c > index 57

Re: [PATCH weston 07/10] xdg-shell: Add invalid_parent error to xdg_popup

2015-02-27 Thread Pekka Paalanen
On Fri, 13 Feb 2015 14:01:59 +0800 Jonas Ådahl wrote: > Send an invalid_parent error when the client tries to create a popup > with a paren that is neither a xdg_surface nor a xdg_popup. > > Signed-off-by: Jonas Ådahl > --- > desktop-shell/shell.c | 11 ++- > protocol/xdg-shell.xml |

RE: [Wayland1.5]Question about wl_shell_get_shell_surface

2015-02-27 Thread Yang Andy
Hi Mr.Manuel,Mr.Pekka, Thank you for your reply. I have further investigated my log and find that IPC/communication bewteen Wayland-client(application) and wayland-server(weston) consume 800ms wayland-client/application call wl_shell_get_shell_surface,it takes 800ms until reference meth

Re: [PATCH weston v2] xdg-shell: Send an error when the client uses the not-topmost popup

2015-02-27 Thread Pekka Paalanen
On Thu, 26 Feb 2015 17:02:21 +0800 Jonas Ådahl wrote: > From: "Jasper St. Pierre" > > Either in destroy or get_xdg_popup. > > [jadahl: Verify that the new popup is the top most when mapping instead > of creating. Some renaming.] > --- > > Changes since v1: > > Renamed get_top_xdg_popup to ge