Re: animation api changes - done!

2009-12-08 Thread Marco Martin
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

Re: animation api changes - done!

2009-12-07 Thread Aaron J. Seigo
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

Re: animation api changes - done!

2009-12-07 Thread Adenilson Cavalcanti
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

Re: animation api changes

2009-12-06 Thread Igor Trindade Oliveira
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.4. > please take a look at it if

Re: animation api changes

2009-12-04 Thread Alexis Ménard
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

Re: animation api changes

2009-12-03 Thread Aaron J. Seigo
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

Re: animation api changes

2009-12-03 Thread Akmanalp, Mehmet A
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