summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-161-1/+1
|\
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
* | Prepare translations of the declarative module.Friedemann Kleint2010-02-151-7/+7
|/
* Animations are running by default when used as property source valueLeonardo Sobral Cunha2010-02-111-1/+9
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-101-8/+8
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-091-8/+8
* Pass symbols::prefix (Action -> QmlAction)Warwick Allison2010-02-051-17/+17
* doc: There is no easeNone, it is called easeLinearThorbjørn Lindeijer2010-02-031-1/+1
* Support animating attached properties.Michael Brasser2010-02-011-1/+1
* Doc.Michael Brasser2010-01-291-2/+4
* Explicit animations in a transition should mark the property as modified.Michael Brasser2010-01-151-0/+22
* docWarwick Allison2009-12-101-1/+1
* Have setRunning(true) continue the animation if alwaysRunToEnd/repeat is set.Michael Brasser2009-12-101-0/+5
* QML Animation framework additions for QVector3dDaniel Pope2009-12-101-0/+58
* little imporvements and 1 warning lessThierry Bastian2009-12-071-4/+4
* Move target/property functions to their appropriate classes.Michael Brasser2009-12-071-47/+91
* Minor cleanup/optimization.Michael Brasser2009-12-071-3/+11
* small cleanupThierry Bastian2009-12-041-1/+1
* Use QVariant::toReal() instead of QVariant::toDouble()Thierry Bastian2009-12-041-2/+2
* fix includesOswald Buddenhagen2009-12-031-13/+17
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-6/+6
* Remove include styles that rely on configure.Warwick Allison2009-12-011-4/+4
* Minor doc fixes for animation elements.Justin McPherson2009-11-181-12/+10
* More animation autotests.Michael Brasser2009-11-171-27/+23
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-11-131-6/+89
|\
| * Update ParentChange + docs.Michael Brasser2009-11-121-6/+89
* | Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
|/
* Return qmlInfo(obj) << syntax.Warwick Allison2009-11-101-4/+4
* Fix after animation API changes.Michael Brasser2009-11-091-1/+1
* Update animation docs.Michael Brasser2009-11-061-5/+13
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-51/+117
* Update semantics of targets/properties and target/property.Michael Brasser2009-11-061-62/+79
* Remove "to" limit on minor version.Warwick Allison2009-11-051-9/+9
* Add images to QML easing curve documentationYann Bodson2009-11-021-43/+169
* CleanupAaron Kennedy2009-10-301-0/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-17/+17
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-301-1/+1
| |\
| | * Doc.Michael Brasser2009-10-301-1/+1
| * | fix headersWarwick Allison2009-10-291-16/+16
| |/
* | Make private headers _pAaron Kennedy2009-10-301-4/+4
* | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-9/+9
|/
* make ScriptAction work againYann Bodson2009-10-231-1/+1
* Update ScriptAction and StateChangeScript to use QmlScriptString.Michael Brasser2009-10-231-12/+10
* change all ids in doc examples to start with lower case.Martin Jones2009-10-221-4/+4
* More i18nWarwick Allison2009-10-131-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-121-6/+6
|\
| * Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-6/+6
* | Behavior fix plus basic autotests.Michael Brasser2009-10-121-0/+8
|/
* Improve Behavior reliability.Michael Brasser2009-10-111-10/+14
* Make sure animations convert between float and double when needed.Michael Brasser2009-09-091-2/+1