summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeanimation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Task-number: QT-2825
* 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
| | | | Task-number: QTBUG-8612
* RotationAnimation docs + test.Michael Brasser2010-03-041-10/+12
| | | | Task-number: QTBUG-8613
* Update QML PropertyAnimation::easing docsLeonardo Sobral Cunha2010-03-041-2/+17
| | | | Task-number: QTBUG-8726
* 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
| | | | | | | | This reverts commit 543c4b82e6d6cc4a396b1c105d7321643b6ef4c6. Conflicts: src/declarative/util/qdeclarativeanimation.cpp
* 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
| | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/kernel/qmetatype.cpp src/declarative/graphicsitems/qdeclarativeevents.cpp src/declarative/graphicsitems/qdeclarativeflickable.cpp src/declarative/graphicsitems/qdeclarativegridview.cpp src/declarative/qml/qdeclarativescript.cpp src/declarative/util/qdeclarativeanimation.cpp src/declarative/util/qdeclarativebehavior.cpp src/declarative/util/qdeclarativeeasefollow.cpp src/declarative/util/qdeclarativefontloader.cpp src/declarative/util/qdeclarativelistmodel.cpp src/declarative/util/qdeclarativespringfollow.cpp src/declarative/util/qdeclarativestategroup.cpp src/declarative/util/qdeclarativesystempalette.cpp src/declarative/util/qdeclarativetimer.cpp src/declarative/util/qmlstateoperations.cpp src/multimedia/qml/qdeclarativeaudio.cpp src/multimedia/qml/qdeclarativevideo.cpp
* Revert "Some animation cleanup/refactoring."Leonardo Sobral Cunha2010-02-261-6/+5
| | | | This reverts commit b5700759da7bccf0ccd6e20b1727950532894ad2.
* 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
| | | | | | | 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-18/+18
| | | | There's nothing meta about our properties.
* Make more private QDeclarativeMetaProperty methods privateAaron Kennedy2010-02-251-3/+4
|
* Remove QDeclarativeMetaProperty::createProperty() methodAaron Kennedy2010-02-251-1/+1
| | | | | The behavior of createProperty() (to resolve dot properties) is now the behavior of the constructors.
* Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-241-1/+1
|
* Simplify QML element registration headersAaron Kennedy2010-02-241-0/+1
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+2369
QDeclarativeXXX.