Re: [E-devel] Elementary, scroll and some ideas

2009-08-15 Thread Christopher Michael
These things seem both logical and a natural procession...so I save go for it...others will need similar things...why not now ??? dh Atton Jonathan wrote: > hey, > > I am working on an elementary client for eyelight. Currently I display the > presentation in an elm_scroll container and we can c

Re: [E-devel] E SVN: cedric trunk/edje/src/lib

2009-08-15 Thread Christopher Michael
Enlightenment SVN wrote: > Log: > * edje_calc: Major cleanup. > - Edje_Real_Part use less memory. > - Edje_Real_Part and Edje_Real_Part_State now use a mempool. > - When both param1 and param2 are the same, only recalc param1. > - Don't

Re: [E-devel] Elementary, scroll and some ideas

2009-08-15 Thread Christopher Michael
Atton Jonathan wrote: > 2009/8/14 Gustavo Sverzut Barbieri > >> On Fri, Aug 14, 2009 at 1:57 PM, Atton Jonathan >> wrote: >>> hey, >>> >>> I am working on an elementary client for eyelight. Currently I display >> the >>> presentation in an elm_scroll container and we can change the size of the >>

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2009-08-15 Thread Christopher Michael
William Keaney wrote: > On Monday 10 August 2009 11:16:52 Enlightenment SVN wrote: >> Log: >> * edje: Add a cache for _edje_part_recalc_single. >> >> WARNING: THIS CAN CAUSE RENDERING GLITCH AND OTHER WEIRD BEHAVIOUR WITH >> YOUR EDJE FILE. PLEASE REPORT ANY ALIEN STUFF. >> >> N

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2009-08-15 Thread Christopher Michael
Well, IMO, ewl & etk are all but dead...worry about eml & E dh Cedric BAIL wrote: > On Sat, Aug 15, 2009 at 3:37 AM, William Keaney wrote: >> On Monday 10 August 2009 11:16:52 Enlightenment SVN wrote: >>> Log: >>> * edje: Add a cache for _edje_part_recalc_single. >>> >>> WARNING: THIS

Re: [E-devel] edje_init() never fails

2009-08-15 Thread Vincent Torri
On Sat, 15 Aug 2009, Carsten Haitzler (The Rasterman) wrote: > On Mon, 10 Aug 2009 08:20:18 +0200 (CEST) Vincent Torri > said: > >> >> Hey, >> >> edje_init() calls some efl init functions and does not check if they fail >> or not. Hence, edje_init() never fails. I think that we should review al

Re: [E-devel] edje_init() never fails

2009-08-15 Thread Christopher Michael
Vincent Torri wrote: > > On Sat, 15 Aug 2009, Carsten Haitzler (The Rasterman) wrote: > >> On Mon, 10 Aug 2009 08:20:18 +0200 (CEST) Vincent Torri >> said: >> >>> Hey, >>> >>> edje_init() calls some efl init functions and does not check if they fail >>> or not. Hence, edje_init() never fails. I

Re: [E-devel] Elementary, scroll and some ideas

2009-08-15 Thread Atton Jonathan
2009/8/14 Atton Jonathan > hey, > > I am working on an elementary client for eyelight. Currently I display the > presentation in an elm_scroll container and we can change the size of the > presentation with a slider. > > I need 3 things: > - if the content of the scroll widget is smaller than the

Re: [E-devel] Resizing Edje object with application

2009-08-15 Thread Christopher Michael
Carsten Haitzler (The Rasterman) wrote: > On Fri, 14 Aug 2009 15:26:24 +0200 Diego Jacobi said: > > well edje really are "smart png's/svg's/swf's" it's some bastard combination > of > those features. you can define layout (a bit like html) but layout is > relative, > so it it can resize "better

Re: [E-devel] edje_init() never fails

2009-08-15 Thread The Rasterman
On Sat, 15 Aug 2009 09:44:08 +0200 (CEST) Vincent Torri said: > > > On Sat, 15 Aug 2009, Carsten Haitzler (The Rasterman) wrote: > > > On Mon, 10 Aug 2009 08:20:18 +0200 (CEST) Vincent Torri > > said: > > > >> > >> Hey, > >> > >> edje_init() calls some efl init functions and does not check if

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2009-08-15 Thread Peter Wehrfritz
Christopher Michael wrote: > Well, IMO, ewl & etk are all but dead...worry about eml & E > > He should worry about edje, if there is a serious bug it has to be fixed. No matter if the bug is triggered by E, entrance or EWL. Peter P.S. Ewl is not dead :)

Re: [E-devel] edje_init() never fails

2009-08-15 Thread Vincent Torri
On Sat, 15 Aug 2009, Carsten Haitzler (The Rasterman) wrote: > On Sat, 15 Aug 2009 09:44:08 +0200 (CEST) Vincent Torri > said: > >> >> >> On Sat, 15 Aug 2009, Carsten Haitzler (The Rasterman) wrote: >> >>> On Mon, 10 Aug 2009 08:20:18 +0200 (CEST) Vincent Torri >>> said: >>> Hey, >>>

Re: [E-devel] Bad behaviour !

2009-08-15 Thread The Rasterman
On Wed, 12 Aug 2009 15:08:25 +0200 Cedric BAIL said: > Guys, something wrong is going on in E17. > > Specifically inside e_icon.c and e_int_menus.c. We are calling > specific evas object function that are not supposed to be called on > other type of evas object. Like evas_object_image_fill_set o

Re: [E-devel] E SVN: cedric trunk/edje/src/lib

2009-08-15 Thread The Rasterman
On Mon, 10 Aug 2009 18:39:23 +0200 Cedric BAIL said: > On Mon, Aug 10, 2009 at 5:21 PM, Gustavo Sverzut > Barbieri wrote: > > On Mon, Aug 10, 2009 at 6:56 AM, Enlightenment > > SVN wrote: > >> Log: > >>        * edje: Reduce sizeof (Edje_Calc_Params). > >> > >>        Note: It doesn't really impa

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2009-08-15 Thread The Rasterman
On Mon, 10 Aug 2009 18:35:36 +0200 Cedric BAIL said: > On Mon, Aug 10, 2009 at 5:27 PM, Gustavo Sverzut > Barbieri wrote: > > On Mon, Aug 10, 2009 at 12:16 PM, Enlightenment > > SVN wrote: > >> Log: > >>        * edje: Add a cache for _edje_part_recalc_single. > >> > >>        WARNING: THIS CAN C

Re: [E-devel] E SVN: cedric trunk/edje/src/lib

2009-08-15 Thread The Rasterman
On Mon, 10 Aug 2009 12:21:11 -0300 Gustavo Sverzut Barbieri said: > On Mon, Aug 10, 2009 at 6:56 AM, Enlightenment > SVN wrote: > > Log: > >        * edje: Reduce sizeof (Edje_Calc_Params). > > > >        Note: It doesn't really impact edje memory foot print yet. But in > >        the plan to do

Re: [E-devel] [Patch] Edje and Lua

2009-08-15 Thread The Rasterman
On Wed, 12 Aug 2009 07:31:06 -0700 "Hanspeter Portner" said: if u can send he .edc as well - tar.gz it up or just paste into the email. it wasn't included in your mail! :( > This concerns Ticket #109: Add Lua support for Edje > > It adds Lua as scripting facility to Edje, letting Embryo untouch

Re: [E-devel] E SVN: raster trunk/eina/src/lib

2009-08-15 Thread The Rasterman
On Thu, 13 Aug 2009 07:33:07 +0200 (CEST) Vincent Torri said: hamsters need no initting! > also eina_hamster_init() is not called in eina_init() :-) poor hamsters ! > > (and eina_tiler init() as well) > > Vincent > > On Thu, 13 Aug 2009, Vincent Torri wrote: > > > > > On Wed, 12 Aug 2009, En

Re: [E-devel] E SVN: raster trunk/eina/src/lib

2009-08-15 Thread The Rasterman
On Thu, 13 Aug 2009 07:18:28 +0200 (CEST) Vincent Torri said: well returning the time with a 0 date (invalid) is better than nothing, but it won't fail - the format is a fixed format always the same according to the docs. > On Wed, 12 Aug 2009, Enlightenment SVN wrote: > > > +fields = s

Re: [E-devel] #391 shelf behaviour on screen size changed yet another patch

2009-08-15 Thread The Rasterman
On Fri, 14 Aug 2009 12:35:05 +0400 victor said: > Hi guys! > > Sorry for screwing up your perfect code by previous patch. Hope this one > will be more appropriate. > > Regards, Victor. in svn. thanks! -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (

Re: [E-devel] [Patch] Edje and Lua

2009-08-15 Thread The Rasterman
On Thu, 13 Aug 2009 23:57:26 -0700 "Hanspeter Portner" said: oh sorry - ignore my other mail for the edc. :) > Iván Briano (Sachiel) wrote: > >> > >> The source of showcase.edc is attached, too, to just have a glimpse at > >> Lua inside of EDC > >> > >> > > > > No, it's not. Make sure it ge

Re: [E-devel] Elementary, scroll and some ideas

2009-08-15 Thread The Rasterman
On Fri, 14 Aug 2009 14:49:08 -0400 Atton Jonathan said: > 2009/8/14 Gustavo Sverzut Barbieri > > > On Fri, Aug 14, 2009 at 1:57 PM, Atton Jonathan > > wrote: > > > hey, > > > > > > I am working on an elementary client for eyelight. Currently I display > > the > > > presentation in an elm_scroll

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2009-08-15 Thread The Rasterman
On Fri, 14 Aug 2009 21:37:40 -0400 William Keaney said: hmm i havent seen any breaks here. > On Monday 10 August 2009 11:16:52 Enlightenment SVN wrote: > > Log: > > * edje: Add a cache for _edje_part_recalc_single. > > > > WARNING: THIS CAN CAUSE RENDERING GLITCH AND OTHER WEIRD > > BEHA

Re: [E-devel] Elementary, scroll and some ideas

2009-08-15 Thread The Rasterman
On Sat, 15 Aug 2009 03:05:25 -0400 Christopher Michael said: yes. make sense. being able to turn off automatic behavior in the events you dont really want it is sensible. > These things seem both logical and a natural procession...so I save go > for it...others will need similar things...why no

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2009-08-15 Thread Cedric BAIL
On Saturday, August 15, 2009, Christopher Michael wrote: > Well, IMO, ewl & etk are all but dead...worry about eml & E I care about this toolkit as they are heavy valid user of edje with sample code to test. > Cedric BAIL wrote: > > On Sat, Aug 15, 2009 at 3:37 AM, William Keaney wrote: > > On M

Re: [E-devel] Elementary, scroll and some ideas

2009-08-15 Thread Atton Jonathan
2009/8/15 Carsten Haitzler > On Fri, 14 Aug 2009 14:49:08 -0400 Atton Jonathan < > jonathan.at...@gmail.com> > said: > > > 2009/8/14 Gustavo Sverzut Barbieri > > > > > On Fri, Aug 14, 2009 at 1:57 PM, Atton Jonathan< > jonathan.at...@gmail.com> > > > wrote: > > > > hey, > > > > > > > > I am work

Re: [E-devel] Elementary, scroll and some ideas

2009-08-15 Thread The Rasterman
On Sat, 15 Aug 2009 09:31:55 -0400 Atton Jonathan said: > > when the presentation is bigger than its container (the scroll container in > my case), we need to scroll to display a specific zone of the presentation. > > I have center the child by using a box. The child of the scroll is an > elm_b

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2009-08-15 Thread William Keaney
On Saturday 15 August 2009 02:14:06 Cedric BAIL wrote: > On Sat, Aug 15, 2009 at 3:37 AM, William Keaney wrote: > > On Monday 10 August 2009 11:16:52 Enlightenment SVN wrote: > >> Log: > >> * edje: Add a cache for _edje_part_recalc_single. > >> > >> WARNING: THIS CAN CAUSE RENDERING GLI

Re: [E-devel] Elementary, scroll and some ideas

2009-08-15 Thread Atton Jonathan
I write an editor as impress or powerpoint. 2009/8/15 Carsten Haitzler > On Sat, 15 Aug 2009 09:31:55 -0400 Atton Jonathan < > jonathan.at...@gmail.com> > said: > > > > > when the presentation is bigger than its container (the scroll container > in > > my case), we need to scroll to display a sp

Re: [E-devel] Elementary, scroll and some ideas

2009-08-15 Thread Atton Jonathan
s/as/like 2009/8/15 Atton Jonathan > I write an editor as impress or powerpoint. > > 2009/8/15 Carsten Haitzler > > On Sat, 15 Aug 2009 09:31:55 -0400 Atton Jonathan < >> jonathan.at...@gmail.com> >> said: >> >> > >> > when the presentation is bigger than its container (the scroll container >>

Re: [E-devel] Elementary, scroll and some ideas

2009-08-15 Thread Gustavo Sverzut Barbieri
Please keep it simple and useful as Apple Keynote, Impress and Powerpoint have 10^1024 more options but it's hard to do simple things like beautiful themes and fix alignment withing slide. Those guide lines for Keynote that automatically tries to match to boundaries and text baseline rocks! On Sat

Re: [E-devel] Elementary, scroll and some ideas

2009-08-15 Thread Atton Jonathan
I am not crazy I will do something simple :) 2009/8/15 Gustavo Sverzut Barbieri > Please keep it simple and useful as Apple Keynote, Impress and > Powerpoint have 10^1024 more options but it's hard to do simple things > like beautiful themes and fix alignment withing slide. Those guide > lines f

Re: [E-devel] E SVN: cedric trunk/edje/src/lib

2009-08-15 Thread Gustavo Sverzut Barbieri
On Sat, Aug 15, 2009 at 7:20 AM, Carsten Haitzler wrote: > On Mon, 10 Aug 2009 12:21:11 -0300 Gustavo Sverzut Barbieri > said: > >> On Mon, Aug 10, 2009 at 6:56 AM, Enlightenment >> SVN wrote: >> > Log: >> >        * edje: Reduce sizeof (Edje_Calc_Params). >> > >> >        Note: It doesn't really

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2009-08-15 Thread Cedric BAIL
On Saturday, August 15, 2009, William Keaney wrote: > On Saturday 15 August 2009 02:14:06 Cedric BAIL wrote: >> On Sat, Aug 15, 2009 at 3:37 AM, William Keaney wrote: >> > On Monday 10 August 2009 11:16:52 Enlightenment SVN wrote: >> >> Log: >> >>       * edje: Add a cache for _edje_part_recalc_si

Re: [E-devel] weird test case with edje

2009-08-15 Thread Diego Jacobi
2009/8/15 Carsten Haitzler : > On Mon, 10 Aug 2009 22:18:10 +0200 Diego Jacobi said: > >> 2009/8/10 Atton Jonathan : >> > program { name: "CollapseAll"; >> >            signal: "mouse,in"; >> >            source: "Applications"; >> >            action: STATE_SET "default" 0.00; >> >            tra

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2009-08-15 Thread William Keaney
On Saturday 15 August 2009 12:34:00 Cedric BAIL wrote: > On Saturday, August 15, 2009, William Keaney wrote: > > On Saturday 15 August 2009 02:14:06 Cedric BAIL wrote: > >> On Sat, Aug 15, 2009 at 3:37 AM, William Keaney wrote: > >> > On Monday 10 August 2009 11:16:52 Enlightenment SVN wrote: > >>

Re: [E-devel] Resizing Edje object with application

2009-08-15 Thread Diego Jacobi
2009/8/15 Christopher Michael : > Carsten Haitzler (The Rasterman) wrote: >> >> On Fri, 14 Aug 2009 15:26:24 +0200 Diego Jacobi >> said: >> >> well edje really are "smart png's/svg's/swf's" it's some bastard >> combination of >> those features. you can define layout (a bit like html) but layout is

Re: [E-devel] Resizing Edje object with application

2009-08-15 Thread Atton Jonathan
2009/8/15 Diego Jacobi > 2009/8/15 Christopher Michael : > > Carsten Haitzler (The Rasterman) wrote: > >> > >> On Fri, 14 Aug 2009 15:26:24 +0200 Diego Jacobi > >> said: > >> > >> well edje really are "smart png's/svg's/swf's" it's some bastard > >> combination of > >> those features. you can de

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2009-08-15 Thread Atton Jonathan
hum I don't have any problems with edje-calc-cache activate or deactivate.. 2009/8/15 William Keaney > On Saturday 15 August 2009 02:14:06 Cedric BAIL wrote: > > On Sat, Aug 15, 2009 at 3:37 AM, William Keaney > wrote: > > > On Monday 10 August 2009 11:16:52 Enlightenment SVN wrote: > > >> Log:

Re: [E-devel] [PATCH] Eina logging domains

2009-08-15 Thread Gustavo Sverzut Barbieri
On Sat, Aug 15, 2009 at 5:55 PM, Andre Dieb wrote: > Changes: > > Module name is now eina_log (but I didn't delete eina_error yet, as we > should delete it only when the transition is completed) > Docs on header and basic doc on .c file, but there's a lot of room for doc > improvement > Save name o

Re: [E-devel] Elementary, scroll and some ideas

2009-08-15 Thread The Rasterman
On Sat, 15 Aug 2009 10:49:23 -0400 Atton Jonathan said: > I write an editor as impress or powerpoint. even as an edigtor - i don't think u need to scroll. this way you work in wysiwyg. you see the whole slide as you work on it - in a smaller size. : > 2009/8/15 Carsten Haitzler > > > On Sat,

Re: [E-devel] Resizing Edje object with application

2009-08-15 Thread The Rasterman
On Sat, 15 Aug 2009 22:00:19 +0200 Diego Jacobi said: [...snip...] > Thanks. > I see that the best of EFL is the kindness of its comunity of developers. :) we try and help - sometimes get grumpy and snarky if we think we're being asked stupid questions (eg gentoo users asking for help with comp

Re: [E-devel] weird test case with edje

2009-08-15 Thread The Rasterman
On Sat, 15 Aug 2009 18:55:17 +0200 Diego Jacobi said: > 2009/8/15 Carsten Haitzler : > > On Mon, 10 Aug 2009 22:18:10 +0200 Diego Jacobi > > said: > > > >> 2009/8/10 Atton Jonathan : > >> > program { name: "CollapseAll"; > >> >            signal: "mouse,in"; > >> >            source: "Applicatio

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2009-08-15 Thread The Rasterman
On Sat, 15 Aug 2009 10:37:22 -0400 William Keaney said: > > Weird it shouldn't as code is disabled by default in this commit. > > Where do you see problem, in E17 itselef ? Elementary ? EWL ? What > > module are you using ? > > > > Did you try last svn revision with --disable-edje-calc-cache duri

Re: [E-devel] [Patch] Edje and Lua

2009-08-15 Thread The Rasterman
On Wed, 12 Aug 2009 07:31:06 -0700 "Hanspeter Portner" said: ok. werd. 1. thanks mucho mucho mucho. 2. stick around. i've had to fix the patch to match some changes cedric did of late to the custom struct. it works.. mostly now. 3. i am seeing a few segv's and visual bugs (eg in showcase.edj -

Re: [E-devel] [Patch] Edje and Lua

2009-08-15 Thread Gustavo Sverzut Barbieri
YAY! I can't believe, but it finally happened! =) On Sat, Aug 15, 2009 at 11:33 PM, Carsten Haitzler wrote: > On Wed, 12 Aug 2009 07:31:06 -0700 "Hanspeter Portner" > said: > > ok. werd. > > 1. thanks mucho mucho mucho. > 2. stick around. i've had to fix the patch to match some changes cedric did

Re: [E-devel] [Patch] Edje and Lua

2009-08-15 Thread The Rasterman
On Sun, 16 Aug 2009 00:02:30 -0300 Gustavo Sverzut Barbieri said: don't yay too fast. it has a fair few bugs to be worked out. :) > YAY! I can't believe, but it finally happened! =) > > On Sat, Aug 15, 2009 at 11:33 PM, Carsten Haitzler > wrote: > > On Wed, 12 Aug 2009 07:31:06 -0700 "Hanspete

Re: [E-devel] [Patch] Edje and Lua

2009-08-15 Thread Gustavo Sverzut Barbieri
On Sun, Aug 16, 2009 at 12:10 AM, Carsten Haitzler wrote: > On Sun, 16 Aug 2009 00:02:30 -0300 Gustavo Sverzut Barbieri > said: > > don't yay too fast. it has a fair few bugs to be worked out.  :) sure, but in SVN tree... outside tree things get mostly no attention as we're generally too busy. Bu

Re: [E-devel] [Patch] Edje and Lua

2009-08-15 Thread The Rasterman
On Sun, 16 Aug 2009 00:12:20 -0300 Gustavo Sverzut Barbieri said: > On Sun, Aug 16, 2009 at 12:10 AM, Carsten Haitzler > wrote: > > On Sun, 16 Aug 2009 00:02:30 -0300 Gustavo Sverzut Barbieri > > said: > > > > don't yay too fast. it has a fair few bugs to be worked out.  :) > > sure, but in SVN

[E-devel] Eet struct serialization woes

2009-08-15 Thread Raphael Kubo da Costa
Hi there, I've been struggling to properly serialize a struct which only has an Eina_List of another struct as a member when this member is NULL (ie the list is empty). When the list is empty, if the Eet file is already present and valid, it simply isn't updated, while if it still doesn't exist i

Re: [E-devel] Eet struct serialization woes

2009-08-15 Thread The Rasterman
On Sun, 16 Aug 2009 01:48:26 -0300 Raphael Kubo da Costa said: whats the data descriptor for it? i assume you have at least 2 (one for the base struct with the list, one for the list item struct?) > Hi there, > > I've been struggling to properly serialize a struct which only has an > Eina_List

Re: [E-devel] [PATCH] Eina logging domains

2009-08-15 Thread Vincent Torri
On Sat, 15 Aug 2009, Gustavo Sverzut Barbieri wrote: On Sat, Aug 15, 2009 at 5:55 PM, Andre Dieb wrote: Changes: Module name is now eina_log (but I didn't delete eina_error yet, as we should delete it only when the transition is completed) Docs on header and basic doc on .c file, but there's

Re: [E-devel] Eet struct serialization woes

2009-08-15 Thread Raphael Kubo da Costa
On Sun, Aug 16, 2009 at 2:01 AM, Carsten Haitzler wrote: > On Sun, 16 Aug 2009 01:48:26 -0300 Raphael Kubo da Costa > said: > > whats the data descriptor for it? i assume you have at least 2 (one for the > base struct with the list, one for the list item struct?) Apparently my attachment wasn't be

Re: [E-devel] Eet struct serialization woes

2009-08-15 Thread The Rasterman
On Sun, 16 Aug 2009 01:48:26 -0300 Raphael Kubo da Costa said: argh! cornercase. if the parent struct would have anything else it it other than a single empty list pointer - this would work (an int, - anything). here's the problem. eet looks at the data struct and goes "ooh list! let me encode t