summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeanimation_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing NOTIFYs.Michael Brasser2010-03-231-3/+8
| | | | Task-number: QTBUG-8816
* Remove ParentAction.Michael Brasser2010-03-231-27/+0
| | | | It has been replaced with ParentAnimation.
* Removed wrong parenthesis around property NOTIFY declarationLeonardo Sobral Cunha2010-03-221-1/+1
|
* Add AnchorAnimation for animating AnchorChanges.Michael Brasser2010-03-111-0/+21
| | | | Task-number: QT-2825
* Add basic support for explicit newParent in ParentAnimation.Michael Brasser2010-03-051-1/+1
|
* Fix ParentAnimation crash.Michael Brasser2010-02-261-0/+3
|
* Add ParentAnimation.Michael Brasser2010-02-261-0/+31
| | | | | | | ParentAnimation will replace ParentAction. It provides two advantages: * It will animate correctly when reversed. * It allows reparenting via another item, which is useful in the presence of clips, for example.
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-9/+9
| | | | There's nothing meta about our properties.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+467
QDeclarativeXXX.