summaryrefslogtreecommitdiffstats
path: root/examples/declarative/behaviours
Commit message (Collapse)AuthorAgeFilesLines
* declarative examples cleanupYann Bodson2010-03-051-13/+0
|
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-022-105/+3
| | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-231-2/+4
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-223-3/+3
|
* Use console.log, not printWarwick Allison2009-11-231-1/+1
|
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-4/+4
|
* Start updating state and animation docs.Michael Brasser2009-10-223-18/+109
|
* lowercase idsYann Bodson2009-10-062-4/+4
|
* SetPropertyAction -> PropertyActionMartin Jones2009-08-211-1/+1
|
* Renaming Rect -> RectangleYann Bodson2009-08-192-3/+3
|
* Rename Rect.pen to Rect.borderMichael Brasser2009-07-311-1/+1
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-232-0/+4
| | | | | Adjust examples and demos accordingly. As per QT-558
* Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-5/+5
|
* Behavior fixes.Michael Brasser2009-06-121-11/+4
| | | | | | You can now write x: Behavior { NumericAnimation { duration: 500 } }, rather than having to specify the target and property for the animation explicitly. Also other minor fixes.
* Converted the examples.Roberto Raggi2009-04-272-41/+114
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-222-0/+41