summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/listview
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Jason McDonald2010-10-019-9/+9
| | | | | | | | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones (cherry picked from commit 49452ad6b22e080b1dfdfde38c21c48bb910a1ae) Conflicts: tests/auto/declarative/qdeclarativeconnection/data/error-object.qml tests/auto/declarative/qdeclarativeconnection/data/error-property.qml tests/auto/declarative/qdeclarativeconnection/data/error-property2.qml tests/auto/declarative/qdeclarativeconnection/data/error-syntax.qml tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp tests/auto/declarative/qdeclarativeqt/data/quit.qml tests/auto/declarative/qdeclarativeview/data/error1.qml
* 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).