summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlstate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-6/+6
|/
* Doc.Michael Brasser2009-10-281-1/+1
|
* Don't accidently override originals.Michael Brasser2009-10-201-1/+2
|
* Make sure ParentChange always saves original parent.Michael Brasser2009-10-111-3/+1
|
* Fix bug with signal overrides.Michael Brasser2009-09-251-2/+2
|
* Fix bug when cancelling anchor change mid-transition.Michael Brasser2009-09-031-0/+3
|
* Doc fixesYann Bodson2009-08-271-1/+1
|
* Fix compile after merge from 4.6.Michael Brasser2009-08-251-2/+2
|
* Property changes after API review.Michael Brasser2009-08-201-2/+2
| | | | | State:operations -> changes Transition:operations -> animations
* doc cleanupYann Bodson2009-08-191-34/+0
|
* Don't leak bindings.Michael Brasser2009-08-061-7/+4
| | | | Make sure we clean up bindings for a cancelled state change.
* Remove some warningsYann Bodson2009-08-031-9/+10
|
* Fix ParentChange in states.Michael Brasser2009-07-281-5/+23
| | | | Make sure we can override when necessary.
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-231-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-231-4/+4
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | 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
* | | Get anchor change transitions working.Michael Brasser2009-07-231-4/+24
| |/ |/|
* | Stricter matching for ParentChangeAction.Michael Brasser2009-07-231-4/+4
|/
* Remove moveToParent property.Michael Brasser2009-07-221-13/+34
| | | | Functionality has been moved to ParentChange.
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-3/+3
|
* Remove QmlSetPropertyAaron Kennedy2009-07-011-128/+18
| | | | This involves the introduction of separation between states and transition application. This was necessary to allow layouts to continue to use transitions.
* StateOperation doesn't need to be instantiated from Qml.Michael Brasser2009-07-011-1/+1
|
* Support animating dot properties.Michael Brasser2009-06-301-1/+3
| | | | | Make sure we can handle things like PropertyAnimation { property: "anchors.leftMargin" }
* Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-26/+58
| | | | Also removed all uses of SetProperty
* A little cleanupAaron Kennedy2009-06-251-37/+65
|
* Remove extraneous semicolons.Martin Jones2009-05-261-2/+2
| | | | Caused massive number of warnings with winscw
* Add a SetProperties::restoreEntryValues property to store the state ↵Aaron Kennedy2009-05-191-2/+2
| | | | restoring property entry values
* Apply a states binding changes even if there is no transition.Michael Brasser2009-05-111-6/+11
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-04-291-33/+33
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-33/+33
| |
* | qdoc: Corrected some qdoc warnings.Martin Smith2009-04-291-1/+0
|/
* Replace the use of the obsolete GfxEasing with QEasingCurve.Michael Brasser2009-04-271-1/+0
|
* 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/+469