summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlstate_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Pass symbols::prefix (Action -> QmlAction)Warwick Allison2010-02-051-10/+10
|
* Remove extra semicolons.Michael Brasser2010-01-111-1/+1
|
* Use deferred properties in states and transitionsAaron Kennedy2009-12-181-0/+1
|
* fix includesOswald Buddenhagen2009-12-031-1/+2
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Distinguish between reversing and rewinding a state change.Michael Brasser2009-11-171-1/+4
| | | | Task-number: QTBUG-5769
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
| | | | as it breaks reinstalling the module against existing Qt.
* Mark Action class as to be exportedKai Koehne2009-11-021-1/+1
| | | | Used in Bauhaus.
* CleanupAaron Kennedy2009-10-301-1/+0
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-16/+16
|\ | | | | | | | | | | | | | | | | | | | | 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
| * fix headersWarwick Allison2009-10-291-16/+16
| |
* | Make private headers _pAaron Kennedy2009-10-301-57/+110
|/
* Abstract expression and binding APIsAaron Kennedy2009-08-101-1/+1
| | | | | | | | | By splitting the interface through which the system interacts with bindings away from a specific implementation, we can introduce highly specialized implementations for specific optimizations. This commit also includes a sample optimization for object properties being assigned directly from a local id.
* Remove moveToParent property.Michael Brasser2009-07-221-0/+5
| | | | Functionality has been moved to ParentChange.
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-2/+2
|
* Remove QmlSetPropertyAaron Kennedy2009-07-011-5/+5
| | | | This involves the introduction of separation between states and transition application. This was necessary to allow layouts to continue to use transitions.
* CleanupMichael Brasser2009-06-301-0/+11
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Support animating dot properties.Michael Brasser2009-06-301-0/+4
| | | | | Make sure we can handle things like PropertyAnimation { property: "anchors.leftMargin" }
* Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-5/+3
| | | | Also removed all uses of SetProperty
* A little cleanupAaron Kennedy2009-06-251-2/+27
|
* Remove more unneeded semicolons.Martin Jones2009-05-271-1/+1
|
* Fixed #includesRoberto Raggi2009-05-181-3/+3
|
* Apply a states binding changes even if there is no transition.Michael Brasser2009-05-111-0/+1
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+77