Re: [E-devel] More aggressive packing of Evas_Object

2008-05-18 Thread Gustavo Sverzut Barbieri
On Mon, May 19, 2008 at 12:10 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Thu, 1 May 2008 03:58:14 -0300 "Gustavo Sverzut Barbieri" > <[EMAIL PROTECTED]> babbled: > >> Hi guys, >> >> As you can see from CVS log, I did some repacking of Evas_Object and >> managed to save more

Re: [E-devel] [Announce] Gadman module

2008-05-18 Thread The Rasterman
On Mon, 19 May 2008 02:44:51 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled: > On Mon, May 19, 2008 at 1:33 AM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: > > On Sat, 19 Apr 2008 14:32:04 +0200 (CEST) Dave Andreoli > > <[EMAIL PROTECTED]> babbled: > > > > and finally

Re: [E-devel] [Announce] Gadman module

2008-05-18 Thread Gustavo Sverzut Barbieri
On Mon, May 19, 2008 at 1:33 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Sat, 19 Apr 2008 14:32:04 +0200 (CEST) Dave Andreoli > <[EMAIL PROTECTED]> babbled: > > and finally i added it to cvs :) yay! > btw - i dont' see any way to remove a gadget once u added it to "display

Re: [E-devel] [Announce] Gadman module

2008-05-18 Thread The Rasterman
On Sat, 19 Apr 2008 14:32:04 +0200 (CEST) Dave Andreoli <[EMAIL PROTECTED]> babbled: and finally i added it to cvs :) btw - i dont' see any way to remove a gadget once u added it to "display with win+g" binding... :( > Hi all > as someone of you know I'm working on a module to place gadgets on t

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

2008-05-18 Thread The Rasterman
On Mon, 14 Apr 2008 22:20:49 +0200 [EMAIL PROTECTED] (Lars Munch) babbled: in reality - whats you want is a fully programmable edje - ie everything can be created, destroyed and manipulated from embryo script. that is on a todo list for edje - but hasnt happened... yet :) > On Mon, Apr 14, 2008 a

Re: [E-devel] Evas_Object_Image data colorspace convert

2008-05-18 Thread The Rasterman
On Tue, 6 May 2008 18:03:43 -0300 "Andre Magalhaes" <[EMAIL PROTECTED]> babbled: in cvs :) > Hi again, > > I just tried and the patch didn't apply, so here is the update patch > against CVS HEAD > > BR > > -- > Andre Moreira Magalhaes (andrunko) > -

Re: [E-devel] Patch valgrind deprecated macro

2008-05-18 Thread The Rasterman
On Sun, 27 Apr 2008 14:18:24 +0200 Charles Clément <[EMAIL PROTECTED]> babbled: hooray! new macros. ok - i did it in a more robust way - but adapted to new macros if they exist :) > Hello, > > When compiling ecore on a system that has valgrind installed it failed > because of a deprecated macro

Re: [E-devel] Missing mouse up event, when opening a pointer grabbing window

2008-05-18 Thread The Rasterman
On Fri, 25 Apr 2008 20:26:37 +0200 Peter Wehrfritz <[EMAIL PROTECTED]> babbled: it should work now in cvs :) > When you open a pointer grabbing window during the evas mouse down > callback, evas doesn't get the mouse up event feeded and turns to be > unusable, because every mouse actions are bl

Re: [E-devel] cleanup of the autotools stuff

2008-05-18 Thread The Rasterman
On Sun, 11 May 2008 09:45:15 +0200 (CEST) Vincent Torri <[EMAIL PROTECTED]> babbled: go for it i say! :) > Hey, > > I've cleaned a bit the autotools stuff: > > * use correct way to remove the check of g++ and g77 from libtool > * use correct way to deal with PACKAGE_DATA_DIR and PACKAGE_LIB

Re: [E-devel] More aggressive packing of Evas_Object

2008-05-18 Thread The Rasterman
On Thu, 1 May 2008 03:58:14 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled: > Hi guys, > > As you can see from CVS log, I did some repacking of Evas_Object and > managed to save more than 80 bytes, almost 1/3 of it is gone. > > While some aggressive packing went in, like "layer" nu

Re: [E-devel] Shared Strings

2008-05-18 Thread The Rasterman
On Fri, 09 May 2008 19:21:43 +0200 Peter Wehrfritz <[EMAIL PROTECTED]> babbled: > The (only) one alloc is most probably the reason why has better results > for adds and removes then the ecore counter-parts. It's probably > possible somehow to improve the situation for ecore_hash, but it'd make

Re: [E-devel] E CVS: libs/efreet cedric

2008-05-18 Thread The Rasterman
On Tue, 6 May 2008 14:03:03 -0500 "Nathan Ingersoll" <[EMAIL PROTECTED]> babbled: we still use fwrite for writing to the eet file - buffering is good in f* funcs - but yes, in theory read() for that example would work. > In case you missed my question on IRC... > > On Tue, May 6, 2008 at 10:56 A

Re: [E-devel] patch for embryo functions

2008-05-18 Thread The Rasterman
On Tue, 13 May 2008 19:19:44 -0300 "Rafael Antognolli" <[EMAIL PROTECTED]> babbled: in cvs :) thanks! > Hi, I was creating a theme with edje and missed some functions to > resize a dragable part with embryo inside the .edc > > Looking at the code of edje I verified that these functions were > al

Re: [E-devel] Line + width support.

2008-05-18 Thread The Rasterman
On Tue, 13 May 2008 17:20:27 -0300 "Diego Bitencourt Contezini" <[EMAIL PROTECTED]> babbled: any reason you didnt just use polygons? :) > Hello all. > Working with evas+Lines in python, is fast. But if you need a line with more > then one pixel of width, it gets very slow (in dispositives like N8

Re: [E-devel] GSoC Project: EFM thoughts

2008-05-18 Thread The Rasterman
On Sat, 17 May 2008 02:34:25 +0400 Fedor Gusev <[EMAIL PROTECTED]> babbled: > Hello. > > I'm a Google Summer of Code student working on improving EFM and I > would like to share some thoughts, which my mentor (Nick Hughart) and > I have been discussing. > > The thoughts are focused on dealing wi

Re: [E-devel] Clipped Smart Object draft

2008-05-18 Thread Gustavo Sverzut Barbieri
Anyone else looked at this? May I add the clipped smart object (no layout stuff!) to evas? I can add some docs and even change basic smart object to refer to this one for simple implementations. On Mon, Mar 24, 2008 at 9:12 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > http://staff.get

[E-devel] Nightly build log for E17 on 2008-05-18 07:09:59 -0700

2008-05-18 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-05-18 07:09:59 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: enna http://download.enlightenment.org/tests/logs/enna.log epdf http://download.enlightenment.org/tests/logs/epdf.log evolve h