summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlstateoperations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix AnchorChange when multiple states in a stategroup are involved.Michael Brasser2009-11-171-2/+4
* Distinguish between reversing and rewinding a state change.Michael Brasser2009-11-171-42/+105
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-11-131-3/+4
|\
| * Autotests.Michael Brasser2009-11-121-3/+4
* | Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-3/+3
|/
* Return qmlInfo(obj) << syntax.Warwick Allison2009-11-101-4/+4
* Test (and fix) animation actions.Michael Brasser2009-11-101-0/+12
* Remove "to" limit on minor version.Warwick Allison2009-11-051-3/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-18/+18
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-301-2/+2
| |\
| | * Doc.Michael Brasser2009-10-301-2/+2
| * | fix headersWarwick Allison2009-10-291-16/+16
| |/
* | Make private headers _pAaron Kennedy2009-10-301-5/+5
* | Rename qfx files to qmlgraphics filesAaron Kennedy2009-10-301-2/+2
* | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-82/+82
|/
* Update ScriptAction and StateChangeScript to use QmlScriptString.Michael Brasser2009-10-231-6/+7
* Make ParentChange work when target has a transformOrigin set.Michael Brasser2009-10-201-11/+36
* ParentChange docsMichael Brasser2009-10-141-1/+10
* Preserve visual appearance in more cases for ParentChange.Michael Brasser2009-10-141-45/+32
* Remove a bunch of unneeded semicolons.Martin Jones2009-10-081-1/+1
* Fix to not crash if item has no parent for some reason.Bea Lam2009-10-061-2/+5
* Try to restore stacking order when restoring from a ParentChange.Michael Brasser2009-10-021-7/+51
* Fix bug with signal overrides.Michael Brasser2009-09-251-1/+1
* Round out AnchorChanges API.Michael Brasser2009-09-031-4/+89
* Fix bug when cancelling anchor change mid-transition.Michael Brasser2009-09-031-1/+7
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-311-1/+31
|\
| * More robust AnchorChanges.Michael Brasser2009-08-311-1/+31
* | AnchorChanges docYann Bodson2009-08-311-1/+18
|/
* Rename State change elements.Martin Jones2009-08-211-67/+67
* Make QFxAnchorLine private and internalAaron Kennedy2009-08-051-0/+4
* Remove some warningsYann Bodson2009-08-031-5/+5
* remove itemParent() and related.Lars Knoll2009-07-291-5/+5
* Fix ParentChange in states.Michael Brasser2009-07-281-0/+10
* Compile fix after merge.Michael Brasser2009-07-231-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-231-2/+2
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-231-0/+6
| |\
| * | Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-2/+2
| * | Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-2/+2
* | | Get anchor change transitions working.Michael Brasser2009-07-231-39/+81
* | | Add SetAnchors.Michael Brasser2009-07-231-0/+199
| |/ |/|
* | Stricter matching for ParentChangeAction.Michael Brasser2009-07-231-0/+6
|/
* Remove moveToParent property.Michael Brasser2009-07-221-26/+88
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-1/+1
* Remove QmlSetPropertyAaron Kennedy2009-07-011-219/+0
* Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-8/+2
* Remove extraneous semicolons.Martin Jones2009-05-261-3/+3
* Format conversion for animation, states and transitions, and transformMichael Brasser2009-05-011-11/+30
* Documentation for ListViewMartin Jones2009-04-301-0/+1
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-8/+8
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-271-1/+0
|\