summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qdeclarativemodels.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: More work on the QML documentation.David Boddie2010-09-071-62/+91
|
* Doc: More work on the QML documentation.David Boddie2010-08-271-1/+1
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-161-2/+14
|\ | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix RightBearing confusion in text layout fixes, improvements for various docs and example code Fixed debugger's evaluation of dynamic properties in context Allow test to pass on smaller screens (eg. 480 high). Minor animation doc improvement
| * fixes, improvements for various docs and example codeBea Lam2010-07-161-2/+14
| |
* | doc: Added doc for accessing views and models from delegates.Martin Smith2010-07-081-0/+73
|/ | | | Task-number: QTBUG-11648
* Add abstractitemmodel example, and fix some model docsBea Lam2010-07-011-115/+149
|
* docs - quote code with snippets, other improvementsBea Lam2010-07-011-86/+77
|
* Docs - add more links to relevant examplesBea Lam2010-06-301-0/+4
| | | | Task-number: QTBUG-11754
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* docWarwick Allison2010-05-171-3/+20
| | | | models from plugins
* Clarify ListModel population via JS.Martin Jones2010-05-111-0/+22
| | | | Task-number: QTBUG-10457
* QList<QObject*> models now update their properties when they change.Martin Jones2010-05-051-2/+9
| | | | Task-number: QTBUG-10348
* Doc: fix QStringList model doc (really).Martin Jones2010-04-221-1/+1
|
* Add hasModelChildren property to delegates with QAbstractItemModel model type.Martin Jones2010-04-211-2/+10
| | | | | | | | Also add some helper function to VisualDataModel: - VisualDataModel::modelIndex(int) returns a QModelIndex which can be assigned to VisualDataModel::rootIndex - VisualDataModel::parentModelIndex() returns a QModelIndex which can be assigned to VisualDataModel::rootIndex
* Doc fixesBea Lam2010-04-091-1/+1
|
* Fix exampleBea Lam2010-04-091-7/+15
| | | | Task-number: QTBUG-8514
* Little more doc on QabstractItemModel and QML.Martin Jones2010-03-151-3/+17
|
* Fix typo in docsAlan Alpert2010-03-091-1/+1
| | | | QStringList::appenf is private API, and shouldn't show up in docs.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+341
QDeclarativeXXX.