summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc fixesYann Bodson2010-05-061-6/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-051-1/+1
|\
| * Use enum rather than string for easing type.Yann Bodson2010-05-051-1/+1
* | Fix cacheBuffer documentation.Martin Jones2010-05-051-1/+1
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-051-0/+10
|\
| * Don't start valuesource animations until all component objects have been comp...Michael Brasser2010-05-051-0/+10
* | docWarwick Allison2010-05-051-57/+57
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Peter Yard2010-04-271-9/+71
|\
| * Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-221-1/+1
| * Add duration and easing properties to AnchorAnimation.Michael Brasser2010-04-221-1/+62
| * Document default easing curve.Alan Alpert2010-04-191-1/+2
| * Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-4/+4
| * Doc: in QML use "real" and "enumeration", not "qreal" and "enum"Martin Jones2010-04-161-2/+2
* | Docs Changes to start page. Minor change to Elements doc. See also added to s...Peter Yard2010-04-271-0/+2
|/
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-1/+1
* Output script errors in ScriptAction and StateChangeScriptMartin Jones2010-04-151-0/+7
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-4/+4
* Change and rename qml EaseFollow to SmoothedAnimationLeonardo Sobral Cunha2010-03-301-3/+16
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-4/+7
* Replace Animation's repeat property with loops.Michael Brasser2010-03-251-20/+32
* A StateChangeScript should never be run when leaving the state.Michael Brasser2010-03-241-4/+9
* ScriptAction doc.Michael Brasser2010-03-241-0/+31
* Rename stateChangeScriptName to scriptName.Michael Brasser2010-03-241-2/+2
* Animation construction optimization.Michael Brasser2010-03-241-1/+1
* Change default RotationAnimation direction.Michael Brasser2010-03-231-6/+7
* Add missing NOTIFYs.Michael Brasser2010-03-231-0/+12
* Remove ParentAction.Michael Brasser2010-03-231-211/+5
* Remove warningsYann Bodson2010-03-181-0/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-03-171-2/+2
|\
| * qdoc: Fixed lookup of QML property nodes.Martin Smith2010-03-111-2/+2
* | Update more animation on property value source docs.Martin Jones2010-03-161-1/+1
* | Make easing docs more consistent with other grouped property docs.Michael Brasser2010-03-141-4/+8
* | Fix typo.Michael Brasser2010-03-141-1/+1
* | Minor construction optimizations.Michael Brasser2010-03-111-0/+3
* | Add AnchorAnimation for animating AnchorChanges.Michael Brasser2010-03-111-0/+95
|/
* doc: Fixed several qdoc errors.Martin Smith2010-03-091-3/+5
* Add basic support for explicit newParent in ParentAnimation.Michael Brasser2010-03-051-6/+56
* ParentAnimation docs + test.Michael Brasser2010-03-051-0/+63
* RotationAnimation docs + test.Michael Brasser2010-03-041-10/+12
* Update QML PropertyAnimation::easing docsLeonardo Sobral Cunha2010-03-041-2/+17
* Compile without QVariant::EasingCurve in Qt 4.6.2.Warwick Allison2010-03-041-3/+5
* 'on' syntax fixesYann Bodson2010-03-031-9/+9
* Initialize variable before use.Michael Brasser2010-03-021-1/+1
* Reapply "Some animation cleanup/refactoring."Michael Brasser2010-03-011-5/+6
* Rename QDeclarativeGraphics_setParent_noEvent QDeclarative_setParent_noEventMartin Jones2010-03-011-6/+6
* Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-271-11/+12
* Revert "Some animation cleanup/refactoring."Leonardo Sobral Cunha2010-02-261-6/+5
* Fix ParentAnimation crash.Michael Brasser2010-02-261-3/+6
* Some animation cleanup/refactoring.Michael Brasser2010-02-261-5/+6
* Add ParentAnimation.Michael Brasser2010-02-261-3/+239