summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/listview
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-1150-50/+50
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Fix up examples.Daniel Molkentin2011-11-2418-367/+8
| | | | | | | | | - Remove dependencies from examples - Remove stray copies of qtc_packaging - remove .desktop files - rename examples (to their old name) Reviewed-By: Casper van Donderen
* Declarative Examples: Fall back to local qmlapplicationviewer.Daniel Molkentin2011-11-225-5/+10
| | | | Rubberstamped-by: Oswald Buddenhagen
* Fix use of qmlapplicationviewer.Daniel Molkentin2011-11-215-5/+10
| | | | | | | - Two separate copies for demos and example - Fix deployment (don't install to opt in desktop case) Reviewed-by: Casper van Donderen
* Modelview examples modifications.artoka2011-11-17151-3309/+43
| | | | | | | | | | | | modelviews\listview dynamiclist, expandingdelegates, highlight, hightlightranges and sections example modifications Modified the examples to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Doc: Added missing license headers for documentation and examples.David Boddie2011-06-0815-0/+600
|
* Squashed merge of the master-temp branch.David Boddie2011-05-061-0/+16
| | | | | Conflicts: doc/src/examples/maemovibration.qdoc
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-28162-0/+8411
| | | | (4.7-generated-declarative branch).
* 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).