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

2010-06-25 Thread Tom Haste
I do agree with this. From a design POV, its kind of pointless when edje does such a good job stretching images anyway. Toma On 26 June 2010 11:02, Gustavo Sverzut Barbieri wrote: > Die, die, die lovely. I'm one that hate it and find mostly useless > other than demos or geek show offs. If you

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

2010-06-25 Thread Gustavo Sverzut Barbieri
Listen and unlisten are quite bad. Keep Edje name compat as did for emit. I know it may be used differently, but even them signal_callback_add is good On Friday, June 25, 2010, Enlightenment SVN wrote: > Log: >  Implement elm_object_signal_listen and unlisten > >  elm_object_signal_listen add c

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

2010-06-25 Thread Gustavo Sverzut Barbieri
Die, die, die lovely. I'm one that hate it and find mostly useless other than demos or geek show offs. If you ask a GUI designer he will probably come with a modified gradient and not a simple radial/linear one with multiple steps and probably layers... At the end it turns to be so slow that must b

Re: [E-devel] E SVN: cedric trunk/e/src/modules/pager

2010-06-25 Thread Christopher Michael
Can we put __UNUSED__ After the variables ? You know, like the rest of E code does ?? dh On 06/25/2010 04:57 AM, Enlightenment SVN wrote: > Log: > * e: cleanup pager code. > > Author: cedric > Date: 2010-06-25 01:57:32 -0700 (Fri, 25 Jun 2010) > New Revision: 49855 > > Modifi

Re: [E-devel] Using Editje in real life

2010-06-25 Thread Gustavo Lima Chaves
* Nicolas Aguirre [2010-06-25 15:29:16 +0200]: > Hi folks, Hi, Nicolas. > > Editje is more and more mature, and I try to use it for designing Enna's > theme. > But I encounter some difficulties. Good :) The difficulties are expected, indeed, there are many things to fine tune/evolve yet ther

Re: [E-devel] Cross Compilation Issues with edje and efreet

2010-06-25 Thread Cedric BAIL
On Fri, Jun 25, 2010 at 6:56 PM, Neil Jones wrote: > On Fri, Jun 25, 2010 at 5:31 PM, Cedric BAIL wrote: >> On Fri, Jun 25, 2010 at 6:12 PM, Neil Jones wrote: >>> On Fri, Jun 25, 2010 at 5:03 PM, Cedric BAIL wrote: On Fri, Jun 25, 2010 at 5:46 PM, Neil Jones wrote: > Hi im trying to C

Re: [E-devel] Cross Compilation Issues with edje and efreet

2010-06-25 Thread Cedric BAIL
On Fri, Jun 25, 2010 at 6:56 PM, Neil Jones wrote: > On Fri, Jun 25, 2010 at 5:31 PM, Cedric BAIL wrote: >> On Fri, Jun 25, 2010 at 6:12 PM, Neil Jones wrote: >>> On Fri, Jun 25, 2010 at 5:03 PM, Cedric BAIL wrote: On Fri, Jun 25, 2010 at 5:46 PM, Neil Jones wrote: > Hi im trying to C

Re: [E-devel] Cross Compilation Issues with edje and efreet

2010-06-25 Thread Neil Jones
On Fri, Jun 25, 2010 at 5:31 PM, Cedric BAIL wrote: > On Fri, Jun 25, 2010 at 6:12 PM, Neil Jones wrote: >> On Fri, Jun 25, 2010 at 5:03 PM, Cedric BAIL wrote: >>> On Fri, Jun 25, 2010 at 5:46 PM, Neil Jones wrote: Hi im trying to Cross-Compile EFL libs (Latest snapshot - 49539) using

Re: [E-devel] Cross Compilation Issues with edje and efreet

2010-06-25 Thread Cedric BAIL
On Fri, Jun 25, 2010 at 6:12 PM, Neil Jones wrote: > On Fri, Jun 25, 2010 at 5:03 PM, Cedric BAIL wrote: >> On Fri, Jun 25, 2010 at 5:46 PM, Neil Jones wrote: >>> Hi im trying to Cross-Compile EFL libs (Latest snapshot - 49539) using >>> BuildRoot, but im having problems with EDJE and EFREET >>>

Re: [E-devel] Cross Compilation Issues with edje and efreet

2010-06-25 Thread Neil Jones
On Fri, Jun 25, 2010 at 5:03 PM, Cedric BAIL wrote: > On Fri, Jun 25, 2010 at 5:46 PM, Neil Jones wrote: >> Hi im trying to Cross-Compile EFL libs (Latest snapshot - 49539) using >> BuildRoot, but im having problems with EDJE and EFREET >> >> EDJE cannot find LUA, I have LUA 5.1.4 installed (with

Re: [E-devel] Cross Compilation Issues with edje and efreet

2010-06-25 Thread Vincent Torri
On Fri, 25 Jun 2010, Neil Jones wrote: > Hi im trying to Cross-Compile EFL libs (Latest snapshot - 49539) using > BuildRoot, but im having problems with EDJE and EFREET > > EDJE cannot find LUA, I have LUA 5.1.4 installed (within buidroot for > the target). > > im no expert on autotools but it f

Re: [E-devel] Cross Compilation Issues with edje and efreet

2010-06-25 Thread Cedric BAIL
On Fri, Jun 25, 2010 at 5:46 PM, Neil Jones wrote: > Hi im trying to Cross-Compile EFL libs (Latest snapshot - 49539) using > BuildRoot, but im having problems with EDJE and EFREET > > EDJE cannot find LUA, I have LUA 5.1.4 installed (within buidroot for > the target). > > im no expert on autotool

[E-devel] Cross Compilation Issues with edje and efreet

2010-06-25 Thread Neil Jones
Hi im trying to Cross-Compile EFL libs (Latest snapshot - 49539) using BuildRoot, but im having problems with EDJE and EFREET EDJE cannot find LUA, I have LUA 5.1.4 installed (within buidroot for the target). im no expert on autotools but it feels like its looking for LUA on my build host (where

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

2010-06-25 Thread Tom Haste
This will make my Edjy theme obsolete :( It uses gradients quite extensively... Toma On 25 June 2010 19:56, 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 intend

[E-devel] Using Editje in real life

2010-06-25 Thread Nicolas Aguirre
Hi folks, Editje is more and more mature, and I try to use it for designing Enna's theme. But I encounter some difficulties. The first one is object placement. When you drag an object it's only based on offset. It could be better to have a mode in which the placement is relative to other objects.

[E-devel] [RFC] Removing gradient

2010-06-25 Thread Cedric BAIL
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. But it never received enought attention, that's why Edje still use