summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativespringfollow_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Follow -> Behaviormae2010-07-191-120/+0
| | | | | Replace the usages of Follows with Behaviors, update docs. (cherry picked from commit b22a5e13003ff9f23b075284a1a1e0a6b0e46250)
* Don't export declarative private classesMartin Jones2010-07-011-1/+1
| | | | | Those required by creator are still exported. Everything else is no longer exported.
* Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-081-3/+11
|
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-1/+1
| | | | There's nothing meta about our properties.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+112
QDeclarativeXXX.