summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlanimation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doc work.Michael Brasser2009-05-011-1/+1
|
* Format conversion for animation, states and transitions, and transformMichael Brasser2009-05-011-41/+37
| | | | elements.
* 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
| | | | | | The 'to' and 'from' attiributes in QmlVariantAnimationPrivate were QmlNullableValue before, but we can query QVariant::isValid for the same purpose.
* Using qvariant color interpolator for QmlColorAnimationLeonardo Sobral Cunha2009-04-301-18/+9
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-291-137/+139
|\ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfximageitem.cpp src/declarative/fx/qfxpathview.cpp src/declarative/util/qmllistmodel.cpp
| * Fix qmlvariantanimation to behave as qmlnumericanimation when 'from' is not setLeonardo Sobral Cunha2009-04-281-1/+4
| | | | | | | | | | The qmlvariantanimation was setting an invalid 'fromValue' when the 'from' property was unspecified.
| * 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 ↵Aaron Kennedy2009-04-271-16/+66
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
|/ | | | This data ptr does not increase the size of the QObject, as we take advantage of space only used during destruction. Currently this data is only used to store an object's QmlContext, but it will be used for more later.
* 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
| | | | I've temporarily commented out the body of qguivariantanimation.cpp so we can compile.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+2292