Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | Add .qmlproject files to declarative examples. | Yann Bodson | 2010-04-20 | 1 | -0/+16 |
| | |||||
* | Fix code style in examples | Bea Lam | 2010-04-13 | 1 | -7/+18 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 2 | -2/+2 |
| | |||||
* | 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. | ||||
* | Change Connection syntax as per QT-2822. | Warwick Allison | 2010-02-26 | 1 | -2/+2 |
| | |||||
* | Connections example could be turned incorrectly | Yann Bodson | 2010-02-25 | 1 | -8/+4 |
| | | | | Task-number: QTBUG-8345 | ||||
* | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | cleanup | Yann Bodson | 2009-10-30 | 5 | -4/+5 |
| | |||||
* | improve connections example. | Yann Bodson | 2009-10-26 | 5 | -22/+32 |
| | |||||
* | Clean up | Bea Lam | 2009-10-08 | 1 | -5/+6 |
| | |||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 1 | -2/+2 |
| | |||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 1 | -0/+2 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Converted connections, listview and mouse. | Roberto Raggi | 2009-04-27 | 1 | -9/+29 |
| | |||||
* | Make MouseRegion signals pass a mouse event as their parameter. | Martin Jones | 2009-04-27 | 1 | -3/+3 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+9 |