Re: [E-devel] [Edje] fit the size of an object to his text

2008-09-09 Thread Atton Jonathan
wouha it works ! ty :) 2008/9/8 Gustavo Sverzut Barbieri [EMAIL PROTECTED] On Mon, Sep 8, 2008 at 3:39 PM, Atton Jonathan [EMAIL PROTECTED] wrote: hello, Currently with edje we can fit the text in his evas_object but we can't fit the object size to the text - we can't display a border

[E-devel] Fwd: [Edje] rel2 relative to 2 parts

2008-09-09 Thread Atton Jonathan
-- Forwarded message -- From: Atton Jonathan [EMAIL PROTECTED] Date: 2008/9/9 Subject: [Edje] rel2 relative to 2 parts To: [EMAIL PROTECTED] hey, I need to do something like: part1{} part2{} part3 { rel1 { relative 0.0 0.0; to: part1; } rel2

Re: [E-devel] Fwd: [Edje] rel2 relative to 2 parts

2008-09-09 Thread Nicolas Aguirre
2008/9/9 Atton Jonathan [EMAIL PROTECTED] -- Forwarded message -- From: Atton Jonathan [EMAIL PROTECTED] Date: 2008/9/9 Subject: [Edje] rel2 relative to 2 parts To: [EMAIL PROTECTED] hey, I need to do something like: part1{} part2{} part3 { rel1 {

Re: [E-devel] E SVN: toma trunk/THEMES/b_and_w

2008-09-09 Thread Dave Andreoli
- [EMAIL PROTECTED] ha scritto: Author: toma Date: 2008-09-09 07:12:31 -0700 (Tue, 09 Sep 2008) New Revision: 35894 Modified: trunk/THEMES/b_and_w/theme.edc Log: ibar and ibox sort of in. requires gadman stuff to complete. also going in, is a repeat_events to

Re: [E-devel] E SVN: toma trunk/THEMES/b_and_w

2008-09-09 Thread Toma
2008/9/9 Dave Andreoli [EMAIL PROTECTED]: - [EMAIL PROTECTED] ha scritto: Author: toma Date: 2008-09-09 07:12:31 -0700 (Tue, 09 Sep 2008) New Revision: 35894 Modified: trunk/THEMES/b_and_w/theme.edc Log: ibar and ibox sort of in. requires gadman stuff to complete.

Re: [E-devel] [E-Trac] #22: problem with emotion_object_position_set

2008-09-09 Thread Rafael Antognolli
On Tue, Sep 9, 2008 at 5:55 AM, E-Trac [EMAIL PROTECTED] wrote: #22: problem with emotion_object_position_set +--- Reporter: antognolli |Owner: vtorri Type: Bug | Status: closed Priority:

[E-devel] Bug in edje programs using mouse events and scripts

2008-09-09 Thread thomasg
Hi list, I just wrote some program parts in edje which contain scripts and react to mouse events. Then I experienced some problems when using this combination with mouse events that are _not_ mouse,down,*. Every time a program is executed that contains a script and reacts on mouse,in; mouse,out

Re: [E-devel] Bug in edje programs using mouse events and scripts

2008-09-09 Thread Gustavo Sverzut Barbieri
On Tue, Sep 9, 2008 at 6:19 PM, thomasg [EMAIL PROTECTED] wrote: Hi list, I just wrote some program parts in edje which contain scripts and react to mouse events. Then I experienced some problems when using this combination with mouse events that are _not_ mouse,down,*. Every time a program

[E-devel] Evas DirectFB engine

2008-09-09 Thread Gustavo Sverzut Barbieri
Hi guys, ProFUSION just finished the DirectFB (http://directfb.org/) engine to a point where it's usable. Thanks to Denis Oliver Kropp for review and patches. Please do your testing and report problems. You might be interested to uncomment some defines in evas_engine.c or use CFLAGS=-DXXX,

Re: [E-devel] Bug in edje programs using mouse events and scripts

2008-09-09 Thread Gustavo Sverzut Barbieri
On Tue, Sep 9, 2008 at 6:24 PM, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: On Tue, Sep 9, 2008 at 6:19 PM, thomasg [EMAIL PROTECTED] wrote: Hi list, I just wrote some program parts in edje which contain scripts and react to mouse events. Then I experienced some problems when using

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

2008-09-09 Thread Gustavo Sverzut Barbieri
On Tue, Sep 9, 2008 at 8:41 PM, [EMAIL PROTECTED] wrote: Author: barbieri Date: 2008-09-09 16:41:42 -0700 (Tue, 09 Sep 2008) New Revision: 35908 Modified: trunk/edje/src/lib/edje_calc.c trunk/edje/src/lib/edje_private.h trunk/edje/src/lib/edje_smart.c

Re: [E-devel] Bug in edje programs using mouse events and scripts

2008-09-09 Thread Gustavo Sverzut Barbieri
On Tue, Sep 9, 2008 at 8:02 PM, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: On Tue, Sep 9, 2008 at 6:24 PM, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: On Tue, Sep 9, 2008 at 6:19 PM, thomasg [EMAIL PROTECTED] wrote: Hi list, I just wrote some program parts in edje which contain

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

2008-09-09 Thread Gustavo Sverzut Barbieri
On Tue, Sep 9, 2008 at 9:14 PM, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: On Tue, Sep 9, 2008 at 8:41 PM, [EMAIL PROTECTED] wrote: Author: barbieri Date: 2008-09-09 16:41:42 -0700 (Tue, 09 Sep 2008) New Revision: 35908 Modified: trunk/edje/src/lib/edje_calc.c

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

2008-09-09 Thread thomasg
Preferred patch looks good, fixes my problems. On Wed, Sep 10, 2008 at 2:34 AM, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: On Tue, Sep 9, 2008 at 9:14 PM, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: On Tue, Sep 9, 2008 at 8:41 PM, [EMAIL PROTECTED] wrote: Author: