summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/animation.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* doc fixesYann Bodson2010-05-061-6/+6
|
* Collection of small doc improvementsMartin Jones2010-04-231-1/+1
|
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-1/+1
| | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops.
* Replace Animation's repeat property with loops.Michael Brasser2010-03-251-1/+1
| | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite.
* Update more animation on property value source docs.Martin Jones2010-03-161-4/+5
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-1/+1
| | | | QDeclarativeXXX.
* Adds QmlEasingValueType to qmlLeonardo Sobral Cunha2010-02-231-6/+6
| | | | | | | | Now it's possible to use easing curve types directly in qml as value types, {easing.type: "OutBounce"; easing.amplitude: 3}, instead of the former ugly string format, like "easeOutBounce(amplitude:3.0)". Reviewed-by: akennedy
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-221-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: Replace QmlList* and QList* support with a single QmlListProperty type Rename MouseRegion -> MouseArea Update QmlChanges with animation API changes. Document the default velocity of EaseFollow Remove use of unexprted private classes. Fix compile error on Solaris Increase durations when testing Behaviors. Add cached path rounded rect painting benchmark. Remove use of direct event posting. Use QTest::keyClick() for keys.
| * Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-2/+2
| |
* | Doc: these files are NOT part of the test suite of the Qt toolkitThiago Macieira2010-02-201-1/+1
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-18/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix broken license headers.Jason McDonald2010-02-161-18/+18
| | | | | | | | Reviewed-by: Trust Me
* | Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-45/+43
|/ | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well.
* Doc improvmentsBea Lam2009-11-251-0/+2
|
* Doc.Michael Brasser2009-11-241-3/+3
|
* Update animation docs.Michael Brasser2009-11-061-14/+62
|
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-6/+6
|
* DocAaron Kennedy2009-10-261-1/+0
|
* Start updating state and animation docs.Michael Brasser2009-10-221-72/+85
|
* doc cleanupYann Bodson2009-10-081-0/+41
|
* doc cleanupYann Bodson2009-10-071-4/+4
|
* fromState -> from, toState -> to for Transition.Michael Brasser2009-08-241-4/+4
|
* Renamed transition action elementsMartin Jones2009-08-211-4/+1
| | | | | RunScriptAction -> ScriptAction ParentChangeAction -> ParentAction
* Renaming Rect -> RectangleYann Bodson2009-08-191-2/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-261-7/+8
|\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/states/states.qml examples/declarative/states/transitions.qml examples/declarative/tutorials/helloworld/t3/tutorial3.qml src/declarative/util/qmlanimation.cpp
| * Color property is required to be explicity set (at least for now).Michael Brasser2009-06-261-1/+2
| |
| * Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-6/+6
| |
* | Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-6/+4
|/ | | | Also removed all uses of SetProperty
* Use correct 'from' value for repeating animations.Michael Brasser2009-05-071-11/+6
| | | | | Each loop, we need to check whether the user has set a from value, and if not get the current value.
* Documentation.Martin Jones2009-05-061-4/+2
|
* More doc conversion and cleanup.Michael Brasser2009-05-051-40/+86
|
* Doc work.Michael Brasser2009-05-011-2/+2
|
* Documentation fixes.Michael Brasser2009-04-241-1/+1
| | | | | Reduce the number of warnings from qdoc. \todo's have been made into tasks instead.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+130