summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlanimation.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup.Michael Brasser2009-07-011-1/+0
|
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-11/+11
|
* Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-4/+4
|
* Rename VariantAnimation -> PropertyAnimation.Michael Brasser2009-06-251-10/+10
|
* Refactoring animation code.Michael Brasser2009-06-251-117/+50
| | | | | Greatly simplify the NumericAnimation and ColorAnimation classes. Still need to optimize.
* Add support for setting/getting animation time.Michael Brasser2009-06-241-0/+3
|
* Add pause/resume functionality for animations.Michael Brasser2009-06-241-0/+6
|
* Behavior fixes.Michael Brasser2009-06-121-3/+4
| | | | | | You can now write x: Behavior { NumericAnimation { duration: 500 } }, rather than having to specify the target and property for the animation explicitly. Also other minor fixes.
* Remove more unneeded semicolons.Martin Jones2009-05-271-3/+3
|
* Remove more unneeded semicolons.Martin Jones2009-05-261-44/+44
|
* Remove extraneous semicolons.Martin Jones2009-05-261-10/+10
| | | | Caused massive number of warnings with winscw
* Fixed #includesRoberto Raggi2009-05-181-5/+5
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+453