Re: [E-devel] E SVN: barbieri IN trunk/emotion/src: lib modules/gstreamer modules/xine

2010-10-07 Thread Vincent Torri
did you forget to unregister log domain ? Vincent On Thu, 7 Oct 2010, Enlightenment SVN wrote: > Log: > shutup stupid emotion debug! > > to get them back, use EINA_LOG_LEVELS for each module or the catch-all: > > export EINA_LOG_LEVELS_GLOB='emotion*:4' > > ah, that was making me sick wh

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

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 a

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 ho

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 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 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 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 ++ >  2

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, wrote: > But Doc, I'd need 1.21 gigawatts! > > -- > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CS

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) wrote: > On Thu, 7 Oct 2010 18:59:08 -0400 Michael Blumenkrantz > 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

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 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 prefer to no.

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 said: > On Thu, Oct 7, 2010 at 8:52 AM, Rui Miguel Silva Seabra wrote: > >  For the record, in case someone searchs for the same problem: > > > > [Rui]: textwrap doesnt work in genlist. its basically not > >                 possible (wi

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 said: > On Thu, Oct 7, 2010 at 9:36 AM, Gustavo Sverzut Barbieri > wrote: > > On Thu, Oct 7, 2010 at 8:52 AM, Rui Miguel Silva Seabra > > wrote: > >>  For the record, in case someone searchs for the same problem: > >> > >> [Rui]: textw

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 ti

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, 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] [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 1

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 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 664efc3..01937d9 100644

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 wrote: > On Thu,  7 Oct 2010 18:42:48 -0300 > Raphael Kubo da Costa 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 cook

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 > 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 : > > I am sending my new patches for

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 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 both HTTP header

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

[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 +++ b/src/lib/ecore_con/eco

[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 +++ b/src/lib/ecore_con/ecore_con_url

[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 a/src/lib/ecore_con/Ecor

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 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 > >     elm_genlist_height_f

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

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

2010-10-07 Thread Sachiel
On Thu, Oct 7, 2010 at 3:28 PM, Michael Blumenkrantz wrote: > On Fri, 25 Jun 2010 13:56:26 +0200 > Cedric BAIL 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

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

2010-10-07 Thread Michael Blumenkrantz
On Fri, 25 Jun 2010 13:56:26 +0200 Cedric BAIL 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 > accelerate in hardware

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 working,

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 wrote: > On Thu, Oct 7, 2010 at 8:52 AM, Rui Miguel Silva Seabra wrote: >>  For the record, in case someone searchs for the same problem: >> >> [Rui]: textwrap doesnt work in genlist. its basically not >>                 possible (without

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 HT

Re: [E-devel] Edje resize issue

2010-10-07 Thread Sachiel
On Thu, Oct 7, 2010 at 11:27 AM, Tom Hacohen wrote: > On Thu, 2010-10-07 at 16:25 +0200, Cedric BAIL wrote: >> On Thu, Oct 7, 2010 at 4:16 PM, Tom Hacohen >> wrote: >> > On Thu, 2010-10-07 at 16:09 +0200, Cedric BAIL wrote: >> >> Bug fixed in svn r53142. >> > >> > You mean r53143? (only change yo

Re: [E-devel] Edje resize issue

2010-10-07 Thread Tom Hacohen
On Thu, 2010-10-07 at 16:25 +0200, Cedric BAIL wrote: > On Thu, Oct 7, 2010 at 4:16 PM, Tom Hacohen > 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

Re: [E-devel] Edje resize issue

2010-10-07 Thread Cedric BAIL
On Thu, Oct 7, 2010 at 4:16 PM, Tom Hacohen 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. -- Cedric BAIL ---

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 H

Re: [E-devel] Edje resize issue

2010-10-07 Thread Cedric BAIL
On Thu, Oct 7, 2010 at 11:43 AM, Cedric BAIL wrote: > On Thu, Oct 7, 2010 at 12:55 AM, Gustavo Sverzut Barbieri > wrote: >> On Wed, Oct 6, 2010 at 6:18 PM, Boris 'billiob' Faure >> wrote: >>> i was playing with edje and its boxes but i think i found a bug. >>> The code sample can be found there

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 wrote: >  For the record, in case someone searchs for the same problem: > > [Rui]: textwrap doesnt work in genlist. its basically not >                 possible (without massive overhead). so dont do it. > [Rui]: dont put wrapped text there

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 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 files, the evas_

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: [Rui]: textwrap doesnt work in genlist. its basically not possible (without massive overhead). so dont do it. [Rui]: dont put wrapped text there dont use genlist genlist places limits on layout because it makes as

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 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 cut off at the very

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

Re: [E-devel] Edje resize issue

2010-10-07 Thread Cedric BAIL
On Thu, Oct 7, 2010 at 12:55 AM, Gustavo Sverzut Barbieri wrote: > On Wed, Oct 6, 2010 at 6:18 PM, Boris 'billiob' Faure > 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 .edj) >> http://amsn-project.net/~billi

Re: [E-devel] Edje resize issue

2010-10-07 Thread Atton Jonathan
2010/10/7 Gustavo Sverzut Barbieri > On Wed, Oct 6, 2010 at 6:18 PM, Boris 'billiob' Faure > 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) > > http://amsn-project.net/~billiob/e/