[E-devel] [PATCH] ecore_imf_context_canvas_get, ecore_imf_context_window_get

2011-02-18 Thread Jihoon Kim
Hi, This patch includes the code to add ecore_imf_context_canvas_get and ecore_imf_context_window_get. These APIs are coupled with the ecore_imf_context_canvas_set and ecore_imf_context_window_set. Would you please review it? Index: src/lib/ecore_imf/ecore_imf_private.h ==

Re: [E-devel] One bug in _edje_key_down_cb func (in edje_entry.c)

2011-02-18 Thread The Rasterman
On Fri, 18 Feb 2011 18:09:29 +0200 Tom Hacohen said: > On Fri, Feb 18, 2011 at 4:12 PM, WooHyun Jung wrote: > > > Why not called ? Because ~ evas_textblock_cursor_compare(tc, en->cursor) > > returns 0. > > > > (i.e. old cursor and current cursor have the same position information) > > > > > > >

Re: [E-devel] E SVN: rui trunk/eio

2011-02-18 Thread Vincent Torri
On Fri, 18 Feb 2011, Michael Jennings wrote: > On Friday, 18 February 2011, at 23:13:57 (+0100), > Vincent Torri wrote: > >> so i would like to understand. Are you saying that the spec files >> *never* (and i do mean *nerver*) depend on options that configure >> might set in spec files ? > > Cor

Re: [E-devel] E SVN: rui trunk/eio

2011-02-18 Thread Michael Jennings
On Friday, 18 February 2011, at 23:13:57 (+0100), Vincent Torri wrote: > so i would like to understand. Are you saying that the spec files > *never* (and i do mean *nerver*) depend on options that configure > might set in spec files ? Correct. Spec files must never depend on configure arguments.

Re: [E-devel] E SVN: rui trunk/eio

2011-02-18 Thread Vincent Torri
On Fri, 18 Feb 2011, Michael Jennings wrote: > On Friday, 18 February 2011, at 18:15:31 (+), > Rui Miguel Silva Seabra wrote: > >> As I explained to you in reply to the (not so nice) emails you've >> sent me, this is how it's done in order to add rpm building support >> to released tar balls

Re: [E-devel] E SVN: rui trunk/eio

2011-02-18 Thread Michael Jennings
On Friday, 18 February 2011, at 18:15:31 (+), Rui Miguel Silva Seabra wrote: > As I explained to you in reply to the (not so nice) emails you've > sent me, this is how it's done in order to add rpm building support > to released tar balls. > > I hope to have helped you understand it so we can

Re: [E-devel] E SVN: rui trunk/eio

2011-02-18 Thread Rui Miguel Silva Seabra
Em 17-02-2011 23:18, Vincent Torri escreveu: > stop adding those spec files > > Vincent As I explained to you in reply to the (not so nice) emails you've sent me, this is how it's done in order to add rpm building support to released tar balls. I hope to have helped you understand it so we can

Re: [E-devel] One bug in _edje_key_down_cb func (in edje_entry.c)

2011-02-18 Thread Tom Hacohen
On Fri, Feb 18, 2011 at 4:12 PM, WooHyun Jung wrote: > Why not called ? Because ~ evas_textblock_cursor_compare(tc, en->cursor) > returns 0. > > (i.e. old cursor and current cursor have the same position information) > > > > I think old cursor should keep its position without any updating. > It do

[E-devel] One bug in _edje_key_down_cb func (in edje_entry.c)

2011-02-18 Thread WooHyun Jung
Hello. All ~ I found one bug in _edje_key_down_cb func (in edje_entry.c) When I input "Backspace" in an entry object, _signal_cursor_chagned func(in elm_entry.c) is not called. This is because the following code in _edje_key_down_cb func (in edje_entry.c) is not called. if ((evas_text

Re: [E-devel] Evas install - X11/Xlib

2011-02-18 Thread John Dovers
Thanks, that was it. I thought devel of X11 and XLib was enough. John D. > Date: Fri, 18 Feb 2011 14:08:36 +0100 > Subject: Re: [E-devel] Evas install - X11/Xlib > From: cedric.b...@free.fr > To: j30...@hotmail.com > CC: enlightenment-devel@lists.sourceforge.net > > Hi, > > On Fri, Feb 18, 201

Re: [E-devel] Evas install - X11/Xlib

2011-02-18 Thread Cedric BAIL
Hi, On Fri, Feb 18, 2011 at 12:18 PM, John Dovers wrote: > I am trying to compile and install Evas on Fedora (my previous install were > on Kubuntu). For a reason I cannot find, the X11 software render engine > doesn't get installed. > > I run configure with: > ./configure --enable-software-xli

Re: [E-devel] Evas install - X11/Xlib

2011-02-18 Thread John Dovers
Yes, devel packages of X11 and Xlib should be installed. Any other ideas? Thanks, John D. From: j30...@hotmail.com To: enlightenment-devel@lists.sourceforge.net Date: Fri, 18 Feb 2011 12:18:56 +0100 Subject: [E-devel] Evas install - X11/Xlib Hello, I am trying to compile and install Evas

Re: [E-devel] Evas install - X11/Xlib

2011-02-18 Thread Tom Hacohen
Did you install the -dev packages as well? On Fri, Feb 18, 2011 at 1:18 PM, John Dovers wrote: > > Hello, > > I am trying to compile and install Evas on Fedora (my previous install were > on Kubuntu). For a reason I cannot find, the X11 software render engine > doesn't get installed. > > I run c

Re: [E-devel] E SVN: quaker trunk/PROTO/elsa/src/daemon

2011-02-18 Thread michael bouchaud
Sure ... It's a wrong fix. 2011/2/18 Vincent Torri > > > On Thu, 17 Feb 2011, Enlightenment SVN wrote: > > > Log: > > Fix elsa compilation on FreeBSD. > > > > Author: quaker > > Date: 2011-02-17 16:17:18 -0800 (Thu, 17 Feb 2011) > > New Revision: 57144 > > Trac: http://trac

[E-devel] [Patch] elm_map_user_agent_set and get

2011-02-18 Thread sangho park
Dear all, This is a patch for elm_map for setting user-agent. - Add elm_map_user_agent_set - Add elm_map_user_agent_get - modify doxygen elm_map uses OSM(OpenStreetMap), but we can add custom map provider. If custom map provider server filters robot out (currently default user-agent is 'curl'),