On Monday 07 December 2009, Adenilson Cavalcanti wrote:
> Aaron and Friends
>
> Concerning the previous message about animation API design changes, this is
> just a status report. Tasks:
>
> a) Plasma::Animator becomes the factory for animations . done!
> b) Plasma::Animation isA QAbstractAn
On December 7, 2009, Adenilson Cavalcanti wrote:
> a) Plasma::Animator becomes the factory for animations . done!
> b) Plasma::Animation isA QAbstractAnimation done!
> c) AnimationGroup is no more
> d) All animations ported to new design .. done!
> (even pul
Aaron and Friends
Concerning the previous message about animation API design changes, this is
just a status report. Tasks:
a) Plasma::Animator becomes the factory for animations . done!
b) Plasma::Animation isA QAbstractAnimation done!
c) AnimationGroup is no more
d) All ani
Hi
--- Em qui, 3/12/09, Aaron J. Seigo escreveu:
> De: Aaron J. Seigo
> Assunto: animation api changes
> Para: "Plasma"
> Data: Quinta-feira, 3 de Dezembro de 2009, 23:24
> hi all ..
>
> so, the animation API is going through its final set of
> changes for 4
On Fri, Dec 4, 2009 at 2:24 AM, Aaron J. Seigo wrote:
>
> hi all ..
>
> so, the animation API is going through its final set of changes for 4.4.
> please take a look at it if you care to and give us feedback now before it's
> too late (as defined by "we are shipping it in 4.4 and are committed to
On December 3, 2009, Akmanalp, Mehmet A wrote:
> On Thu, Dec 3, 2009 at 8:24 PM, Aaron J. Seigo wrote:
> > * Plasma::Animation IsA QAbstractAnimation with the bare essential pure
> > virtuals implemented and which takes a QGraphicsWidget that should be
> > animated
>
> Good call, I forget the rea
On Thu, Dec 3, 2009 at 8:24 PM, Aaron J. Seigo wrote:
> * Plasma::Animation IsA QAbstractAnimation with the bare essential pure
> virtuals implemented and which takes a QGraphicsWidget that should be animated
Good call, I forget the reasoning of why we didn't do it this way
initially but I guess
hi all ..
so, the animation API is going through its final set of changes for 4.4.
please take a look at it if you care to and give us feedback now before it's
too late (as defined by "we are shipping it in 4.4 and are committed to that
API").
the basic "shape" of the API is this:
* Plasma::A