summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlstate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-482/+0
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-241-0/+1
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-241-0/+1
| |\
| | * Merge remote branch 'origin/master'Thiago Macieira2010-02-231-3/+17
| | |\
| | * | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-191-0/+1
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-231-1/+1
|\ \ \ \ | |/ / /
| * | | Make QmlBinding (and friends) privateAaron Kennedy2010-02-231-1/+1
| | |/ | |/|
* | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-2/+1
|/ /
* | Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-3/+17
|/
* Fix copyright year.Jason McDonald2010-02-161-1/+1
* Pass symbols::prefix (Action -> QmlAction)Warwick Allison2010-02-051-24/+24
* Add more detailed debuggingAaron Kennedy2010-01-201-1/+2
* Use deferred properties in states and transitionsAaron Kennedy2009-12-181-0/+2
* Use destroy() to destroy bindings.Michael Brasser2009-12-171-2/+4
* Include more info for state debugging.Michael Brasser2009-12-161-2/+2
* fix includesOswald Buddenhagen2009-12-031-9/+12
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-8/+8
* Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
* Remove deleted states from the StateGroup.Michael Brasser2009-11-191-0/+3
* Distinguish between reversing and rewinding a state change.Michael Brasser2009-11-171-0/+4
* Autotests.Michael Brasser2009-11-161-2/+5
* Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
* CleanupAaron Kennedy2009-10-301-0/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-17/+17
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-301-1/+1
| |\
| | * Doc.Michael Brasser2009-10-301-1/+1
| * | 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
* doc cleanupYann Bodson2009-08-191-34/+0
* Don't leak bindings.Michael Brasser2009-08-061-7/+4
* Remove some warningsYann Bodson2009-08-031-9/+10
* Fix ParentChange in states.Michael Brasser2009-07-281-5/+23
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-231-1/+1
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-231-4/+4
| |\
| * | Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
| * | Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
* | | 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
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-3/+3
* Remove QmlSetPropertyAaron Kennedy2009-07-011-128/+18
* StateOperation doesn't need to be instantiated from Qml.Michael Brasser2009-07-011-1/+1