summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-2369/+0
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-241-2/+13
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-241-2/+13
| |\
| | * Merge remote branch 'origin/master'Thiago Macieira2010-02-231-14/+36
| | |\
| | * | doc: Fixed some qdoc errors.Martin Smith2010-02-221-2/+2
| | * | Merge remote branch 'origin/master'Thiago Macieira2010-02-201-427/+502
| | |\ \
| | * | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-191-0/+11
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-231-119/+45
|\ \ \ \ \ | |/ / / /
| * | | | Adds QmlEasingValueType to qmlLeonardo Sobral Cunha2010-02-231-118/+45
| * | | | QmlExpression API reviewAaron Kennedy2010-02-231-1/+0
| | |_|/ | |/| |
* | | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-13/+11
|/ / /
* | | Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-10/+32
* | | Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-4/+4
| |/ |/|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ \ | |/
| * 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
* | | Removed incorrect Q_UNUSED() macro from QmlPropertyAnimation::transitionLeonardo Sobral Cunha2010-02-181-1/+0
* | | Animation doc fix.Michael Brasser2010-02-181-24/+11
* | | Add a RotationAnimation element.Michael Brasser2010-02-181-0/+182
* | | Remove unneeded comparison.Michael Brasser2010-02-181-1/+1
* | | Fix bugs and add tests related to manual start/stop control of animations.Michael Brasser2010-02-181-8/+11
* | | Transitions and Behaviors should exclusively control their animations.Michael Brasser2010-02-181-5/+18
* | | Minor animation class cleanup.Michael Brasser2010-02-181-24/+20
* | | Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-400/+295
|/ /
* | 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