Re: [E-devel] ecore : inotify.h not found

2007-03-29 Thread Jochen Schroeder
Antonio Palladini wrote: > Hello list, > > if i try to compile ecore, i get the following error : > > ecore_file_monitor_inotify.c:17:25: error: sys/inotify.h: No such file > or directory > > configure says : > > checking whether ecore_file module is to be built... yes > checking whether in

Re: [E-devel] [PATCH] Cutout

2007-03-29 Thread Tilman Sauerbeck
Cedric BAIL [2007-03-29 17:58]: > Another little patch that potentially break every thing and need > review. To > make the story short, when you have a lot of image on the screen with many > cliping, you are creating and destroying many time Cutout_Rect object. So I > changed the code to

Re: [E-devel] [PATCH] Cutout

2007-03-29 Thread Cedric BAIL
On Thursday 29 March 2007 17:58:58 Cedric BAIL wrote: > Another little patch that potentially break every thing and need review. > To make the story short, when you have a lot of image on the screen with > many cliping, you are creating and destroying many time Cutout_Rect object. > So I chan

[E-devel] [PATCH] Cutout

2007-03-29 Thread Cedric BAIL
Hi, Another little patch that potentially break every thing and need review. To make the story short, when you have a lot of image on the screen with many cliping, you are creating and destroying many time Cutout_Rect object. So I changed the code to do less allocation/destruction. It

[E-devel] m4 macro for the detection of ecore's modules

2007-03-29 Thread Vincent Torri
Hey, I've written an m4 macro that checks if an ecore module should be built. I've attached the macro and a patch for configure.in. The only "problem" I see is that I have to check for the dependancy before knowing if the user wants to disable the module. is it worth to commit that stuff ?

Re: [E-devel] Theme selection for user applications and themes

2007-03-29 Thread Nathan Ingersoll
On 3/29/07, Andreas Volz <[EMAIL PROTECTED]> wrote: > > Maybe it's possible to merge multible edc files (E17, EWL, ETK) into one > big edj file. So I could create my theme for various apps, modules and > toolkit. But the users doesn't see this. It's only one big theme for > all together. Yes this

Re: [E-devel] [RFC] SDL Engine

2007-03-29 Thread Cedric BAIL
On Wednesday 21 March 2007 16:58:15 Cedric BAIL wrote: > - evas_cache_image.diff: Add a global cache for image mechanism. > I hope it could be shared with other engine and reduce their code > complexity. This cache works more like the one from FreeType, you request > image/operation from the

Re: [E-devel] Theme selection for user applications and themes

2007-03-29 Thread Andreas Volz
Am Thu, 29 Mar 2007 09:02:48 -0400 schrieb William Keaney: > On 3/29/07, Andreas Volz <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > there're many applications and themes which provide their own edj > > file as theming. If I like to install a new theme I need to read > > the README where to put

Re: [E-devel] [PATCH] swallowed objects events

2007-03-29 Thread Gustavo Sverzut Barbieri
On 3/28/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: Current edje just ignore events connected to a swallowed part from inside edje and also doesn't set evas_object_pass_events_set() if "mouse_events: 0". I think it's not the correct behavior since you cannot do edje programs to act o

Re: [E-devel] [PATCH] edje_extern_object_*() sets swallow_params and trigger recalc

2007-03-29 Thread Gustavo Sverzut Barbieri
On 3/29/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: Re-sending the patch. For some weird reason they weren't sent, although my Gmail says so :-( 3rd time, seems that Gmail understands .patch as octet-stream. This time is .diff and text/plain. -- Gustavo Sverzut Barbieri ---

Re: [E-devel] [PATCH] edje_extern_object_*() sets swallow_params and trigger recalc

2007-03-29 Thread Gustavo Sverzut Barbieri
On 3/28/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: This patch marks swallowed objects and when edje_extern_object_*() functions are called on these objects, swallow_params are set and _edje_recalc() is called. This patch was originally written by rephorm, but had small bugs, which I

[E-devel] Theme selection for user applications and themes

2007-03-29 Thread Andreas Volz
Hello, there're many applications and themes which provide their own edj file as theming. If I like to install a new theme I need to read the README where to put the user edj file and how to name it. I think a theme selector build in every single application is also not very smart. So why not chan

Re: [E-devel] bug in evas

2007-03-29 Thread [EMAIL PROTECTED]
Ok, the attached patch "should fix" the poly obj moving issue, please do test and let me know if it works as desired (it may not!) -- we're assuming everyone agrees that moving a poly obj should move the polygon. Again, this still leaves the resizing issue undealt with til we can agree on

[E-devel] ecore : inotify.h not found

2007-03-29 Thread Antonio Palladini
Hello list, if i try to compile ecore, i get the following error : ecore_file_monitor_inotify.c:17:25: error: sys/inotify.h: No such file or directory configure says : checking whether ecore_file module is to be built... yes checking whether inotify is to be used for filemonitoring... yes

Re: [E-devel] More changes to Ecore_Fb

2007-03-29 Thread Jorge Luis Zapata Muga
On 3/28/07, Cedric BAIL <[EMAIL PROTECTED]> wrote: > On Tuesday 27 March 2007 14:39:12 Jorge Luis Zapata Muga wrote: > > Hi all, i have coded several things to ecore_fb, but before doing a > > commit i prefer your opinion or whishlist =) > > > 1. Modules for input devices. Instead of having the inp