Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix examples after 47fb07c9fdf47584ae55f3412102bbeef5576b04. | Yann Bodson | 2010-03-18 | 1 | -0/+0 |
| | |||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 1 | -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 -> MouseArea | Martin Jones | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | cleanup dial example | Yann Bodson | 2009-10-30 | 9 | -50/+15 |
| | |||||
* | Allow dial to be built as an exe. | Martin Jones | 2009-10-08 | 3 | -0/+37 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 2 | -10/+9 |
| | |||||
* | Follow renamed to SpringFollow. | Martin Jones | 2009-09-10 | 1 | -2/+2 |
| | |||||
* | Fix dial example | Aaron Kennedy | 2009-08-24 | 1 | -1/+3 |
| | | | | | Follow now has value property, so need to reference the root object explicitly. | ||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 1 | -3/+3 |
| | |||||
* | API improvements for MouseRegion and Drag | Martin Jones | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | MouseRegion API changes following review. | Martin Jones | 2009-08-18 | 1 | -1/+1 |
| | |||||
* | Add smooth: true to dial example. | Martin Jones | 2009-08-17 | 2 | -4/+4 |
| | |||||
* | fix all examples after change to QGraphicsTransform::origin. | Lars Knoll | 2009-07-29 | 1 | -2/+2 |
| | |||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 2 | -0/+4 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Better gradient support for Rect. | Martin Jones | 2009-05-27 | 1 | -2/+9 |
| | |||||
* | Reduce the size of the images to the minimum possible | Aaron Kennedy | 2009-05-19 | 4 | -3/+7 |
| | |||||
* | Use pngs instead of svgs for dial example. | Michael Brasser | 2009-05-19 | 9 | -492/+4 |
| | |||||
* | Docs and minor fixes for the Rotation element. | Michael Brasser | 2009-05-19 | 1 | -17/+17 |
| | |||||
* | Join some lines in examples. | Martin Jones | 2009-05-11 | 2 | -41/+17 |
| | |||||
* | Use QML properties syntax | Aaron Kennedy | 2009-05-01 | 1 | -5/+3 |
| | |||||
* | Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore. | Yann Bodson | 2009-04-29 | 1 | -4/+4 |
| | |||||
* | Converted the examples. | Roberto Raggi | 2009-04-27 | 2 | -26/+80 |
| | |||||
* | Tweak the Dial example. | Michael Brasser | 2009-04-26 | 2 | -4/+4 |
| | |||||
* | Simplify dial example. | Aaron Kennedy | 2009-04-23 | 1 | -3/+2 |
| | | | | | As Item::rotation is a subscribable property, the second (identical) Follow is unnecessary. | ||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 6 | -0/+515 |