Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: More work on the QML documentation. | David Boddie | 2010-09-07 | 1 | -62/+91 |
| | |||||
* | Doc: More work on the QML documentation. | David Boddie | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-07-16 | 1 | -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 code | Bea Lam | 2010-07-16 | 1 | -2/+14 |
| | | |||||
* | | doc: Added doc for accessing views and models from delegates. | Martin Smith | 2010-07-08 | 1 | -0/+73 |
|/ | | | | Task-number: QTBUG-11648 | ||||
* | Add abstractitemmodel example, and fix some model docs | Bea Lam | 2010-07-01 | 1 | -115/+149 |
| | |||||
* | docs - quote code with snippets, other improvements | Bea Lam | 2010-07-01 | 1 | -86/+77 |
| | |||||
* | Docs - add more links to relevant examples | Bea Lam | 2010-06-30 | 1 | -0/+4 |
| | | | | Task-number: QTBUG-11754 | ||||
* | Doc: Relicensed the documentation under the GNU FDL version 1.3. | David Boddie | 2010-06-21 | 1 | -25/+11 |
| | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | doc | Warwick Allison | 2010-05-17 | 1 | -3/+20 |
| | | | | models from plugins | ||||
* | Clarify ListModel population via JS. | Martin Jones | 2010-05-11 | 1 | -0/+22 |
| | | | | Task-number: QTBUG-10457 | ||||
* | QList<QObject*> models now update their properties when they change. | Martin Jones | 2010-05-05 | 1 | -2/+9 |
| | | | | Task-number: QTBUG-10348 | ||||
* | Doc: fix QStringList model doc (really). | Martin Jones | 2010-04-22 | 1 | -1/+1 |
| | |||||
* | Add hasModelChildren property to delegates with QAbstractItemModel model type. | Martin Jones | 2010-04-21 | 1 | -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 fixes | Bea Lam | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Fix example | Bea Lam | 2010-04-09 | 1 | -7/+15 |
| | | | | Task-number: QTBUG-8514 | ||||
* | Little more doc on QabstractItemModel and QML. | Martin Jones | 2010-03-15 | 1 | -3/+17 |
| | |||||
* | Fix typo in docs | Alan Alpert | 2010-03-09 | 1 | -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 Allison | 2010-02-24 | 1 | -0/+341 |
QDeclarativeXXX. |