summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlanimation_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-4/+4
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-16/+16
|\ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * fix headersWarwick Allison2009-10-291-16/+16
| |
* | Make private headers _pAaron Kennedy2009-10-301-247/+292
| |
* | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-2/+2
|/
* Update ScriptAction and StateChangeScript to use QmlScriptString.Michael Brasser2009-10-231-3/+5
| | | | | | | Now you can assign the script you want to run to the property directly, rather than assigning a string. Task-number: QT-734
* Add missing Q_OBJECT macros.Michael Brasser2009-10-211-0/+2
|
* SetPropertyAction -> PropertyActionMartin Jones2009-08-211-5/+5
|
* Renamed transition action elementsMartin Jones2009-08-211-8/+8
| | | | | RunScriptAction -> ScriptAction ParentChangeAction -> ParentAction
* Complete ParentChangeAction.Michael Brasser2009-08-191-1/+4
| | | | | Make it useful as a non-transition; add the ability to select by target, and set an explicit "to-value".
* Provide a way to match RunScriptActions with RunScripts.Michael Brasser2009-08-181-0/+2
|
* Rename finishPlaying to alwaysRunToEnd.Michael Brasser2009-08-181-2/+2
|
* Rename filter to targets.Michael Brasser2009-08-181-3/+2
|
* Support custom string convertors for animations.Michael Brasser2009-07-081-1/+1
|
* Move timeline class to util and make private.Michael Brasser2009-07-021-1/+1
|
* Have ColorAnimation select all properties of type QColor by default.Michael Brasser2009-07-011-1/+3
| | | | | This allows you to write ColorAnimation {} in a transition and all colors that are changing will be handled by default.
* CleanupMichael Brasser2009-06-301-2/+13
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Support animating dot properties.Michael Brasser2009-06-301-0/+2
| | | | | Make sure we can handle things like PropertyAnimation { property: "anchors.leftMargin" }
* Rename VariantAnimation -> PropertyAnimation.Michael Brasser2009-06-251-5/+5
|
* Optimize refactored animation classes.Michael Brasser2009-06-251-1/+3
|
* Refactoring animation code.Michael Brasser2009-06-251-60/+0
| | | | | Greatly simplify the NumericAnimation and ColorAnimation classes. Still need to optimize.
* Add pause/resume functionality for animations.Michael Brasser2009-06-241-1/+2
|
* Remove more unneeded semicolons.Martin Jones2009-05-271-9/+9
|
* Fixed #includesRoberto Raggi2009-05-181-8/+8
|
* Use correct 'from' value for repeating animations.Michael Brasser2009-05-071-3/+11
| | | | | Each loop, we need to check whether the user has set a from value, and if not get the current value.
* Fixed qml's variant and color animations when started without transitionLeonardo Sobral Cunha2009-05-051-4/+13
| | | | | | | | When the 'from' field is not set, it was not updated after running an animation twice. Now the color and variant animations behave as the numeric one, updating the 'from' value at the start of each run. Reviewed-by: Michael Brasser
* Using QVariant for 'to' and 'from' values in QmlVariantAnimationPrivateLeonardo Sobral Cunha2009-04-301-3/+3
| | | | | | 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-1/+7
|
* Remove trailing whitespaces from qmlanimation*Leonardo Sobral Cunha2009-04-281-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-271-13/+13
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Rename GfxValue to QmlTimeLineValue.Michael Brasser2009-04-271-13/+13
| |
* | Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-2/+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.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+374