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

2009-08-14 Thread The Rasterman
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 all > the _init() and _shutdown() functions of the efl and fix them if t

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

2009-08-14 Thread The Rasterman
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; > >            transition: SINUSOIDAL 0.2; > >      

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

2009-08-14 Thread Cedric BAIL
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 GLITCH AND OTHER WEIRD BEHAVIOUR WITH >>       YOUR EDJE FILE. PLEASE

Re: [E-devel] e.org tracker home page

2009-08-14 Thread The Rasterman
On Sun, 9 Aug 2009 20:41:53 -0400 P Purkayastha said: > Just an FYI. The tracker homepage on enlightenment.org doesn't look right, > compared to the Home page on enlightenment.org. The fonts are too big > and it doesn't fit the visible portion of the browser (~964px horizontal). trac is done s

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

2009-08-14 Thread The Rasterman
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" than html can without needing javascript (generally).

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

2009-08-14 Thread William Keaney
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. > > Note: This patch cache the r

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

2009-08-14 Thread Atton Jonathan
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 > > presentation with a slider.

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

2009-08-14 Thread 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 > presentation with a slider. > > I need 3 things: > - if the content of the scrol

[E-devel] Elementary, scroll and some ideas

2009-08-14 Thread 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 scroll widget, center the content. - dea

Re: [E-devel] E SVN: watchwolf IN trunk/PROTO/eyelight: data/themes/default src/bin src/lib

2009-08-14 Thread Atton Jonathan
hum, in fact I need a number of cols to jump from a slide i to a slide i+nbcols (the next line in a grid). 2009/8/14 Atton Jonathan > this is how it work except than the navigation is not defines in the theme. > The theme defines the numbers of cols and lines and then add a list of part > of typ

Re: [E-devel] E SVN: watchwolf IN trunk/PROTO/eyelight: data/themes/default src/bin src/lib

2009-08-14 Thread Atton Jonathan
this is how it work except than the navigation is not defines in the theme. The theme defines the numbers of cols and lines and then add a list of part of type swallow (object.swallow.COLS_LINES) and eyelight swallow the thumbnail inside and send events. Let the theme defines the navigation (after

Re: [E-devel] E SVN: watchwolf IN trunk/PROTO/eyelight: data/themes/default src/bin src/lib

2009-08-14 Thread Gustavo Sverzut Barbieri
On Fri, Aug 14, 2009 at 8:09 AM, Enlightenment SVN wrote: > Log: >  * fix: #401 Rewrite the expose mode, now the number of cols and lines are > defined in the theme >  * Improve the animation when a slide popup in the expose mode better than that, why don't u use edje BOX and write a function to

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

2009-08-14 Thread Diego Jacobi
Thank you people. I just needed to make a program to run an edje ui made with edje_editor. And then test it. I wanted to see the power talked on a "introduction to EFL" text in the webpage about edje. But, i was seeing other goal for edje than what it seems to actually be. Anyway, i think that th

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

2009-08-14 Thread victor
Hi guys! Sorry for screwing up your perfect code by previous patch. Hope this one will be more appropriate. Regards, Victor. Shelf content placement on screen resize fix. e_shelf.c | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) Index: e17-svn/src/bin/e_shelf.c