Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore

2010-07-20 Thread Vincent Torri
On Tue, 20 Jul 2010, Enlightenment SVN wrote: Log: some variable renames to make this easier to understand Author: discomfitor Date: 2010-07-20 02:40:53 -0700 (Tue, 20 Jul 2010) New Revision: 50376 Modified: trunk/ecore/src/lib/ecore/ecore_thread.c Modified:

Re: [E-devel] usage of void *event_info in Elm GenList example

2010-07-20 Thread Andreas Volz
Am Mon, 12 Jul 2010 21:57:35 +0200 schrieb Andreas Volz: No reason? Or does simply no one know? Should I fix it to use the data pointer? regards Andreas Hello, while porting the Elm GenList to C++ I found this code in test_genlist.c: static void gl4_exp(void *data, Evas_Object

Re: [E-devel] usage of void *event_info in Elm GenList example

2010-07-20 Thread Sachiel
On Tue, Jul 20, 2010 at 2:35 PM, Andreas Volz li...@brachttal.net wrote: Am Mon, 12 Jul 2010 21:57:35 +0200 schrieb Andreas Volz: No reason? Or does simply no one know? Should I fix it to use the data pointer? No, it should not use the data pointer. The data pointer is for user specific data

[E-devel] [PATCH][Elementary] Patches for elm_thumb.

2010-07-20 Thread Rafael Fonseca
Attached there are 3 patches for elm_thumb. If they are all ok, can someone apply them, please? B.R. -- Rafael Fonseca ProFUSION embedded systems http://www.profusion.mobi From 75ebce735e6458f618c1e18b8ec80adb41e32158 Mon Sep 17 00:00:00 2001 From: Rafael Fonseca rfons...@profusion.mobi Date:

Re: [E-devel] E SVN: watchwolf trunk/TMP/st/elementary/src/lib

2010-07-20 Thread Gustavo Sverzut Barbieri
On Tue, Jul 20, 2010 at 3:04 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  els_icon: preload the image Author:       watchwolf Date:         2010-07-20 11:04:37 -0700 (Tue, 20 Jul 2010) New Revision: 50384 Modified:  trunk/TMP/st/elementary/src/lib/els_icon.c Modified:

Re: [E-devel] [PATCH][Elementary] Patches for elm_thumb.

2010-07-20 Thread Luis Felipe Strano Moraes
Applied on svn already, thanks :) --lf On Tue, Jul 20, 2010 at 2:53 PM, Rafael Fonseca rfons...@profusion.mobi wrote: Attached there are 3 patches for elm_thumb. If they are all ok, can someone apply them, please? B.R. -- Rafael Fonseca ProFUSION embedded systems

Re: [E-devel] E SVN: watchwolf trunk/TMP/st/elementary/src/lib

2010-07-20 Thread Atton Jonathan
oh, in my test I have seen a change. but ok I will do a new patch :) 2010/7/20 Gustavo Sverzut Barbieri barbi...@profusion.mobi On Tue, Jul 20, 2010 at 3:04 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: els_icon: preload the image Author: watchwolf Date:

Re: [E-devel] usage of void *event_info in Elm GenList example

2010-07-20 Thread Andreas Volz
Am Tue, 20 Jul 2010 14:46:16 -0300 schrieb Iván Briano (Sachiel): On Tue, Jul 20, 2010 at 2:35 PM, Andreas Volz li...@brachttal.net wrote: Am Mon, 12 Jul 2010 21:57:35 +0200 schrieb Andreas Volz: No reason? Or does simply no one know? Should I fix it to use the data pointer? No, it

Re: [E-devel] usage of void *event_info in Elm GenList example

2010-07-20 Thread Sachiel
On Tue, Jul 20, 2010 at 4:39 PM, Andreas Volz li...@brachttal.net wrote: Am Tue, 20 Jul 2010 14:46:16 -0300 schrieb Iván Briano (Sachiel): On Tue, Jul 20, 2010 at 2:35 PM, Andreas Volz li...@brachttal.net wrote: Am Mon, 12 Jul 2010 21:57:35 +0200 schrieb Andreas Volz: No reason? Or does

[E-devel] [PATCH] Remove aspect from elm_thumb external too.

2010-07-20 Thread Rafael Fonseca
Ooops, forgot about edje_external in the previous patch. Can someone apply this for me? Thanks. B.R -- Rafael Fonseca ProFUSION embedded systems http://www.profusion.mobi From ede4e939820cf6c28d76e1c90b1c20b9b1195831 Mon Sep 17 00:00:00 2001 From: Rafael Fonseca rfons...@profusion.mobi Date:

Re: [E-devel] [PATCH] Remove aspect from elm_thumb external too.

2010-07-20 Thread Bruno Dilly
I've applied this patch to fix edje_external, but I didn't review the commit breaking the api yet. Thanks On Tue, Jul 20, 2010 at 6:14 PM, Rafael Fonseca rfons...@profusion.mobi wrote: Ooops, forgot about edje_external in the previous patch. Can someone apply this for me? Thanks. B.R --

Re: [E-devel] E SVN: cedric trunk/evas/src/lib/engines/common

2010-07-20 Thread Brett Nash
On Tue, 20 Jul 2010 05:09:46 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: * evas: font config access is not thread safe at all. Don't forget to call FTLOCK/FTUNLOCK around each FT_* call. Author: cedric Date: 2010-07-20 05:09:46 -0700 (Tue, 20 Jul

[E-devel] efenniht theme

2010-07-20 Thread Nikolas Arend
Hello, I came across the 'efenniht' theme in the trunk/THEMES/ directory and really like it. I was just wondering if it will support menu icons at some point? Is it early work in progress (I noticed a few quirks)? If so, then they'll probably go away fairly soon, so I'll wait... Thanks,

Re: [E-devel] efenniht theme

2010-07-20 Thread Mike
The efenniht theme has been in progress for a bit, but it is still very much in development. Issues that currently exist will be and are currently being fixed. -- This SF.net email is sponsored by Sprint What will you do

Re: [E-devel] efenniht theme

2010-07-20 Thread Nikolas Arend
On 07/20/2010 10:30 PM, m...@zentific.com wrote: The efenniht theme has been in progress for a bit, but it is still very much in development. Issues that currently exist will be and are currently being fixed. I see, thanks. How about the menu icons? Cheers, Nick.

Re: [E-devel] efenniht theme

2010-07-20 Thread Rafael Fonseca
On 07/20/2010 11:32 PM, Nikolas Arend wrote: On 07/20/2010 10:30 PM, m...@zentific.com wrote: I see, thanks. How about the menu icons? I guess that was a design decision as stated in the efenniht's introductory email: The icons (shown next to the list) were removed due to their small size

Re: [E-devel] efenniht theme

2010-07-20 Thread Gustavo Sverzut Barbieri
On Tue, Jul 20, 2010 at 11:32 PM, Nikolas Arend nikolas.ar...@gmx.net wrote: On 07/20/2010 10:30 PM, m...@zentific.com wrote:  The efenniht theme has been in progress for a bit, but it is still  very much in development.  Issues that currently exist will be and  are currently being fixed.

Re: [E-devel] efenniht theme

2010-07-20 Thread Nikolas Arend
On 07/20/2010 10:50 PM, Gustavo Sverzut Barbieri wrote: On Tue, Jul 20, 2010 at 11:32 PM, Nikolas Arendnikolas.ar...@gmx.net wrote: On 07/20/2010 10:30 PM, m...@zentific.com wrote: The efenniht theme has been in progress for a bit, but it is still very much in development.

Re: [E-devel] efenniht theme

2010-07-20 Thread Tom Haste
If size is the issue, why not make the icons resize on mouse over? I get the feeling it needs an edje colour transform (doesnt exist) where you can set an icon to 0 saturation, then to normal saturation on mouse over. Toma On 21 July 2010 11:12, Nikolas Arend nikolas.ar...@gmx.net wrote:

Re: [E-devel] efenniht theme

2010-07-20 Thread Leif Middelschulte
There is saturation control in edje. Just put a clip on top and do a timer based r g b (de-)increment from 0 to 255 and vice versa with it. B R, Leif 2010/7/21 Tom Haste tomha...@gmail.com: If size is the issue, why not make the icons resize on mouse over? I get the feeling it needs an

Re: [E-devel] [PATCH] Remove aspect from elm_thumb external too.

2010-07-20 Thread Atton Jonathan
Why do you remove this ? 2010/7/20 Rafael Fonseca rfons...@profusion.mobi Ooops, forgot about edje_external in the previous patch. Can someone apply this for me? Thanks. B.R -- Rafael Fonseca ProFUSION embedded systems http://www.profusion.mobi