summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmleasefollow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-536/+0
* Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-1/+1
* Document the default velocity of EaseFollowMartin Jones2010-02-221-1/+10
* Fix copyright year.Jason McDonald2010-02-161-1/+1
* fix includesOswald Buddenhagen2009-12-031-3/+7
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-011-1/+1
|\
| * Fix jumpy EaseFollow animationsMartin Jones2009-12-011-1/+1
* | Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
|/
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
* Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-16/+16
|\
| * fix headersWarwick Allison2009-10-291-16/+16
* | Make private headers _pAaron Kennedy2009-10-301-2/+2
|/
* Ensure that the Follows handle the target value changing unexpectedly.Martin Jones2009-10-281-2/+1
* Add EaseFollow::maximumEasingTime propertyAaron Kennedy2009-10-231-19/+100
* Add NOTIFY signals to EaseFollowAaron Kennedy2009-10-231-1/+27
* change all ids in doc examples to start with lower case.Martin Jones2009-10-221-7/+7
* Some documentation link updatesThorbjørn Lindeijer2009-09-161-0/+2
* Follow renamed to SpringFollow.Martin Jones2009-09-101-2/+26
* Add EaseFollow elementAaron Kennedy2009-09-091-0/+391