summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlanimation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Renamee property to fit class name.Michael Brasser2009-09-031-4/+4
|
* More robust AnchorChanges.Michael Brasser2009-08-311-2/+2
| | | | | Still not completely reliable -- doesn't handle cancellations well, and checking if one Anchor change overrides another isn't reliable.
* Support explicit ParentAction changesAaron Kennedy2009-08-281-0/+14
|
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-271-2/+2
|\ | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/extra/qmlbehavior.cpp src/declarative/extra/qmlbehavior.h
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-271-3/+3
| |\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/anchor-layout.qdoc
| * | Make QmlPropertyValueSource an interface.Martin Jones2009-08-271-2/+2
| | | | | | | | | | | | 1st step in animation class heirarchy redesign.
* | | Rename Behavior cpp class to match the QML name.Yann Bodson2009-08-271-7/+7
| |/ |/|
* | Fix compile after merge from 4.6.Michael Brasser2009-08-251-3/+3
|/
* SetPropertyAction -> PropertyActionMartin Jones2009-08-211-38/+38
|
* Renamed transition action elementsMartin Jones2009-08-211-55/+55
| | | | | RunScriptAction -> ScriptAction ParentChangeAction -> ParentAction
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-211-0/+4
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Make QVector3D a first-class builtin type within QMLRhys Weatherley2009-08-211-0/+4
| | | | | | | | Reviewed-by: Martin Jones
* | Rename State change elements.Martin Jones2009-08-211-3/+3
|/ | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming Rect -> RectangleYann Bodson2009-08-191-4/+4
|