summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* make ScriptAction work againYann Bodson2009-10-231-1/+1
* Update ScriptAction and StateChangeScript to use QmlScriptString.Michael Brasser2009-10-231-12/+10
* change all ids in doc examples to start with lower case.Martin Jones2009-10-221-4/+4
* More i18nWarwick Allison2009-10-131-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-121-6/+6
|\
| * Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-6/+6
* | Behavior fix plus basic autotests.Michael Brasser2009-10-121-0/+8
|/
* Improve Behavior reliability.Michael Brasser2009-10-111-10/+14
* Make sure animations convert between float and double when needed.Michael Brasser2009-09-091-2/+1
* Renamee property to fit class name.Michael Brasser2009-09-031-4/+4
* More robust AnchorChanges.Michael Brasser2009-08-311-2/+2
* Support explicit ParentAction changesAaron Kennedy2009-08-281-0/+14
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-271-2/+2
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-271-3/+3
| |\
| * | Make QmlPropertyValueSource an interface.Martin Jones2009-08-271-2/+2
* | | Rename Behavior cpp class to match the QML name.Yann Bodson2009-08-271-7/+7
| |/ |/|
* | Fix compile after merge from 4.6.Michael Brasser2009-08-251-3/+3
|/
* SetPropertyAction -> PropertyActionMartin Jones2009-08-211-38/+38
* Renamed transition action elementsMartin Jones2009-08-211-55/+55
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-211-0/+4
|\
| * Make QVector3D a first-class builtin type within QMLRhys Weatherley2009-08-211-0/+4
* | Rename State change elements.Martin Jones2009-08-211-3/+3
|/
* Renaming Rect -> RectangleYann Bodson2009-08-191-4/+4
* 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