Re: [E-devel] E SVN: raster trunk/elementary/src/lib

2011-05-27 Thread Vincent Torri
On Thu, 26 May 2011, Enlightenment SVN wrote: Log: fix hover doc - no html tags. breaks latex docs. Author: raster Date: 2011-05-26 22:42:27 -0700 (Thu, 26 May 2011) New Revision: 59726 Trac: http://trac.enlightenment.org/e/changeset/59726 Modified:

Re: [E-devel] DesktopSummit 2011 in Berlin

2011-05-27 Thread Boris Faure
On Thu, May 26, 2011 at 13:20, Brian 'morlenxus' Miculcy morlen...@gmx.net wrote: I received the attached mail about the Desktop Summit 2011 in Berlin. Is someone willing and able to represent enlightenment? As i'm already in Berlin i probably will have some time for this event... Kind

Re: [E-devel] [Patch] Focus moving by arrow key.

2011-05-27 Thread Vincent Torri
On Fri, 27 May 2011, Carsten Haitzler (The Rasterman) wrote: On Mon, 16 May 2011 18:37:55 +0900 WooHyun Jung wh0705.j...@samsung.com said: ok - had a check (why isn't anyone else trying this out?). anyway here's what i have to say: elm does not work on Windows :p (well, edje_cc,

[E-devel] framebuffer keyboard input

2011-05-27 Thread David Seikel
I'm looking at ecore_fb_kbd.c, and I can't see any place where the keyboard fd (_ecore_fb_kdb_fd) is set to anything other than -1. Unless it's hiding under a macro somewhere. -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the world.

Re: [E-devel] framebuffer keyboard input

2011-05-27 Thread David Seikel
On Fri, 27 May 2011 19:47:52 +1000 David Seikel onef...@gmail.com wrote: I'm looking at ecore_fb_kbd.c, and I can't see any place where the keyboard fd (_ecore_fb_kdb_fd) is set to anything other than -1. Unless it's hiding under a macro somewhere. Never mind about that file, seems it's

[E-devel] [Patch][CtxPopup] Add Arrow on the drag-able area of Base

2011-05-27 Thread cnook
Dear All, Hi~ If CtxPopup has elm_slider for content, the elm_slider indicator is covered by CtxPopup arrow. So, I have made a patch for resolving this issue. As the title the arrow will be swallowed in the base. Even though user uses his/her own style, the attached patch will work properly.

Re: [E-devel] [PATCH] Clear the preedit text before inserting text in _edje_entry_text_markup_set

2011-05-27 Thread The Rasterman
On Thu, 19 May 2011 11:47:15 +0900 Jihoon Kim jihoon48@samsung.com said: thanks muchly! in svn it is! :) Hello, EFL developers. When elm_entry_entry_set() is called, the preedit text in the entry should be cleared. ATM, it doesn’t works so. This patch will resolve this problem.

Re: [E-devel] [Patch] elm_widget_focus_steal should be executed only with can_focus object.

2011-05-27 Thread The Rasterman
On Fri, 20 May 2011 15:21:46 +0900 WooHyun Jung wh0705.j...@samsung.com said: agreed. in svn it is :) Hello. All ~ I think elm_widget_focus_steal function should be executed only with can_focus widget object. (Cannot_focus object has no right to steal focus from others !!) How

Re: [E-devel] [Patch] Focus moving by arrow key.

2011-05-27 Thread The Rasterman
On Fri, 27 May 2011 11:00:44 +0200 (CEST) Vincent Torri vto...@univ-evry.fr said: On Fri, 27 May 2011, Carsten Haitzler (The Rasterman) wrote: On Mon, 16 May 2011 18:37:55 +0900 WooHyun Jung wh0705.j...@samsung.com said: ok - had a check (why isn't anyone else trying this out?).

Re: [E-devel] [PATCH] Clear the preedit text before inserting text in _edje_entry_text_markup_set

2011-05-27 Thread Tom Hacohen
SPANK!!! Read my comment! Reverted. :) Actually, we (You, Jihoon and myself) even talked abotu it on irc... On Fri, May 27, 2011 at 1:46 PM, Carsten Haitzler ras...@rasterman.comwrote: On Thu, 19 May 2011 11:47:15 +0900 Jihoon Kim jihoon48@samsung.com said: thanks muchly! in svn it is!

Re: [E-devel] framebuffer keyboard input

2011-05-27 Thread Sachiel
2011/5/27 David Seikel onef...@gmail.com: On Fri, 27 May 2011 19:47:52 +1000 David Seikel onef...@gmail.com wrote: I'm looking at ecore_fb_kbd.c, and I can't see any place where the keyboard fd (_ecore_fb_kdb_fd) is set to anything other than -1. Unless it's hiding under a macro somewhere.

Re: [E-devel] framebuffer keyboard input

2011-05-27 Thread David Seikel
On Fri, 27 May 2011 10:16:28 -0300 Iván Briano (Sachiel) sachi...@gmail.com wrote: 2011/5/27 David Seikel onef...@gmail.com: On Fri, 27 May 2011 19:47:52 +1000 David Seikel onef...@gmail.com wrote: I'm looking at ecore_fb_kbd.c, and I can't see any place where the keyboard fd

[E-devel] [Patch] evas textblock numeric escape support

2011-05-27 Thread Raoul Hecky
Hi, Here is a patch that adds support for numerical escaping code in textblock. Until now textblock only handles escape characters of the form: amp; lambda; ... But in html we can represent every unicode characters in the form: #x03BB; -- lambda in hex or #955; -- lambda in decimal The patch

Re: [E-devel] [PATCH] Clear the preedit text before inserting text in _edje_entry_text_markup_set

2011-05-27 Thread The Rasterman
On Fri, 27 May 2011 14:16:02 +0300 Tom Hacohen t...@stosb.com said: eh? we talked about async vs sync in ecore_imf for some things? SPANK!!! Read my comment! Reverted. :) Actually, we (You, Jihoon and myself) even talked abotu it on irc... On Fri, May 27, 2011 at 1:46 PM, Carsten Haitzler

Re: [E-devel] framebuffer keyboard input

2011-05-27 Thread The Rasterman
On Fri, 27 May 2011 23:38:43 +1000 David Seikel onef...@gmail.com said: On Fri, 27 May 2011 10:16:28 -0300 Iván Briano (Sachiel) sachi...@gmail.com wrote: 2011/5/27 David Seikel onef...@gmail.com: On Fri, 27 May 2011 19:47:52 +1000 David Seikel onef...@gmail.com wrote: I'm

Re: [E-devel] framebuffer keyboard input

2011-05-27 Thread David Seikel
On Fri, 27 May 2011 22:57:20 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 27 May 2011 23:38:43 +1000 David Seikel onef...@gmail.com said: On Fri, 27 May 2011 10:16:28 -0300 Iván Briano (Sachiel) sachi...@gmail.com wrote: 2011/5/27 David Seikel

Re: [E-devel] [PATCH] Clear the preedit text before inserting text in _edje_entry_text_markup_set

2011-05-27 Thread Tom Hacohen
Yeah, exactly because of this patch. :) On Fri, May 27, 2011 at 4:54 PM, Carsten Haitzler ras...@rasterman.comwrote: On Fri, 27 May 2011 14:16:02 +0300 Tom Hacohen t...@stosb.com said: eh? we talked about async vs sync in ecore_imf for some things? SPANK!!! Read my comment! Reverted. :)

[E-devel] [Patch] evas textblock numeric escape support

2011-05-27 Thread Raoul Hecky
Hi, This is a new version after talk with Tasn on irc. Thanks. -- Raoul Hecky Calaos Index: src/lib/canvas/evas_object_textblock.c === --- src/lib/canvas/evas_object_textblock.c (révision 59738) +++

Re: [E-devel] [Patch] evas textblock numeric escape support

2011-05-27 Thread Tom Hacohen
Will get to this soon, thanks a lot. -- Tom. On Fri, May 27, 2011 at 7:20 PM, Raoul Hecky raoul.he...@gmail.com wrote: Hi, This is a new version after talk with Tasn on irc. Thanks. -- Raoul Hecky Calaos

[E-devel] [ELM] Genlist tree: manage subitems in genlist

2011-05-27 Thread Atton Jonathan
Hello, Curently when we which to have a tree in a genlist the application must: - when an item is expand : the application add subitems - when an item is collapse : the application delete subitems why this comportment is not directly in genlist. The genlist could show/add items automaticaly ?

[E-devel] language site

2011-05-27 Thread المسالم المسالمة
hello every one i had tried so many times to enter http://l10n.enlightenment.org/ before more than 2 weeks but i cant all what i got there when the page is copletly loaded is this message === Internal Server Error The server encountered