[E-devel] checking a part's type?

2008-04-16 Thread andres
Hey, I want to check if a given part's type is SWALLOW before using it to swallow an object. I couldn't find a way to do it without using Edje_Edit.h. Sice this is for the Edje book I wouldn't want to encourage Edje_Edit for regular application development. Or is promoting the usage of Edje_E

[E-devel] Nightly build log for E17 on 2008-04-16 07:09:19 -0700

2008-04-16 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-04-16 07:09:19 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log engage http://download.enlightenment.org/tests/logs/engage.l

Re: [E-devel] Imlib2 patch

2008-04-16 Thread Kim Woelders
Dariusz Knociński wrote: > Hi All, > I wrote new version of some procedures in Imlib2 library and attached patches > for that > mail. > > In file color-helpres procedures : > > void __imlib_rgb_to_hsv( int r, int g, int b, float *h, float *s, float *v ); > void __imlib_hsv_to_rgb( float h, flo

Re: [E-devel] Evas transforms/filters/etc.

2008-04-16 Thread Jose Gonzalez
Carsten wrote: >> Anyway... Since you're still thinking about all this, and >> since this has already been discussed at bossa, I'll drop the issue. >> > > there is always room for input and discussion. until someone actually knuckles > down and starts doing this, discussion is good a

[E-devel] R: I made a plain Edje viewer

2008-04-16 Thread Dave Andreoli
I got this error on make: [EMAIL PROTECTED]:~/e/plain_edje_viewer$ make edje_cc -fd data/themes/fonts -id data/themes/default_images data/themes/default.edc build/default.edj mkdir -p ./build gcc -W -Wall -Werror -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W

[E-devel] R: checking a part's type?

2008-04-16 Thread Dave Andreoli
- "andres" <[EMAIL PROTECTED]> ha scritto: > Hey, I want to check if a given part's type is SWALLOW before using it > to swallow an object. Why you need to do this check? edje_object_part_swallow do it for you ;) > > I couldn't find a way to do it without using Edje_Edit.h. Sice this is >

Re: [E-devel] R: checking a part's type?

2008-04-16 Thread andres
El Wednesday 16 April 2008 18:05:40 Dave Andreoli escribió: > - "andres" <[EMAIL PROTECTED]> ha scritto: > > Hey, I want to check if a given part's type is SWALLOW before using it > > to swallow an object. > > Why you need to do this check? edje_object_part_swallow do it for you ;) > Edje's swa

[E-devel] ewl build error for fb

2008-04-16 Thread Manfred Gruber
hi ! here is a small patch for compiling ewl for fb, evas-fb is the package to search for, not evas-framebuffer Index: ewl/configure.in === --- ewl/configure.in +++ ewl/configure.in @@ -195,7 +195,7 @@ PKG_CHECK_MODULES(ECORE_FB

Re: [E-devel] Imlib2 patch

2008-04-16 Thread Jose Gonzalez
Dariusz Knociński wrote: > Patch: > diff -u -p -r imlib2-1.4.1.000.old/src/lib/color_helpers.c > imlib2-1.4.1.000.new/src/lib/color_helpers.c > --- imlib2-1.4.1.000.old/src/lib/color_helpers.c 2007-05-21 > 00:58:01.0 +0200 > +++ imlib2-1.4.1.000.new/src/lib/color_helpers.c 2008-

Re: [E-devel] Evas transforms/filters/etc.

2008-04-16 Thread Gustavo Sverzut Barbieri
Sorry for not much time to reply to this in depth, probably raster will do it, by my point goes for the last statement: On Wed, Apr 16, 2008 at 3:45 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > PS. > Some here would like to have ultimately flexible 'filters' > defined via some cpu&gpu

Re: [E-devel] ewl build error for fb

2008-04-16 Thread Vincent Torri
Hey, fixed in cvs (with a small modification). Thanks Vincent On Thu, 17 Apr 2008, Manfred Gruber wrote: hi ! here is a small patch for compiling ewl for fb, evas-fb is the package to search for, not evas-framebuffer Index: ewl/configure.in