Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 20 | -66/+0 |
| | | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples). | ||||
* | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 2 | -2/+2 |
| | |||||
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops. | ||||
* | Replace Animation's repeat property with loops. | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite. | ||||
* | 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 | 2 | -2/+2 |
| | |||||
* | More strict type checking of ListElement properties. | Warwick Allison | 2010-02-19 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-6203 | ||||
* | forgot icons | Yann Bodson | 2009-10-27 | 6 | -0/+0 |
| | |||||
* | make listview/dynamic.qml work again | Yann Bodson | 2009-10-27 | 1 | -7/+9 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 2 | -28/+23 |
| | |||||
* | tweak | Warwick Allison | 2009-09-11 | 1 | -0/+29 |
| | |||||
* | Missed icons. | Warwick Allison | 2009-09-08 | 3 | -0/+0 |
| | |||||
* | Get recipes example running again. | Michael Brasser | 2009-09-07 | 1 | -6/+6 |
| | |||||
* | Rename State change elements. | Martin Jones | 2009-08-21 | 1 | -1/+1 |
| | | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges | ||||
* | Rename centeredIn to centerIn. | Michael Brasser | 2009-07-31 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 1 | -1/+1 |
| | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript. | ||||
* | Use QML signal syntax | Aaron Kennedy | 2009-05-01 | 1 | -3/+1 |
| | |||||
* | Use QML properties syntax | Aaron Kennedy | 2009-05-01 | 1 | -3/+2 |
| | |||||
* | port syntax | Warwick Allison | 2009-04-30 | 1 | -21/+40 |
| | |||||
* | Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore. | Yann Bodson | 2009-04-29 | 1 | -2/+2 |
| | |||||
* | Allow method text of recipe example to scroll | Martin Jones | 2009-04-23 | 2 | -0/+0 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 8 | -0/+21 |