summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/listview
Commit message (Collapse)AuthorAgeFilesLines
* Follow -> Behaviormae2010-07-081-4/+6
| | | | Replace the usages of Follows with Behaviors, update docs.
* Doc: Updated example license to three clause BSD license.David Boddie2010-06-102-56/+54
| | | | | | | See change 8f47373e3795d7ec50387d5f1a771a59567bdaea for context. Reviewed-by: Trust Me Requested-by: Legal
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-104/+0
| | | | examples from class docs and improve assorted docs
* Add license headers for .qml files.Jason McDonald2010-05-213-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.7Bea Lam2010-05-191-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 Koehne2010-05-182-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 improvementsBea Lam2010-05-193-96/+86
|/
* Rename QML Runtime (executable) to QML LauncherKai Koehne2010-05-142-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.7Yann Bodson2010-04-123-3/+3
|
* Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-081-1/+1
|
* Update QML documentation snippets to latest syntax.Aaron Kennedy2010-03-051-2/+2
|
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-031-1/+1
| | | | | | examples accordingly. Task-number: QT-2786
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-1/+1
|
* Docs.Martin Jones2009-10-211-0/+12
|
* lowercase idsYann Bodson2009-10-062-13/+13
|
* More ListView API changes.Martin Jones2009-09-141-5/+5
| | | | | ListView: wrap -> keyNavigationWraps ListView: autoHighlight -> highlightFollowsCurrentItem
* Renaming Rect -> RectangleYann Bodson2009-08-192-4/+4
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-233-0/+6
| | | | | Adjust examples and demos accordingly. As per QT-558
* Documentation.Martin Jones2009-05-062-32/+15
|
* GridView docs.Martin Jones2009-05-062-21/+17
|
* Documentation for ListViewMartin Jones2009-04-303-0/+132
Convert to new format, use \snippet.