summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews
Commit message (Collapse)AuthorAgeFilesLines
* Declarative Examples: Fall back to local qmlapplicationviewer.Daniel Molkentin2011-11-2219-19/+38
| | | | Rubberstamped-by: Oswald Buddenhagen
* Fix use of qmlapplicationviewer.Daniel Molkentin2011-11-2119-19/+38
| | | | | | | - Two separate copies for demos and example - Fix deployment (don't install to opt in desktop case) Reviewed-by: Casper van Donderen
* Update qrc files.Casper van Donderen2011-11-181-1/+1
| | | | | | | The qml files were moved within the examples, the qrc files were not updated accordingly. This change fixes the problem. Reviewed-By: Daniel Molkentin
* modelviews/visualitemmodel example changesartoka2011-11-178-550/+6
| | | | | | | | | Modified the example 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>
* Modelviews Examples Modificationsartoka2011-11-1792-2625/+43
| | | | | | | | | | | | modelviews/webview/ alerts, autosize, googlemaps, inlinehtml and newwindows example modifications Modified 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>
* modelviews/stringlistmodel example modificationsartoka2011-11-173-19/+43
| | | | | | | | | Modified the example 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>
* modelviews/pathview example modificationsartoka2011-11-1714-436/+6
| | | | | | | | | Modified the example 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>
* modelviews/parallax example modificationsartoka2011-11-1717-8/+214
| | | | | | | | | Modified the example 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>
* modelviews/package example modificationsartoka2011-11-1710-3/+209
| | | | | | | | | Modified the example 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>
* modelview/objectlistmodel example modificationsartoka2011-11-174-26/+44
| | | | | | | | Modified example 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>
* 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>
* modelviews/gridview-example example modificationsartoka2011-11-1714-436/+6
| | | | | | | | | Modified the example to use centralized qmlapplicationviewer, deleted duplicate files and modified the project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* modelviews/delegate example modificationsartoka2011-11-178-437/+7
| | | | | | | | | Modified the project to use centralized qmlapplicationviewer, deleted duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* modelviews/abstractitemmodel example modificationsartoka2011-11-173-10/+41
| | | | | | | | | Modified the project to use centralized qmlapplicationviewer, deleted duplicate files and modified the project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Added missing license headers.David Boddie2011-06-173-0/+120
|
* Doc: Added missing license headers for documentation and examples.David Boddie2011-06-0839-0/+1560
|
* Squashed merge of the master-temp branch.David Boddie2011-05-065-0/+80
| | | | | Conflicts: doc/src/examples/maemovibration.qdoc
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-28341-0/+16832
| | | | (4.7-generated-declarative branch).
* Update copyright year to 2011.Jason McDonald2011-01-1033-33/+33
| | | | Reviewed-by: Trust Me
* Add 'Writing New Components' docs, and document the connect() function.Bea Lam2010-12-031-0/+7
| | | | | | | | The 'Writing QML Components' is mainly a restructuring of the 'Extending types from QML' page. It also documents the signal connect() function that was previously undocumented. Task-number: QTBUG-15718, QTBUG-15138
* 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-2926-26/+26
| | | | | 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-1631-31/+31
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1331-31/+31
| |
* | 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
|
* Add visible background element to declarative examples that didn't have anyJoona Petrell2010-08-181-1/+2
| | | | | | | Invisible areas cause redraw artifacts with OpenVg paint engine. Task-number: Reviewed-by: Martin Jones
* PathView doc clarification.Martin Jones2010-07-191-5/+4
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-191-0/+2
|\
| * fixes, improvements for various docs and example codeBea Lam2010-07-161-0/+2
| |
* | Add a PathView example.Martin Jones2010-07-199-0/+124
|/
* Follow -> Behaviormae2010-07-081-2/+3
| | | | Replace the usages of Follows with Behaviors, update docs.
* Add abstractitemmodel example, and fix some model docsBea Lam2010-07-018-6/+304
|
* docs - quote code with snippets, other improvementsBea Lam2010-07-015-21/+31
|
* Merge remote branch 'origin/4.7' into qml-4.7Rohan McGovern2010-06-226-6/+6
|\ | | | | | | | | Conflicts: examples/declarative/modelviews/webview/transparent.qml
| * Fix WebKit declarative examples (second try)Simon Hausmann2010-06-221-1/+1
| | | | | | | | | | | | Forgot one occurrence of org.webkit :) Reviewed-by: Trust me
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-06-226-6/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit: Fix examples Updated WebKit to 45d1c9149ef8940081fa8dd35854d2b95ebaf3cd Updated WebKit to 4ad38c43081bedb69c7e26a9ca0fb2c50456066d Updated WebKit to 19de3d2848b715f937eb375a078672cc8e9b8185 Updated WebKit to 19de3d2848b715f937eb375a078672cc8e9b8185 Updated WebKit to 515aae71494436816cd0250cdc52caa4f2566aef Update S60 stuff after renaming the webkit component. Update qmlchanges from import org.webkit to QtWebKit Updated WebKit to e32cb21d4f1787147bcb681883b96a95f867749a Updated WebKit to a99218d1984be36e00966f988123fa7e2b18eec5 Remove the old WebView element in src/import. The new one is in src/3rdparty/webkit Updated WebKit to d7a095a2a9514e1f132b779b99279585820b46f5 Updated WebKit to c6f08f4c13f88491a5d1ae1794c72166af0c26ba
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-06-226-6/+6
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit: Fix examples Updated WebKit to 45d1c9149ef8940081fa8dd35854d2b95ebaf3cd Updated WebKit to 4ad38c43081bedb69c7e26a9ca0fb2c50456066d Updated WebKit to 19de3d2848b715f937eb375a078672cc8e9b8185 Updated WebKit to 19de3d2848b715f937eb375a078672cc8e9b8185 Updated WebKit to 515aae71494436816cd0250cdc52caa4f2566aef Update S60 stuff after renaming the webkit component. Update qmlchanges from import org.webkit to QtWebKit Updated WebKit to e32cb21d4f1787147bcb681883b96a95f867749a Updated WebKit to a99218d1984be36e00966f988123fa7e2b18eec5 Remove the old WebView element in src/import. The new one is in src/3rdparty/webkit Updated WebKit to d7a095a2a9514e1f132b779b99279585820b46f5 Updated WebKit to c6f08f4c13f88491a5d1ae1794c72166af0c26ba
| | | * Fix examplesSimon Hausmann2010-06-216-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Import QtWebKit instead of org.webkit Reviewed-by: Trust me
* | | | Remove transparent.qml example for now, until QTBUG-11591 is fixedBea Lam2010-06-221-55/+0
|/ / /
* | | Clean up some examplesBea Lam2010-06-2223-316/+66
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-06-218-21/+27
|\ \
| * | ListView doc improvements and examples clean upBea Lam2010-06-188-21/+27
| |/
* | Allow things that load SameGame to disable the Quit buttonAlan Alpert2010-06-211-0/+1
|/ | | | | | | If I missed any, just set inAnotherDemo to true on the SameGame root item. Task-number: QTBUG-11562
* Clean up list examplesBea Lam2010-06-169-348/+240
|
* Move listview/itemlist.qml to a separate visualitemmodel exampleBea Lam2010-06-118-0/+16
|
* Add an example of animated item add/remove in ListViewMartin Jones2010-06-081-0/+33
|
* Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-311-2/+0
| | | | | | By making selectionStart/End read-only, and adding adding select(). Task-number: QTBUG-11056
* geolocation (untested)Warwick Allison2010-05-251-0/+8
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-2127-0/+1080
|\ | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix FolderListModel parentFolder property's file drive handling Add license headers for .qml files. Also show file/line numbers on XML query errors. Print warnings for xml query syntax errors Clean up Add XmlListModel::get()