Re: [E-devel] [PATCH] Elm_Pager configuration to show or not the first animation

2010-10-25 Thread Gustavo Sverzut Barbieri
On Mon, Oct 25, 2010 at 2:58 AM, Carsten Haitzler wrote: > On Wed, 20 Oct 2010 14:51:28 -0200 Alex Grilo said: > >> The idea is not to execute the animation when the first element is pushed. >> Barbieri >> suggested to remove the first animation on all cases instead of being a >> configuration, >

Re: [E-devel] [PATCH] Elm_Pager configuration to show or not the first animation

2010-10-25 Thread Alex Grilo
But should the pager show the pushed contents without any animation before the elm_pager_go call or they should be shown only after it? On Mon, Oct 25, 2010 at 2:58 AM, Carsten Haitzler wrote: > On Wed, 20 Oct 2010 14:51:28 -0200 Alex Grilo > said: > > > The idea is not to execute the animation

Re: [E-devel] [PATCH] Elm_Pager configuration to show or not the first animation

2010-10-24 Thread The Rasterman
On Wed, 20 Oct 2010 14:51:28 -0200 Alex Grilo said: > The idea is not to execute the animation when the first element is pushed. > Barbieri > suggested to remove the first animation on all cases instead of being a > configuration, > so I guess it can't be done only with theme, is it right? > > I

Re: [E-devel] [PATCH] Elm_Pager configuration to show or not the first animation

2010-10-20 Thread Alex Grilo
The idea is not to execute the animation when the first element is pushed. Barbieri suggested to remove the first animation on all cases instead of being a configuration, so I guess it can't be done only with theme, is it right? I made the suggested changes and here is a new version of the patch.

Re: [E-devel] [PATCH] Elm_Pager configuration to show or not the first animation

2010-10-20 Thread Sachiel
On Wed, Oct 20, 2010 at 10:42 AM, Alex Grilo wrote: > Hi, >  This is a patch to configure if the first animation of an elm_pager will > be shown or not. There are some applications in which this first animation > seems weird. > I can't say I like the patch. It looks hackish and the naming of vari

Re: [E-devel] [PATCH] Elm_Pager configuration to show or not the first animation

2010-10-20 Thread Gustavo Sverzut Barbieri
On Wed, Oct 20, 2010 at 10:42 AM, Alex Grilo wrote: > Hi, >  This is a patch to configure if the first animation of an elm_pager will > be shown or not. There are some applications in which this first animation > seems weird. I don't think it should be configurable. I guess the current behavior w

[E-devel] [PATCH] Elm_Pager configuration to show or not the first animation

2010-10-20 Thread Alex Grilo
Hi, This is a patch to configure if the first animation of an elm_pager will be shown or not. There are some applications in which this first animation seems weird. thanks -- -- Alex Bredariol Grilo ProFUSION embedded systems http://profusion.mobi Index: src/lib/elm_pager.c ===