[PATCH weston] compositor: Load shell plugin after option modules

2012-09-25 Thread Tiago Vignatti
It's a quick fix in opposition of the lack of the two-stage module init. Effectively it fix: https://bugs.freedesktop.org/show_bug.cgi?id=55259 Signed-off-by: Tiago Vignatti tiago.vigna...@intel.com --- src/compositor.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Re: Wayland and Weston 0.95.0 for Fedora 18 (just FYI TWIMC)

2012-09-25 Thread Kristian Høgsberg
On Sun, Sep 23, 2012 at 12:37 PM, Thorsten Leemhuis fed...@leemhuis.info wrote: Hi! Just FYI and TWIMC (Darxus on IRC asked me to send this mail): Wayland and Weston 0.95.0 are now in the updates-tesing repo for Fedora 18; hence if you install the Fedora alpha that was released last week you

Re: [PATCH weston] compositor: Load shell plugin after option modules

2012-09-25 Thread Kristian Høgsberg
On Tue, Sep 25, 2012 at 01:52:43PM +0300, Tiago Vignatti wrote: It's a quick fix in opposition of the lack of the two-stage module init. Effectively it fix: https://bugs.freedesktop.org/show_bug.cgi?id=55259 No, the command line modules are supposed to load after the config file modules.

Re: [PATCH wayland] protocol: Fix typo

2012-09-25 Thread Kristian Høgsberg
On Tue, Sep 25, 2012 at 12:19:57PM +0300, Tiago Vignatti wrote: Signed-off-by: Tiago Vignatti tiago.vigna...@intel.com --- protocol/wayland.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index ff077a3..6a0e0e1 100644

Re: [PATCH weston 1/4] Fix PDF viewer not to produce garbage windows for nonexistent files

2012-09-25 Thread Kristian Høgsberg
On Mon, Sep 17, 2012 at 10:15:54PM +0300, Pekka Vuorela wrote: Was calling window_flush() on redraw handler which already happens on window redrawing. All four patches look good, thanks for fixing those. Kristian --- clients/view.c |1 - 1 file changed, 1 deletion(-) diff --git

Re: [PATCH 1/4] editor, keyboard: Add support for arrow keys

2012-09-25 Thread Kristian Høgsberg
On Mon, Sep 17, 2012 at 03:28:07PM +0200, Jan Arne Petersen wrote: From: Jan Arne Petersen jpeter...@openismus.com Add support for arrow keys on the virtual keyboard and make it possible to move around the cursor in the editor example. All four patches applied, thanks. Kristian ---

Re: [PATCH] clients: wlterm: A TSM based terminal emulator

2012-09-25 Thread Kristian Høgsberg
On Wed, Sep 19, 2012 at 01:47:25PM +0200, David Herrmann wrote: TSM (Terminal-emulator State Machine) is a library developed together with kmscon which implements a terminal-emulation layer. It has no external depedencies and thus does not do any rendering. It was solely developed to allow

Re: [PATCH weston] compositor: Load shell plugin after option modules

2012-09-25 Thread Tiago Vignatti
On 09/25/2012 05:13 PM, Kristian Høgsberg wrote: On Tue, Sep 25, 2012 at 01:52:43PM +0300, Tiago Vignatti wrote: It's a quick fix in opposition of the lack of the two-stage module init. Effectively it fix: https://bugs.freedesktop.org/show_bug.cgi?id=55259 No, the command line modules

Re: [PATCH] shell: Fix crash when an input panel is hiding

2012-09-25 Thread Kristian Høgsberg
On Wed, Sep 19, 2012 at 02:31:57PM +0200, Jan Arne Petersen wrote: From: Jan Arne Petersen jpeter...@openismus.com Do not call weston_slide_run when the surface's output is NULL. --- src/shell.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shell.c

[PATCH weston] shell: Start the desktop-shell client in the idle handler

2012-09-25 Thread Tiago Vignatti
It fix https://bugs.freedesktop.org/show_bug.cgi?id=55259 Signed-off-by: Tiago Vignatti tiago.vigna...@intel.com --- src/shell.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/shell.c b/src/shell.c index 2afa1b3..67d1060 100644 --- a/src/shell.c +++

Re: [PATCH] text: Rename de/activate to enter/leave

2012-09-25 Thread Kristian Høgsberg
On Mon, Sep 24, 2012 at 02:51:14PM +0200, Jan Arne Petersen wrote: From: Jan Arne Petersen jpeter...@openismus.com Also add a surface argument to the enter event. Looks good, thanks. Kristian --- clients/editor.c | 16 ++-- protocol/text.xml | 9 +

Re: [PATCH] text: Rename de/activate to enter/leave

2012-09-25 Thread Kristian Høgsberg
On Mon, Sep 24, 2012 at 03:00:07PM +0200, Michael Hasselmann wrote: On Mon, 2012-09-24 at 14:51 +0200, Jan Arne Petersen wrote: + if (surface != window_get_wl_surface(entry-window)) + return; + not what the git message says (text) -- this is a functional change Well, it does

Re: [PATCH] test-client: initialize input instance.

2012-09-25 Thread Kristian Høgsberg
On Mon, Sep 24, 2012 at 08:07:38PM +, Eoff, Ullysses A wrote: bump. Thanks for the reminder, committed. Kristian -Original Message- From: Eoff, Ullysses A Sent: Tuesday, September 04, 2012 2:38 PM To: wayland-devel@lists.freedesktop.org Cc: Eoff, Ullysses A Subject: [PATCH]

Re: [PATCH weston] shell: Start the desktop-shell client in the idle handler

2012-09-25 Thread Kristian Høgsberg
On Tue, Sep 25, 2012 at 05:57:01PM +0300, Tiago Vignatti wrote: It fix https://bugs.freedesktop.org/show_bug.cgi?id=55259 Signed-off-by: Tiago Vignatti tiago.vigna...@intel.com Thanks, that looks good, committed. Kristian --- src/shell.c | 16 +--- 1 file changed, 9

Re: [PATCH] man: add man-page infrastructure

2012-09-25 Thread Kristian Høgsberg
On Mon, Sep 24, 2012 at 01:18:38PM +0200, David Herrmann wrote: This adds a man-page infrastructure based on Docbook XML files. This allows us to integrate the man-pages into the publican books later. An example page for wl_display_connect() (with an alias wl_display_connect_to_fd()) is also

Re: Comment on global shortcuts security

2012-09-25 Thread Piotr Rak
Hi, 2012/9/25 Pekka Paalanen ppaala...@gmail.com: On Tue, 25 Sep 2012 01:46:37 +0200 Piotr Rak piotr@gmail.com wrote: Hi, Although I am not security expert, I'd like to share my input into this topic, so putting on my black hat... It is probably not great discovery, but I believe

Re: Comment on global shortcuts security

2012-09-25 Thread Piotr Rak
2012/9/25 Timothée Ravier sios...@gmail.com: Le 25/09/2012 01:53, Bill Spitzak a écrit : Keystrokes should be sent to the application first. Only if the application refuses them should they be considered global shortcuts. According to me, the main goal is to _never_ have global shortcuts.

RE: [PATCH] event-test: more aggressive event testing

2012-09-25 Thread Eoff, Ullysses A
Whoops, found some compiler warnings with this patch... resending w/fix. U. Artie -Original Message- From: Eoff, Ullysses A Sent: Monday, September 24, 2012 1:16 PM To: wayland-devel@lists.freedesktop.org Cc: Eoff, Ullysses A Subject: [PATCH] event-test: more aggressive event testing

[PATCH v2] event-test: more aggressive event testing

2012-09-25 Thread U. Artie Eoff
From: U. Artie Eoff ullysses.a.e...@intel.com Test surface pointer enter/leave/motion and surface leave/enter events more aggressively. Signed-off-by: U. Artie Eoff ullysses.a.e...@intel.com --- tests/event-test.c | 269 tests/test-client.c

[PATCH] tests: test surface to/from global functions

2012-09-25 Thread U. Artie Eoff
From: U. Artie Eoff ullysses.a.e...@intel.com Signed-off-by: U. Artie Eoff ullysses.a.e...@intel.com --- tests/Makefile.am | 5 +++- tests/surface-global-test.c | 65 + 2 files changed, 69 insertions(+), 1 deletion(-) create mode 100644