summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlstateoperations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-833/+0
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-231-1/+0
|\
| * QmlExpression API reviewAaron Kennedy2010-02-231-1/+0
* | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-3/+3
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-161-1/+1
| |\
| | * Fix copyright year.Jason McDonald2010-02-161-1/+1
* | | Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-1/+1
|/ /
* | Prepare translations of the declarative module.Friedemann Kleint2010-02-151-4/+4
|/
* Pass symbols::prefix (Action -> QmlAction)Warwick Allison2010-02-051-9/+9
* Stop using QGuardAaron Kennedy2009-12-231-2/+3
* fix includesOswald Buddenhagen2009-12-031-7/+10
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-3/+3
* Remove include styles that rely on configure.Warwick Allison2009-12-011-2/+2
* Doc.Michael Brasser2009-11-241-3/+18
* 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
|\