Re: [PATCH 1/6] editor: deactivate old text model before activating the new one

2012-07-18 Thread Philipp Brüschweiler
Ping. With these patches (and some others) I managed to get a basic ibus client working. (https://github.com/Blei/ibus/tree/ibus-wayland/client/wayland) Cheers, Philipp On Wed, Jul 11, 2012 at 10:25 PM, Philipp Brüschweiler wrote: > --- > clients/editor.c | 36 ++---

Patches for resource id allocation

2012-07-18 Thread Fiedler, Mathias
Hi Kristian, here are some patches for - sending out an error on invalid new_ids - creating new id entry implicitly in wl_connection_demarshal I'm not 100% sure if i understood the id management correctly, but i hope it fits. Best Regards, Mathias Von

Re: [PATCH 4/4] xwayland: Fixme: Free windows in hash

2012-07-18 Thread Tiago Vignatti
I think this's alright, but now I realize that we're missing to destroy the frame window all over the WM. Check for window->frame_id there. Thanks, Tiago On 07/04/2012 12:10 AM, Martin Minarik wrote: Use custom wrapper iterator function for destroying each window in hash. --- src/xwayland/

[PATCH 4/4] xwayland: Fixme: Free windows in hash

2012-07-18 Thread Martin Minarik
Use custom wrapper iterator function for destroying each window in hash. --- src/xwayland/window-manager.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c index 6e032ea..5d7e653 100644 --- a/src/xwayland/w

Re: [PATCH 3/3] shell: avoid unnecessary busy cursor sending when not-responsing-ping client

2012-07-18 Thread Ander Conselvan de Oliveira
On 07/18/2012 08:25 AM, juan.j.z...@linux.intel.com wrote: From: Juan Zhao When the client didn't response to ping event in time, the server will do "set_busy_cursor" again and again. You still have the problem after fixing the infinite recursion? ping_timeout_handler() should be called ju

[PATCH] Add layout tag in weston.ini file for tablet shell.

2012-07-18 Thread tecton69
From: Ning Tang Add trash-image for showing the trash image while dragging launchers. [layout] means create a layout and launchers below it will be shown on it. Default is one layout. Signed-off-by: Li Chen Signed-off-by: Yi Yuan Signed-off-by: Ning Tang --- weston.ini | 2 ++ 1 file ch

Re: [PATCH 0/5] tablet-shell: Add sliding layout effect.

2012-07-18 Thread tecton tang
I think the crash is caused by weston.ini missing layout tag. Attach file is a workable weston.ini of my own and you could substitute correct icon path. I will send a patch and default has one layout. Thanks. 2012/7/18 Kristian Høgsberg > On Tue, Jul 17, 2012 at 05:03:53PM +0800, tecto...@gmai

[PATCH] toytoolkit: refactor the main loop

2012-07-18 Thread Philipp Brüschweiler
* make the epoll fd available to users * make it possible to iterate the main loop by hand these two changes make it possible to integrate the display main loop into main loops of other frameworks (such as glib) --- clients/window.c | 55 ++- cl