summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dial
Commit message (Collapse)AuthorAgeFilesLines
* Fix examples after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Yann Bodson2010-03-181-0/+0
|
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | 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.
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|
* cleanup dial exampleYann Bodson2009-10-309-50/+15
|
* Allow dial to be built as an exe.Martin Jones2009-10-083-0/+37
|
* lowercase idsYann Bodson2009-10-062-10/+9
|
* Follow renamed to SpringFollow.Martin Jones2009-09-101-2/+2
|
* Fix dial exampleAaron Kennedy2009-08-241-1/+3
| | | | | Follow now has value property, so need to reference the root object explicitly.
* Renaming Rect -> RectangleYann Bodson2009-08-191-3/+3
|
* API improvements for MouseRegion and DragMartin Jones2009-08-191-1/+1
|
* MouseRegion API changes following review.Martin Jones2009-08-181-1/+1
|
* Add smooth: true to dial example.Martin Jones2009-08-172-4/+4
|
* fix all examples after change to QGraphicsTransform::origin.Lars Knoll2009-07-291-2/+2
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-232-0/+4
| | | | | Adjust examples and demos accordingly. As per QT-558
* Better gradient support for Rect.Martin Jones2009-05-271-2/+9
|
* Reduce the size of the images to the minimum possibleAaron Kennedy2009-05-194-3/+7
|
* Use pngs instead of svgs for dial example.Michael Brasser2009-05-199-492/+4
|
* Docs and minor fixes for the Rotation element.Michael Brasser2009-05-191-17/+17
|
* Join some lines in examples.Martin Jones2009-05-112-41/+17
|
* Use QML properties syntaxAaron Kennedy2009-05-011-5/+3
|
* Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore.Yann Bodson2009-04-291-4/+4
|
* Converted the examples.Roberto Raggi2009-04-272-26/+80
|
* Tweak the Dial example.Michael Brasser2009-04-262-4/+4
|
* Simplify dial example.Aaron Kennedy2009-04-231-3/+2
| | | | | As Item::rotation is a subscribable property, the second (identical) Follow is unnecessary.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-226-0/+515