summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlanimation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-02-161-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (42 commits) doc: Fixed some qdoc errors. doc: Fixed some qdoc errors. Fix copyright year. Fix broken license headers. doc: Fixed some qdoc errors. Reusing sheets on Mac OS X 10.5 & above shows painting artifacts. doc: Fixed some qdoc errors. QNetworkAccessManager: add method to send custom requests doc: Fixed some qdoc errors. Optimization: Avoid calling out to public API function Mac: submenu shows up at the wrong position Add operator< and qHash for QSharedPointer and fix operator-. Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Optimized QLocale to access system locale on demand. Fix QRegion under Mac OS X. update according to Thiago's comments. Changes: add functionality for dbus auto start to qt Add license header to this file readdir64 is not available on HP-UX ...
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Prepare translations of the declarative module.Friedemann Kleint2010-02-151-7/+7
|/ | | | | Add to translations profile. move stuff out of QObject-context, correct spelling and contractions, correct usage of tr().
* Animations are running by default when used as property source valueLeonardo Sobral Cunha2010-02-111-1/+9
| | | | | | | | When you assign an animation to a property (used as source value), the animation will automatically start running, which is the most common behavior for this use case. Reviewed-by: Michael Brasser
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-101-8/+8
| | | | This reverts commit d914555badcd4761864657e1e335e657b791453f.
* 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
| | | | Reviewed-by: dt
* Support animating attached properties.Michael Brasser2010-02-011-1/+1
| | | | Task-number: QTBUG-5580
* 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
| | | | | | | | If alwaysRunToEnd and repeat are set, and an animation is in the midst of running to the end, then when we call start again the animation should (smoothly) continue. Reviewed-by: Leo
* 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
| | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static
* Use QVariant::toReal() instead of QVariant::toDouble()Thierry Bastian2009-12-041-2/+2
| | | | This avoids conversions from flat to double en embedded.
* fix includesOswald Buddenhagen2009-12-031-13/+17
| | | | | | | | | | | | - 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-6/+6
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Remove include styles that rely on configure.Warwick Allison2009-12-011-4/+4
| | | | May help modularization (syncqt and configure are Qt-specific).
* Minor doc fixes for animation elements.Justin McPherson2009-11-181-12/+10
| | | | Reviewed-by: Martin Jones
* More animation autotests.Michael Brasser2009-11-171-27/+23
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-131-6/+89
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
|/ | | | as it breaks reinstalling the module against existing Qt.
* Return qmlInfo(obj) << syntax.Warwick Allison2009-11-101-4/+4
| | | | Fixes QTBUG-5480
* 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
| | | | | This is in preparation for renaming targets -> matchTargets and properties to matchProperties.
* Remove "to" limit on minor version.Warwick Allison2009-11-051-9/+9
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* Add images to QML easing curve documentationYann Bodson2009-11-021-43/+169
| | | | Task-number: QT-2326
* CleanupAaron Kennedy2009-10-301-0/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-17/+17
|\ | | | | | | | | | | | | | | | | | | | | 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
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-301-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h
| | * Doc.Michael Brasser2009-10-301-1/+1
| | | | | | | | | | | | | | | | | | Be explicit about element<->class relationship in docs. Until this is automatically set up by qdoc, we need to do it manually so things like the display of 'read-only' work properly.
| * | 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
| | | | | | | Now you can assign the script you want to run to the property directly, rather than assigning a string. Task-number: QT-734
* 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 ↵Michael Brasser2009-10-121-6/+6
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
|