summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmltransition.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-16/+16
|\ | | | | | | | | | | | | | | | | | | | | 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
| * fix headersWarwick Allison2009-10-291-16/+16
| |
* | Make private headers _pAaron Kennedy2009-10-301-5/+5
|/
* Doc.Michael Brasser2009-10-281-1/+1
|
* fromState -> from, toState -> to for Transition.Michael Brasser2009-08-241-6/+6
|
* Property changes after API review.Michael Brasser2009-08-201-5/+6
| | | | | State:operations -> changes Transition:operations -> animations
* doc cleanupYann Bodson2009-08-191-28/+0
|
* Make sure we get a complete when reversing a transition.Michael Brasser2009-08-141-1/+3
| | | | This fixes task 258702.
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
| | | | Span is from version where introduced (all 4.6) to current QT_VERSION.
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
| | | | | Adjust examples and demos accordingly. As per QT-558
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-1/+0
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-021-0/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Change reversible transition semantics.Michael Brasser2009-07-011-0/+1
| | | | | | | | | | The new semantics match those of playing a QAbstractionAnimation backward. (i.e. it is now an exact visual reverse)
* | Remove QmlSetPropertyAaron Kennedy2009-07-011-3/+4
|/ | | | This involves the introduction of separation between states and transition application. This was necessary to allow layouts to continue to use transitions.
* Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
| | | | Caused massive number of warnings with winscw
* docWarwick Allison2009-05-061-1/+1
|
* Format conversion for animation, states and transitions, and transformMichael Brasser2009-05-011-2/+4
| | | | elements.
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-3/+3
|
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-1/+1
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+283