Re: [E-devel] Evas Object Size Hints

2008-03-24 Thread Jose Gonzalez
Carsten wrote: > > > > > > edje_extern_object_min_size_set() > > > edje_extern_object_max_size_set() > > > edje_extern_object_aspect_set() > > > > > > these attach hints via a generic data + string key attaching > > > mechanism so edje can pick them up when swallowing. of course > > > form

Re: [E-devel] Evas Object Size Hints

2008-03-24 Thread Jose Gonzalez
Gustavo wrote: > anyone really looked at the patch? It says it all :-) > > I saw the patch. But it refers to size 'hints', and still leaves open the question of obtaining an object's min/max size. - This SF.net email

Re: [E-devel] Evas Object Size Hints

2008-03-24 Thread Jose Gonzalez
I wrote: > Gustavo wrote: > >> anyone really looked at the patch? It says it all :-) >> >> >> > I saw the patch. But it refers to size 'hints', and still leaves open > the question of obtaining an object's min/max size. > > Let me be a bit more precise here: 1) Is it desi

Re: [E-devel] Evas Object Size Hints

2008-03-24 Thread Gustavo Sverzut Barbieri
On Mon, Mar 24, 2008 at 6:41 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > I wrote: > > Gustavo wrote: > > > >> anyone really looked at the patch? It says it all :-) > >> > >> > >> > > I saw the patch. But it refers to size 'hints', and still leaves open > > the question of obtaining

[E-devel] Nightly build log for E17 on 2008-03-24 07:09:25 -0700

2008-03-24 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-03-24 07:09:25 -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] Evas Object Size Hints

2008-03-24 Thread The Rasterman
On Mon, 24 Mar 2008 08:51:10 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled: > On Mon, Mar 24, 2008 at 6:41 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > > I wrote: > > > Gustavo wrote: > > > > > >> anyone really looked at the patch? It says it all :-) > > >> > > >> > > >> > >

Re: [E-devel] Evas Object Size Hints

2008-03-24 Thread The Rasterman
On Mon, 24 Mar 2008 03:13:10 -0400 Jose Gonzalez <[EMAIL PROTECTED]> babbled: > Carsten wrote: > > > > > > > > > edje_extern_object_min_size_set() > > > > edje_extern_object_max_size_set() > > > > edje_extern_object_aspect_set() > > > > > > > > these attach hints via a generic data + string

Re: [E-devel] [PATCH 0/8] e_nm: Get device properties and cleanup.

2008-03-24 Thread The Rasterman
On Sun, 23 Mar 2008 18:51:33 -0300 Stefan Schmidt <[EMAIL PROTECTED]> babbled: > Hello. > > On Mon, 2008-03-24 at 08:37, Carsten Haitzler wrote: > > On Sun, 23 Mar 2008 17:52:59 -0300 Stefan Schmidt > > <[EMAIL PROTECTED]> babbled: > > > > > Any other objections then the formatting changes? I'll

[E-devel] Clipped Smart Object draft

2008-03-24 Thread Gustavo Sverzut Barbieri
http://staff.get-e.org/~barbieri/ehelpers.tar.gz This should provide what I said these days in IRC. It's a draft, for real code things like member_add() should check if's really a smart and maybe check if this Evas_Object_Smart_Clipped_Data is correct, maybe using an integer there with a magic num

Re: [E-devel] Clipped Smart Object draft

2008-03-24 Thread Gustavo Sverzut Barbieri
On Mon, Mar 24, 2008 at 9:12 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > http://staff.get-e.org/~barbieri/ehelpers.tar.gz > > This should provide what I said these days in IRC. It's a draft, for > real code things like member_add() should check if's really a smart > and maybe check

Re: [E-devel] Evas Object Size Hints

2008-03-24 Thread Jose Gonzalez
Gustavo wrote: >> Let me be a bit more precise here: >> >> 1) Is it desirable to obtain an object's min/max_size? >> 2) If it is, then: >> is it a good idea to have a separate api function to get those values, >> or do you intend that eg. to obtain the min_size, one should always >> be

Re: [E-devel] Evas Object Size Hints

2008-03-24 Thread Jose Gonzalez
Carsten wrote: >> via an api func - the object calculates them and gives you those >> min/max values.. ie. you can *get* such things via an api function. >> But there's no sense that I can see in an api function to *set* them. >> > > of course there it - smart objects. they need to be able to