Re: [E-devel] Edje resize issue

2010-10-07 Thread Atton Jonathan
2010/10/7 Gustavo Sverzut Barbieri barbi...@profusion.mobi On Wed, Oct 6, 2010 at 6:18 PM, Boris 'billiob' Faure bill...@gmail.com wrote: Hi, i was playing with edje and its boxes but i think i found a bug. The code sample can be found there: (sorry for the huge .edj)

Re: [E-devel] Edje resize issue

2010-10-07 Thread Cedric BAIL
On Thu, Oct 7, 2010 at 12:55 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Oct 6, 2010 at 6:18 PM, Boris 'billiob' Faure bill...@gmail.com wrote: i was playing with edje and its boxes but i think i found a bug. The code sample can be found there: (sorry for the huge

[E-devel] [PATCH] _edje_text_fit_x problem with non-ascii strings

2010-10-07 Thread Brian Wang
Hello list, Edje's text chopping code seems to be mixing up the usage of UTF-8 character index with Unicode character index. This causes Chinese text strings to be cut off at the very beginning leaving lots of spaces following the elipsis. Please see the patch for the fix/hack. And it's not a

Re: [E-devel] [PATCH] _edje_text_fit_x problem with non-ascii strings

2010-10-07 Thread Brian Wang
The fix isn't correct. I'm testing more. hold on. On Thu, Oct 7, 2010 at 6:50 PM, Brian Wang brian.wang.0...@gmail.com wrote: Hello list, Edje's text chopping code seems to be mixing up the usage of UTF-8 character index with Unicode character index.  This causes Chinese text strings to be

Re: [E-devel] Elementary bug? textblock with line-wrap in genlist

2010-10-07 Thread Rui Miguel Silva Seabra
For the record, in case someone searchs for the same problem: raster [Rui]: textwrap doesnt work in genlist. its basically not possible (without massive overhead). so dont do it. raster [Rui]: dont put wrapped text there raster dont use genlist raster genlist places limits on

Re: [E-devel] Creating Evas events send to Edje.

2010-10-07 Thread Sachiel
On Wed, Oct 6, 2010 at 3:09 AM, CZhe Yang czhe.y...@gmail.com wrote: Hi, I have some questions. I create new event types. For example,  using evas_object_event_callback_add(evas_object,MY DEFINE EVENT TYPE,callback_function,NULL); Basicly, it work. If the evas_object is created from EDJ

Re: [E-devel] Elementary bug? textblock with line-wrap in genlist

2010-10-07 Thread Gustavo Sverzut Barbieri
On Thu, Oct 7, 2010 at 8:52 AM, Rui Miguel Silva Seabra r...@1407.org wrote:  For the record, in case someone searchs for the same problem: raster [Rui]: textwrap doesnt work in genlist. its basically not                 possible (without massive overhead). so dont do it. raster [Rui]: dont

Re: [E-devel] Edje resize issue

2010-10-07 Thread Cedric BAIL
On Thu, Oct 7, 2010 at 11:43 AM, Cedric BAIL cedric.b...@free.fr wrote: On Thu, Oct 7, 2010 at 12:55 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Oct 6, 2010 at 6:18 PM, Boris 'billiob' Faure bill...@gmail.com wrote: i was playing with edje and its boxes but i think i

Re: [E-devel] Edje resize issue

2010-10-07 Thread Tom Hacohen
On Thu, 2010-10-07 at 16:09 +0200, Cedric BAIL wrote: Bug fixed in svn r53142. You mean r53143? (only change you did in edje) -- Tom. -- Beautiful is writing same markup. Internet Explorer 9 supports standards for

Re: [E-devel] Edje resize issue

2010-10-07 Thread Cedric BAIL
On Thu, Oct 7, 2010 at 4:16 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: On Thu, 2010-10-07 at 16:09 +0200, Cedric BAIL wrote: Bug fixed in svn r53142. You mean r53143? (only change you did in edje) Nah, that bug was in evas. It was another problem I spotted when hunting that bug.

Re: [E-devel] Edje resize issue

2010-10-07 Thread Sachiel
On Thu, Oct 7, 2010 at 11:27 AM, Tom Hacohen tom.haco...@partner.samsung.com wrote: On Thu, 2010-10-07 at 16:25 +0200, Cedric BAIL wrote: On Thu, Oct 7, 2010 at 4:16 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: On Thu, 2010-10-07 at 16:09 +0200, Cedric BAIL wrote: Bug fixed in svn

Re: [E-devel] Edje resize issue

2010-10-07 Thread Tom Hacohen
On Thu, 2010-10-07 at 11:33 -0300, Iván Briano (Sachiel) wrote: Don't worry, we never do. Yeah, I'm aware of the situation :) -- Tom. -- Beautiful is writing same markup. Internet Explorer 9 supports standards for

Re: [E-devel] Elementary bug? textblock with line-wrap in genlist

2010-10-07 Thread Gustavo Sverzut Barbieri
On Thu, Oct 7, 2010 at 9:36 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Oct 7, 2010 at 8:52 AM, Rui Miguel Silva Seabra r...@1407.org wrote:  For the record, in case someone searchs for the same problem: raster [Rui]: textwrap doesnt work in genlist. its basically not  

Re: [E-devel] Elementary bug? textblock with line-wrap in genlist

2010-10-07 Thread Rui Miguel Silva Seabra
I applied Barbieri's patch to elementary that optionally fixes elm_genlists for this and it works. http://pastebin.com/bUJgM8yB If you need to calculate the height in a variable form, just set elm_genlist_height_for_width_mode_set(lst, EINA_TRUE) Result is, now looking good and

Re: [E-devel] [RFC] Removing gradient

2010-10-07 Thread Michael Blumenkrantz
On Fri, 25 Jun 2010 13:56:26 +0200 Cedric BAIL cedric.b...@free.fr wrote: Hi, Gradient in Evas and Edje needs a lot of attention and love. We currently have two implementations in Evas, gradient and gradient2. The later was intended to replace the former and should be easier to

Re: [E-devel] [RFC] Removing gradient

2010-10-07 Thread Sachiel
On Thu, Oct 7, 2010 at 3:28 PM, Michael Blumenkrantz m...@zentific.com wrote: On Fri, 25 Jun 2010 13:56:26 +0200 Cedric BAIL cedric.b...@free.fr wrote: Hi,    Gradient in Evas and Edje needs a lot of attention and love. We currently have two implementations in Evas, gradient and gradient2.

[E-devel] blackscreen with eskiss

2010-10-07 Thread michael bouchaud
I try to package eskiss to use it on my product. But I encounter some problems, I explain me. On some laptop, who have intel's graphics hardware, eskiss make a blackscreen when I use the comp module. I test it with ati graphics hardware, no problems appends. Maybee this is a bug in ecore_evas ?

Re: [E-devel] Elementary bug? textblock with line-wrap in genlist

2010-10-07 Thread Gustavo Sverzut Barbieri
On Thu, Oct 7, 2010 at 12:55 PM, Rui Miguel Silva Seabra r...@1407.org wrote:  I applied Barbieri's patch to elementary that optionally fixes elm_genlists for this and it works. http://pastebin.com/bUJgM8yB If you need to calculate the height in a variable form, just set    

[E-devel] [PATCH 3/3] Document ecore_con_url_verbose_set's behaviour.

2010-10-07 Thread Raphael Kubo da Costa
--- src/lib/ecore_con/ecore_con_url.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_con/ecore_con_url.c b/src/lib/ecore_con/ecore_con_url.c index 664efc3..01937d9 100644 --- a/src/lib/ecore_con/ecore_con_url.c +++

[E-devel] [PATCH 1/3] Use an Eina_Bool for ecore_con_url_verbose_set's verbose parameter.

2010-10-07 Thread Raphael Kubo da Costa
In practice, it was already being treated as an Eina_Bool, so let us declare it as such and simplify the code. --- src/lib/ecore_con/Ecore_Con.h |2 +- src/lib/ecore_con/ecore_con_url.c | 10 ++ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git

[E-devel] [PATCH 2/3] Use the ecore_con_url_verbose_set's parameters without curl too.

2010-10-07 Thread Raphael Kubo da Costa
unused_warning-- --- src/lib/ecore_con/ecore_con_url.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/lib/ecore_con/ecore_con_url.c b/src/lib/ecore_con/ecore_con_url.c index c78115b..664efc3 100644 --- a/src/lib/ecore_con/ecore_con_url.c +++

Re: [E-devel] E SVN: etrunko IN trunk/PROTO/epdf: . src/lib/mupdf

2010-10-07 Thread Vincent Torri
On Thu, 7 Oct 2010, Enlightenment SVN wrote: Log: Epdf: Don't #define _GNU_SOURCE Use AC_GNU_SOURCE macro in configure.ac instead. Author: etrunko Date: 2010-10-07 14:04:27 -0700 (Thu, 07 Oct 2010) New Revision: 53164 Modified: trunk/PROTO/epdf/configure.ac

[E-devel] [PATCH] Add basic cookie support to Ecore_Con_Url.

2010-10-07 Thread Raphael Kubo da Costa
The patch in the follow-up e-mail makes it possible to enable libcurl's cookie engine via Ecore_Con_Url, as well as dump/load cookies from files and clearing currently loaded cookies. The API is not as EFL-y as I originally intended it to be: the function names are a bit unusual, and most of the

[E-devel] [PATCH] Add basic cookie support to Ecore_Con_Url.

2010-10-07 Thread Raphael Kubo da Costa
This commit adds some simple wrapper functions for libcurl cookie-related code to Ecore_Con_Url. It is now possible to enable the cookie engine, clear cookies and dump/load them from files. Cookies in both HTTP header-style and cookie-jar are supported. --- src/lib/ecore_con/Ecore_Con.h |

Re: [E-devel] [PATCH] Add basic cookie support to Ecore_Con_Url.

2010-10-07 Thread Michael Blumenkrantz
On Thu, 7 Oct 2010 18:42:48 -0300 Raphael Kubo da Costa k...@profusion.mobi wrote: This commit adds some simple wrapper functions for libcurl cookie-related code to Ecore_Con_Url. It is now possible to enable the cookie engine, clear cookies and dump/load them from files. Cookies in

Re: [E-devel] Ephoto Keyboard shortcuts and directory navigation

2010-10-07 Thread Stephen Houston
Can you send the images you used or can I find them somewhere else to make the edje compile? 2010/10/4 Otávio Pontes ota...@profusion.mobi I just realized that the labels of buttons was incorrect in my last patch. I am sending the corrected patch. 2010/10/4 Otávio Pontes

Re: [E-devel] [PATCH] Add basic cookie support to Ecore_Con_Url.

2010-10-07 Thread Sachiel
On Thu, Oct 7, 2010 at 7:59 PM, Michael Blumenkrantz m...@zentific.com wrote: On Thu,  7 Oct 2010 18:42:48 -0300 Raphael Kubo da Costa k...@profusion.mobi wrote: This commit adds some simple wrapper functions for libcurl cookie-related code to Ecore_Con_Url. It is now possible to enable the

Re: [E-devel] [PATCH 3/3] Document ecore_con_url_verbose_set's behaviour.

2010-10-07 Thread Michael Blumenkrantz
On Thu, 7 Oct 2010 17:59:04 -0300 Raphael Kubo da Costa k...@profusion.mobi wrote: --- src/lib/ecore_con/ecore_con_url.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_con/ecore_con_url.c b/src/lib/ecore_con/ecore_con_url.c index

Re: [E-devel] [PATCH] Add basic cookie support to Ecore_Con_Url.

2010-10-07 Thread Mike
hmmm then I would think it would be something more like ecore_con_url_cookies_clear and ecore_con_url_cookies_session_clear -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG

Re: [E-devel] [PATCH] Add basic cookie support to Ecore_Con_Url.

2010-10-07 Thread Sachiel
On Thu, Oct 7, 2010 at 8:46 PM, m...@zentific.com wrote: hmmm then I would think it would be something more like ecore_con_url_cookies_clear and ecore_con_url_cookies_session_clear Corrrect. I guess.

Re: [E-devel] [RFC] Removing gradient

2010-10-07 Thread Mike
But Doc, I'd need 1.21 gigawatts! -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 L3. Spend less time writing and rewriting code and more

Re: [E-devel] Elementary bug? textblock with line-wrap in genlist

2010-10-07 Thread The Rasterman
On Thu, 7 Oct 2010 12:34:28 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thu, Oct 7, 2010 at 9:36 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Oct 7, 2010 at 8:52 AM, Rui Miguel Silva Seabra r...@1407.org wrote:  For the record, in case someone

Re: [E-devel] Elementary bug? textblock with line-wrap in genlist

2010-10-07 Thread The Rasterman
On Thu, 7 Oct 2010 09:36:59 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thu, Oct 7, 2010 at 8:52 AM, Rui Miguel Silva Seabra r...@1407.org wrote:  For the record, in case someone searchs for the same problem: raster [Rui]: textwrap doesnt work in genlist. its basically

Re: [E-devel] [PATCH] Add basic cookie support to Ecore_Con_Url.

2010-10-07 Thread The Rasterman
On Thu, 7 Oct 2010 18:59:08 -0400 Michael Blumenkrantz m...@zentific.com said: I am not sure how important it is that your work is merged quickly; since most of your work is just libcurl calls, I think it is possible that we could merge this in time for 1.0 if it is very urgent, though I would

Re: [E-devel] [PATCH] Add basic cookie support to Ecore_Con_Url.

2010-10-07 Thread Michael Blumenkrantz
On Fri, 8 Oct 2010 08:53:50 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 7 Oct 2010 18:59:08 -0400 Michael Blumenkrantz m...@zentific.com said: I am not sure how important it is that your work is merged quickly; since most of your work is just libcurl calls,

Re: [E-devel] [RFC] Removing gradient

2010-10-07 Thread Tom Haste
Gradients? Where we're going, we dont NEED gradients. On 8 October 2010 07:48, m...@zentific.com wrote: But Doc, I'd need 1.21 gigawatts! -- Beautiful is writing same markup. Internet Explorer 9 supports standards

Re: [E-devel] [PATCH 1/3] Use an Eina_Bool for ecore_con_url_verbose_set's verbose parameter.

2010-10-07 Thread Lucas De Marchi
Hi, Kubo On Thu, Oct 7, 2010 at 5:59 PM, Raphael Kubo da Costa k...@profusion.mobi wrote: In practice, it was already being treated as an Eina_Bool, so let us declare it as such and simplify the code. ---  src/lib/ecore_con/Ecore_Con.h     |    2 +-  src/lib/ecore_con/ecore_con_url.c |   10

Re: [E-devel] [PATCH 1/3] Use an Eina_Bool for ecore_con_url_verbose_set's verbose parameter.

2010-10-07 Thread Raphael Kubo da Costa
At Thu, 7 Oct 2010 22:16:54 -0300, Lucas De Marchi wrote: This is EAPI! I little bit late to change this I think. I have to admit I haven't paid attention to the discussions about API breakage near 1.0 as closely as I should have. Does it mean it should be kept like this until 2.0 comes out?

Re: [E-devel] [PATCH 3/3] Document ecore_con_url_verbose_set's behaviour.

2010-10-07 Thread Raphael Kubo da Costa
At Thu, 7 Oct 2010 19:09:48 -0400, Michael Blumenkrantz wrote: Looks good, but make sure to check the return code from curl. All curl functions that have a return code should be Eina_Bool (returning true if successful) and log any errors with ERR. I originally thought of doing that, however

Re: [E-devel] [PATCH] Add basic cookie support to Ecore_Con_Url.

2010-10-07 Thread Raphael Kubo da Costa
At Thu, 7 Oct 2010 18:59:08 -0400, Michael Blumenkrantz wrote: I am not sure how important it is that your work is merged quickly; since most of your work is just libcurl calls, I think it is possible that we could merge this in time for 1.0 if it is very urgent, though I would prefer to hold

Re: [E-devel] E SVN: barbieri IN trunk/edje/src: bin lib

2010-10-07 Thread Vincent Torri
if (!edf-warning) - ERR(EDJE ERROR:\n - \n - Naughty Programmer - spank spank!\n - \n - This program as probably called edje_shutdown() with active Edje objects\n - still around.\n This can cause problems as both Evas and

Re: [E-devel] [PATCH 1/3] Use an Eina_Bool for ecore_con_url_verbose_set's verbose parameter.

2010-10-07 Thread Vincent Torri
On Fri, 8 Oct 2010, Raphael Kubo da Costa wrote: At Thu, 7 Oct 2010 22:16:54 -0300, Lucas De Marchi wrote: This is EAPI! I little bit late to change this I think. I have to admit I haven't paid attention to the discussions about API breakage near 1.0 as closely as I should have. Does it