[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 an

[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 ? Th

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 wrote: > Hi, > > This is a new version after talk with Tasn on irc. > > Thanks. > > -- > > Raoul Hecky > Calaos > > > --

[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) +++ src/lib

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 wrote: > On Fri, 27 May 2011 14:16:02 +0300 Tom Hacohen said: > > eh? we talked about async vs sync in ecore_imf for some things? > > > SPANK!!! Read my comment! Reverted. :) > > > > Actually, we (You, Jiho

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) wrote: > On Fri, 27 May 2011 23:38:43 +1000 David Seikel > said: > > > On Fri, 27 May 2011 10:16:28 -0300 Iván Briano (Sachiel) > > wrote: > > > > > 2011/5/27 David Seikel : > > > > On Fri, 27 May 2011 19:47:52 +1000 David Se

Re: [E-devel] framebuffer keyboard input

2011-05-27 Thread The Rasterman
On Fri, 27 May 2011 23:38:43 +1000 David Seikel said: > On Fri, 27 May 2011 10:16:28 -0300 Iván Briano (Sachiel) > wrote: > > > 2011/5/27 David Seikel : > > > On Fri, 27 May 2011 19:47:52 +1000 David Seikel > > > wrote: > > > > > >> I'm looking at ecore_fb_kbd.c, and I can't see any place wher

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 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 wrote: >

[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: & λ ... But in html we can represent every unicode characters in the form: λ --> lambda in hex or λ --> lambda in decimal The patch adds also some func

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) wrote: > 2011/5/27 David Seikel : > > On Fri, 27 May 2011 19:47:52 +1000 David Seikel > > 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

Re: [E-devel] framebuffer keyboard input

2011-05-27 Thread Sachiel
2011/5/27 David Seikel : > On Fri, 27 May 2011 19:47:52 +1000 David Seikel > 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 f

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 wrote: > On Thu, 19 May 2011 11:47:15 +0900 Jihoon Kim > said: > > thanks muchly! in svn it is! :) > > > Hello, EFL developers. > > > > >

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 said: > > > On Fri, 27 May 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Mon, 16 May 2011 18:37:55 +0900 WooHyun Jung > > said: > > > > ok - had a check (why isn't anyone else trying this out?). anyway here's > > what i have to

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 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 do you thin

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 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. > > > > When

Re: [E-devel] [Patch] About _parent_focus function in elm_widget.c

2011-05-27 Thread The Rasterman
On Tue, 17 May 2011 20:50:09 +0900 WooHyun Jung said: in svn :) snuck in with a warning commit... oops. sorry - didnt state the patch was in in commit + from you.. sorry! :( > Hello. All. > > I think current _parent_focus function (elm_widget.c) has one problem. > > Following conditional sta

[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. Sin

Re: [E-devel] framebuffer keyboard input

2011-05-27 Thread David Seikel
On Fri, 27 May 2011 19:47:52 +1000 David Seikel 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 deprecated, and not

[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. signa

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 > 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, actually) Vincent > >

Re: [E-devel] DesktopSummit 2011 in Berlin

2011-05-27 Thread Boris Faure
On Thu, May 26, 2011 at 13:20, Brian 'morlenxus' Miculcy 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 regards, > Brian I