summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix custom string convertors for animations.Michael Brasser2009-07-081-1/+1
* Support custom string convertors for animations.Michael Brasser2009-07-081-12/+17
* PropertyAnimation optimization and animation code cleanup.Michael Brasser2009-07-021-30/+15
* Have ColorAnimation select all properties of type QColor by default.Michael Brasser2009-07-011-3/+8
* Change reversible transition semantics.Michael Brasser2009-07-011-8/+4
* Cleanup.Michael Brasser2009-07-011-14/+2
* Fix animation crash.Michael Brasser2009-07-011-0/+4
* Support animating dot properties.Michael Brasser2009-06-301-12/+36
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-261-668/+217
|\
| * Make ease prefix optional.Michael Brasser2009-06-261-1/+7
| * Color property is required to be explicity set (at least for now).Michael Brasser2009-06-261-4/+0
| * Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-30/+30
| * Fix animation bugs, and add autotest.Michael Brasser2009-06-261-5/+8
| * Rename VariantAnimation -> PropertyAnimation.Michael Brasser2009-06-251-72/+71
| * Optimize refactored animation classes.Michael Brasser2009-06-251-11/+31
| * Refactoring animation code.Michael Brasser2009-06-251-570/+81
| * Add support for setting/getting animation time.Michael Brasser2009-06-241-0/+10
* | Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-6/+0
|/
* Add pause/resume functionality for animations.Michael Brasser2009-06-241-0/+62
* Behavior fixes.Michael Brasser2009-06-121-2/+24
* Remove extraneous semicolons.Martin Jones2009-05-261-10/+10
* Fix finishPlaying behavior for repeating animations.Michael Brasser2009-05-151-1/+9
* Use correct 'from' value for repeating animations.Michael Brasser2009-05-071-0/+3
* Fixed qml's variant and color animations when started without transitionLeonardo Sobral Cunha2009-05-051-14/+22
* Doc work.Michael Brasser2009-05-011-1/+1
* Format conversion for animation, states and transitions, and transformMichael Brasser2009-05-011-41/+37
* Removed a fiew compilation warnings on MSVCThierry Bastian2009-04-301-1/+1
* Using QVariant for 'to' and 'from' values in QmlVariantAnimationPrivateLeonardo Sobral Cunha2009-04-301-17/+15
* Using qvariant color interpolator for QmlColorAnimationLeonardo Sobral Cunha2009-04-301-18/+9
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-291-137/+139
|\
| * Fix qmlvariantanimation to behave as qmlnumericanimation when 'from' is not setLeonardo Sobral Cunha2009-04-281-1/+4
| * Remove trailing whitespaces from qmlanimation*Leonardo Sobral Cunha2009-04-281-14/+13
| * Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-126/+126
* | Some foreach remove/improve.Martin Jones2009-04-281-1/+1
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-271-16/+66
|\
| * Rename GfxValue to QmlTimeLineValue.Michael Brasser2009-04-271-12/+12
| * Replace the use of the obsolete GfxEasing with QEasingCurve.Michael Brasser2009-04-271-4/+54
* | Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-1/+1
|/
* Using QVariant interpolators in qml variant animationLeonardo Sobral Cunha2009-04-231-88/+3
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-11/+15
* Make compileMichael Brasser2009-04-221-2/+2
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+2292