summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmleasefollow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix includesOswald Buddenhagen2009-12-031-3/+7
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-011-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fix jumpy EaseFollow animationsMartin Jones2009-12-011-1/+1
| | | | | | | | Task-number: QTBUG-5766
* | Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
|/ | | | May help modularization (syncqt and configure are Qt-specific).
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
| | | | as it breaks reinstalling the module against existing Qt.
* Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-16/+16
|\ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * 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
| | | | | | If the target's property was changed elsewhere while the Follow wasn't running, it would fail to start when a source identical to its current source valule was set.
* 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