summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/listview
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-109-9/+9
| | | | Reviewed-by: Trust Me
* highlightranges.qml example and visual test contained binding loop.Martin Jones2010-11-031-9/+11
| | | | | | | | Also, the currentIndex stayed -1 since the views all bound to each others currentIndex, which starts as -1. Task-number: QTBUG-14794 Reviewed-by: Yann Bodson
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-299-9/+9
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-09-169-9/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Fixed regression in QPixmap::size() for null pixmaps. Make test less sensitive to platform specifics Doc: Further QML improvements. Doc: Minor improvements to QML-related documentation. The test livelock of QTimer is now expected to work Make sure mapSelectionFromSource does not return a selection with invalid ranges. QEventDispatcherUnix: do not process too many timer if other events need to be processed first Doc: Continued work on the QML documentation. Doc: More work on the QML documentation. Doc: More work on the declarative API documentation. Doc: Some editing and tidying up. Doc: Added a missing file. Doc: Fixed text in license headers.
| * Doc: Fixed text in license headers.David Boddie2010-09-139-9/+9
| |
* | Add missing images for dynamiclist example.Yann Bodson2010-09-155-0/+0
|/
* Make declarative examples a bit more qt-like.Yann Bodson2010-08-263-0/+0
|
* Follow -> Behaviormae2010-07-081-2/+3
| | | | Replace the usages of Follows with Behaviors, update docs.
* Clean up some examplesBea Lam2010-06-2213-7/+9
|
* ListView doc improvements and examples clean upBea Lam2010-06-188-21/+27
|
* Clean up list examplesBea Lam2010-06-169-348/+240
|
* Move listview/itemlist.qml to a separate visualitemmodel exampleBea Lam2010-06-117-107/+0
|
* Add an example of animated item add/remove in ListViewMartin Jones2010-06-081-0/+33
|
* Add license headers for .qml files.Jason McDonald2010-05-2110-0/+400
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Restructure the examples. They are now organized into variousBea Lam2010-05-1629-0/+887
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).