summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlstateoperations.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-3/+3
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Remove include styles that rely on configure.Warwick Allison2009-12-011-2/+2
| | | | May help modularization (syncqt and configure are Qt-specific).
* 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
| | | | Task-number: QTBUG-5769
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-131-3/+4
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Autotests.Michael Brasser2009-11-121-3/+4
| |
* | Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-3/+3
|/ | | | as it breaks reinstalling the module against existing Qt.
* Return qmlInfo(obj) << syntax.Warwick Allison2009-11-101-4/+4
| | | | Fixes QTBUG-5480
* Test (and fix) animation actions.Michael Brasser2009-11-101-0/+12
|
* Remove "to" limit on minor version.Warwick Allison2009-11-051-3/+3
| | | | | | 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-18/+18
|\ | | | | | | | | | | | | | | | | | | | | 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-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+2
| | | | | | | | | | | | | | | | | | 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-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
| | | | | | | Now you can assign the script you want to run to the property directly, rather than assigning a string. Task-number: QT-734
* 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
| | | | Task-number: QT-747
* 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 ↵Yann Bodson2009-08-311-1/+31
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * More robust AnchorChanges.Michael Brasser2009-08-311-1/+31
| | | | | | | | | | Still not completely reliable -- doesn't handle cancellations well, and checking if one Anchor change overrides another isn't reliable.
* | AnchorChanges docYann Bodson2009-08-311-1/+18
|/
* Rename State change elements.Martin Jones2009-08-211-67/+67
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* 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
| | | | | Consistently use parentItem() as it is consistent with the naming in QGraphicsItem.
* Fix ParentChange in states.Michael Brasser2009-07-281-0/+10
| | | | Make sure we can override when necessary.
* Compile fix after merge.Michael Brasser2009-07-231-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-231-2/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-231-0/+6
| |\ | | | | | | | | | 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-2/+2
| | | | | | | | | | | | 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-2/+2
| | | | | | | | | | | | | | | Adjust examples and demos accordingly. As per QT-558
* | | Get anchor change transitions working.Michael Brasser2009-07-231-39/+81
| | |
* | | Add SetAnchors.Michael Brasser2009-07-231-0/+199
| |/ |/| | | | | SetAnchors allows setting and resetting anchors in a state change.
* | Stricter matching for ParentChangeAction.Michael Brasser2009-07-231-0/+6
|/
* Remove moveToParent property.Michael Brasser2009-07-221-26/+88
| | | | Functionality has been moved to ParentChange.
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-1/+1
|
* Remove QmlSetPropertyAaron Kennedy2009-07-011-219/+0
| | | | This involves the introduction of separation between states and transition application. This was necessary to allow layouts to continue to use transitions.
* Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-8/+2
| | | | Also removed all uses of SetProperty
* Remove extraneous semicolons.Martin Jones2009-05-261-3/+3
| | | | Caused massive number of warnings with winscw
* Format conversion for animation, states and transitions, and transformMichael Brasser2009-05-011-11/+30
| | | | elements.