Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 4 | -0/+160 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | Doc improvements, simplify example code | Bea Lam | 2010-05-05 | 3 | -3/+6 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 4 | -4/+4 |
| | |||||
* | Make QML 'hello world' tutorial less confusing. | Yann Bodson | 2010-04-01 | 3 | -20/+19 |
| | | | | Task-number: QTBUG-9384 | ||||
* | 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 | 2 | -2/+2 |
| | |||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well. | ||||
* | Fix tutorial3. | Michael Brasser | 2009-11-29 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-6306 | ||||
* | use right type | Yann Bodson | 2009-11-25 | 1 | -1/+1 |
| | |||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | use enums rather than strings in examples | Yann Bodson | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | move files to avoid duplication. | Yann Bodson | 2009-10-07 | 5 | -20/+0 |
| | |||||
* | Update 'hello world' tutorial. | Yann Bodson | 2009-10-07 | 5 | -77/+97 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 5 | -22/+22 |
| | |||||
* | fix tutorial 3 - qmlviewer bails out with "id conflicts with type name" | Frederik Gladhorn | 2009-09-07 | 1 | -2/+2 |
| | | | | | | | the reason is that MouseRegion is used as id Merge-request: 1443 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | Rename positioners. | Warwick Allison | 2009-08-24 | 2 | -2/+2 |
| | | | | QFxBasePositioner still exists though. | ||||
* | fromState -> from, toState -> to for Transition. | Michael Brasser | 2009-08-24 | 1 | -2/+2 |
| | |||||
* | Rename State change elements. | Martin Jones | 2009-08-21 | 1 | -1/+1 |
| | | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges | ||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 5 | -5/+5 |
| | |||||
* | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 3 | -3/+3 |
| | |||||
* | Rename layouts to positioners | Alan Alpert | 2009-08-13 | 2 | -2/+2 |
| | |||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 5 | -0/+10 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Color property is required to be explicity set (at least for now). | Michael Brasser | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-06-26 | 1 | -8/+3 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Changed SetProperty to SetProperties to anticipate deprecation of | Erik Verbruggen | 2009-06-23 | 1 | -8/+3 |
| | | | | | | | | SetProperty. | ||||
* | | Rename NumericAnimation -> NumberAnimation | Michael Brasser | 2009-06-26 | 1 | -1/+1 |
|/ | |||||
* | white background no good in web page, go gray | Warwick Allison | 2009-05-06 | 3 | -3/+3 |
| | |||||
* | Use QML properties syntax | Aaron Kennedy | 2009-05-01 | 2 | -6/+5 |
| | |||||
* | Doc work. | Michael Brasser | 2009-05-01 | 5 | -0/+132 |