Re: [E-devel] Tiling module for e17

2008-04-13 Thread Michael Stapelberg
Hi Dave, * [13.04.08 03:37]: > Hi, really a good module !! good work > This version works well on my machine, also my xterm problem seem solved :) Thanks, good to hear :-). > You should add an > X-Enlightenment-ModuleType=system > line to the module.desktop.in file to make the module appear in th

[E-devel] [PATCH] updated: three new edje embryo functions

2008-04-13 Thread Lars Munch
Hi Attached patch adds three new functions to edje/embryo, namely part_raise, part_lower and get_mouse_buttons. The patch has been updated to apply cleanly against latest cvs. Regrads Lars Munch Index: data/include/edje.inc === RCS

[E-devel] R: Re: Tiling module for e17

2008-04-13 Thread Dave Andreoli
- "Michael Stapelberg" <[EMAIL PROTECTED]> ha scritto: > Hi Dave, > > * [13.04.08 03:37]: > > Hi, really a good module !! good work > > This version works well on my machine, also my xterm problem seem > solved :) > Thanks, good to hear :-). > > > You should add an > > X-Enlightenment-Modul

Re: [E-devel] Tiling module for e17

2008-04-13 Thread Michael Stapelberg
Hi Dave, * [13.04.08 14:51]: > Something is impossible to integrate, like trayer (as we need a better > tray spec), and something (like itask) don't make sense in a shelf. I see. > This could be an intresting solution, it will work for trayer, but > probably not for itask. Because itask use a tra

[E-devel] R: Re: Tiling module for e17

2008-04-13 Thread Dave Andreoli
- "Michael Stapelberg" <[EMAIL PROTECTED]> ha scritto: > Hi Dave, > > * [13.04.08 14:51]: > > Something is impossible to integrate, like trayer (as we need a > better > > tray spec), and something (like itask) don't make sense in a shelf. > I see. > > > This could be an intresting solution,

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

2008-04-13 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-04-13 07:09:08 -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] Tiling module for e17

2008-04-13 Thread Michael Stapelberg
Hi Dave, * [13.04.08 16:21]: > The problem is that the itask window is really big (it take pratically > half of your screen), also if the bar is really small. Hm, does this change if you disable maginification of the icons? Or is this a bug of itask? > Just the borders, not generic areas. > You c

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

2008-04-13 Thread Gustavo Sverzut Barbieri
On Sun, Apr 13, 2008 at 3:58 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: >Gustavo wrote: > >> PS. > >> I'd just set a 4x4 proj transf (you can get some funky curved > >> stuff that way) and have utility functions for generating such in > >> various ways (eg. for obtaining one from

Re: [E-devel] [PATCH] updated: three new edje embryo functions

2008-04-13 Thread Gustavo Sverzut Barbieri
On Sun, Apr 13, 2008 at 7:17 AM, Lars Munch <[EMAIL PROTECTED]> wrote: > Hi > > Attached patch adds three new functions to edje/embryo, namely > part_raise, part_lower and get_mouse_buttons. I'd separate get_mouse_buttons() from the others. First of all, they have nothing to do, second part_*()

Re: [E-devel] Tiling module for e17

2008-04-13 Thread Gustavo Sverzut Barbieri
On Sun, Apr 13, 2008 at 11:50 AM, Michael Stapelberg <[EMAIL PROTECTED]> wrote: > Hi Dave, > > * [13.04.08 16:21]: > > The problem is that the itask window is really big (it take pratically > > half of your screen), also if the bar is really small. > Hm, does this change if you disable maginifi

Re: [E-devel] Tiling module for e17

2008-04-13 Thread Michael Stapelberg
Hi Gustavo, * [13.04.08 18:22]: > AFAIR it is smaller, but that doesn't matter much, as the point of > using it is to do magnification :-) Ah, so can we just push it in the edge of those fancy graphic stuff noone needs, especially not when using tiling? ;-) > Also, since I read people wanting thi

Re: [E-devel] [RFC] Caching the result of evas_render_phase1_object_process

2008-04-13 Thread Cedric BAIL
On Fri, Apr 11, 2008 at 8:56 PM, Cedric BAIL <[EMAIL PROTECTED]> wrote: >Some of you already know, I am working on improving the speed of > evas_render_phase1_object_process. The idea is that the list of > active_object, and object to render will change much between to call > to evas_render.

Re: [E-devel] [RFC] Async events API

2008-04-13 Thread Gustavo Sverzut Barbieri
On Sat, Apr 12, 2008 at 2:37 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > no need to make it blocking :) look at ecore_con - hell look at emotion. it's Well, I looked at emotion and damn, it's wrong! :-P Ok, it will work for most of the cases where you are within the buffer si

Re: [E-devel] [PATCH] updated: three new edje embryo functions

2008-04-13 Thread Lars Munch
On Sun, Apr 13, 2008 at 01:03:35PM -0300, Gustavo Sverzut Barbieri wrote: > On Sun, Apr 13, 2008 at 7:17 AM, Lars Munch <[EMAIL PROTECTED]> wrote: > > Hi > > > > Attached patch adds three new functions to edje/embryo, namely > > part_raise, part_lower and get_mouse_buttons. > > I'd separate get_

Re: [E-devel] [RFC] Caching the result of evas_render_phase1_object_process

2008-04-13 Thread Gustavo Sverzut Barbieri
On Sun, Apr 13, 2008 at 1:33 PM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > On Fri, Apr 11, 2008 at 8:56 PM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > > > >Some of you already know, I am working on improving the speed of > > evas_render_phase1_object_process. The idea is that the list of > > a

Re: [E-devel] [PATCH] updated: three new edje embryo functions

2008-04-13 Thread Gustavo Sverzut Barbieri
On Sun, Apr 13, 2008 at 2:47 PM, Lars Munch <[EMAIL PROTECTED]> wrote: > On Sun, Apr 13, 2008 at 01:03:35PM -0300, Gustavo Sverzut Barbieri wrote: > > 2) part_*() does not operate on the given part_id: > > > > +static Embryo_Cell > > +_edje_embryo_fn_part_raise(Embryo_Program *ep, Embryo_Cel

Re: [E-devel] [PATCH] updated: three new edje embryo functions

2008-04-13 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb: > Maybe it will not impact things. The problem with these calls is that > they would collide with Edje internal states, getting these > inconsistent. But since Edje does not handle any layer/stack-related > information in their states, maybe this is no problem, in

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

2008-04-13 Thread Jose Gonzalez
Gustavo wrote: >> >- 4x4 proj transf => good, one idea that we were considering. >> > >> >> That's very nice for "we". :) >> > > you mean because of me? Or because of others? At least raster, if you > ask him, he have tons of ideas on how to do things, he have considered > almo