summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativestate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add AnchorAnimation for animating AnchorChanges.Michael Brasser2010-03-111-29/+33
| | | | Task-number: QT-2825
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-3/+3
| | | | There's nothing meta about our properties.
* Remove QDeclarativeMetaProperty::createProperty() methodAaron Kennedy2010-02-251-4/+4
| | | | | The behavior of createProperty() (to resolve dot properties) is now the behavior of the constructors.
* Move private QDeclarativeMetaProperty functions into the private classAaron Kennedy2010-02-251-3/+4
| | | | | | We don't want to allow manipulation of bindings and signal properties through the public API. Equivalents of the public functions now exist in QDeclarativeMetaPropertyPrivate for internal use.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+482
QDeclarativeXXX.