summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Animation classes cleanup.Michael Brasser2009-08-191-89/+20
* Complete ParentChangeAction.Michael Brasser2009-08-191-14/+42
* Provide a way to match RunScriptActions with RunScripts.Michael Brasser2009-08-181-5/+43
* Rename finishPlaying to alwaysRunToEnd.Michael Brasser2009-08-181-12/+12
* Rename filter to targets.Michael Brasser2009-08-181-35/+10
* Optimization: Use setparent_noevent where appropriate.Michael Brasser2009-08-061-4/+8
* Mico-optimization for animations.Michael Brasser2009-08-061-1/+3
* Don't init Number/Color animations twice.Michael Brasser2009-08-061-2/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-231-1/+3
|\
| * Stricter matching for ParentChangeAction.Michael Brasser2009-07-231-1/+3
* | Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-9/+9
* | Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-9/+9
|/
* Remove moveToParent property.Michael Brasser2009-07-221-25/+10
* 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