summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmltransition.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use deferred properties in states and transitionsAaron Kennedy2009-12-181-0/+2
|
* Minor cleanup/optimization.Michael Brasser2009-12-071-10/+7
|
* Cleanup.Michael Brasser2009-12-041-7/+7
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-031-8/+9
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * fix includesOswald Buddenhagen2009-12-031-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | Minor optimizations.Michael Brasser2009-12-031-3/+4
|/
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-7/+7
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Cleanup.Michael Brasser2009-11-131-2/+1
|
* Fix after animation API changes.Michael Brasser2009-11-091-5/+5
|
* Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* 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