Re: [E-devel] elm_animator API

2011-06-20 Thread Daniel Juyung Seo
> if you want to  - deprecate the api and then remove it in a few weeks. :) +1. I think this is valid until elm reaches to 1.0. Daniel Juyung Seo (SeoZ) On Mon, Jun 20, 2011 at 4:56 PM, Carsten Haitzler wrote: > On Sat, 18 Jun 2011 09:14:24 +0900 ChunEon Park said: > > i'm happy to deprecate it

Re: [E-devel] elm_animator API

2011-06-20 Thread The Rasterman
On Sat, 18 Jun 2011 09:14:24 +0900 ChunEon Park said: i'm happy to deprecate it :) if you want to - deprecate the api and then remove it in a few weeks. :) > > discomfitor! > > We don't know who are using which elm APIs even elm didn't reach the 1.0 yet. > > I don't wanna make them inconv

Re: [E-devel] elm_animator API

2011-06-17 Thread ChunEon Park
discomfitor! We don't know who are using which elm APIs even elm didn't reach the 1.0 yet. I don't wanna make them inconvenient. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Mike Blumenkrantz"

Re: [E-devel] elm_animator API

2011-06-17 Thread Mike Blumenkrantz
On Fri, 17 Jun 2011 02:25:06 +0900 ChunEon Park wrote: > > Hi. > > Yes, i guess it would be a bug and > animator has a lack of functions for users (includes paused_get). > > However, ecore_animator is expanding it's functionalities, > and elm_animator could be covered by elm_transit. >

Re: [E-devel] elm_animator API

2011-06-16 Thread ChunEon Park
Hi. Yes, i guess it would be a bug and animator has a lack of functions for users (includes paused_get). However, ecore_animator is expanding it's functionalities, and elm_animator could be covered by elm_transit. Hence, elm_animator should be deprecated at this time or soon unfortunatel

[E-devel] elm_animator API

2011-06-16 Thread jgastal
On creating the documentation for elm_animator I noticed some oddities in it's API: There is no way to know if an animation is paused, elm_animator_operating_get() returns true even when animation is paused, it seems to me it would be good if it would return false in that case, if it's felt tha