Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qdoc: Fixed reporting of read-only status for QML properties. | Martin Smith | 2010-07-22 | 1 | -1/+0 |
| | | | | Task-number: QTBUG-11512 | ||||
* | docs - fix doc links, minor improvements | Bea Lam | 2010-07-02 | 1 | -14/+24 |
| | |||||
* | doc: improve Repeater model docs. | Martin Jones | 2010-06-17 | 1 | -10/+3 |
| | |||||
* | Doc improvements, including snippet fixes, linking to examples, making | Bea Lam | 2010-06-11 | 1 | -33/+61 |
| | | | | docs more consistent | ||||
* | Various doc fixes and improvements | Bea Lam | 2010-05-31 | 1 | -4/+10 |
| | |||||
* | Don't store the role-property map for each individual item. | Martin Jones | 2010-05-11 | 1 | -1/+1 |
| | | | | | | | | C++ models share a single metaobject type, so we don't need to create role-property mappings for each individual item. Also warn on attempt to modify a role that the model is unaware of (part of QTBUG-10457) | ||||
* | Doc fixes | Bea Lam | 2010-04-28 | 1 | -1/+1 |
| | |||||
* | Don't crash on invalid model remove signal. | Martin Jones | 2010-04-27 | 1 | -4/+9 |
| | | | | Task-number: QTBUG-10209 | ||||
* | Update Repeater docs. | Michael Brasser | 2010-04-07 | 1 | -5/+14 |
| | |||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -3/+3 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Correctly parent repeater items. | Michael Brasser | 2010-03-30 | 1 | -5/+5 |
| | |||||
* | Setting stacking order from top to bottom seems to work better. | Martin Jones | 2010-03-19 | 1 | -8/+4 |
| | | | | Task-number: QTBUG-9182 | ||||
* | Handle itemsInserted/Removed/Moved() correctly for repeater. | Martin Jones | 2010-03-09 | 1 | -6/+50 |
| | | | | | | Also make positioners react correctly to item moves. Task-number: QT-745 | ||||
* | React to QAbstractItemModel::modelReset() signal. | Martin Jones | 2010-02-25 | 1 | -0/+7 |
| | | | | Task-number: QTBUG-8494 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+328 |
QDeclarativeXXX. |