Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Follow -> Behavior | mae | 2010-07-08 | 1 | -4/+6 |
| | | | | Replace the usages of Follows with Behaviors, update docs. | ||||
* | Doc: Updated example license to three clause BSD license. | David Boddie | 2010-06-10 | 2 | -56/+54 |
| | | | | | | | See change 8f47373e3795d7ec50387d5f1a771a59567bdaea for context. Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Doc fixes and improvements - fix some example code, link to | Bea Lam | 2010-06-02 | 1 | -104/+0 |
| | | | | examples from class docs and improve assorted docs | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 3 | -0/+123 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-05-19 | 1 | -0/+63 |
|\ | | | | | | | | | | | Conflicts: doc/src/snippets/declarative/listview/highlight.qml doc/src/snippets/declarative/listview/listview.qml | ||||
| * | Renaming "Qml Launcher" back to "QML Viewer" | Kai Koehne | 2010-05-18 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Change the official name of the qml executable back to "Qt QML Viewer" - the original name before it got renamed to "QML Runtime" and then "QML Launcher". Also, the new Mac OS X bundle name is "QMLViewer" (without a space to ease command line use). | ||||
* | | Doc improvements | Bea Lam | 2010-05-19 | 3 | -96/+86 |
|/ | |||||
* | Rename QML Runtime (executable) to QML Launcher | Kai Koehne | 2010-05-14 | 2 | -2/+2 |
| | | | | | | | | The qml executable was first referred to as QML Viewer, then QML Runtime ... however, the latter one caused much confusion (see old version of qmlruntime.qdoc). Doc changes reviewed by Leena Miettinen. | ||||
* | import Qt 4.6 -> import Qt 4.7 | Yann Bodson | 2010-04-12 | 3 | -3/+3 |
| | |||||
* | Renamed 'source' property from SpringFollow to 'to' | Leonardo Sobral Cunha | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Update QML documentation snippets to latest syntax. | Aaron Kennedy | 2010-03-05 | 1 | -2/+2 |
| | |||||
* | Disallow ids that start with uppercase letters and update docs and | Bea Lam | 2010-02-03 | 1 | -1/+1 |
| | | | | | | examples accordingly. Task-number: QT-2786 | ||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | Docs. | Martin Jones | 2009-10-21 | 1 | -0/+12 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 2 | -13/+13 |
| | |||||
* | More ListView API changes. | Martin Jones | 2009-09-14 | 1 | -5/+5 |
| | | | | | ListView: wrap -> keyNavigationWraps ListView: autoHighlight -> highlightFollowsCurrentItem | ||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 2 | -4/+4 |
| | |||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 3 | -0/+6 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Documentation. | Martin Jones | 2009-05-06 | 2 | -32/+15 |
| | |||||
* | GridView docs. | Martin Jones | 2009-05-06 | 2 | -21/+17 |
| | |||||
* | Documentation for ListView | Martin Jones | 2009-04-30 | 3 | -0/+132 |
Convert to new format, use \snippet. |