Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modelChanged() should not be emitted until view is repopulated | Bea Lam | 2011-02-04 | 1 | -1/+1 |
| | | | | | | | | Otherwise, itemAt() returns invalid values at the time that modelChanged() is emitted. Task-number: QTBUG-17156 Reviewed-by: Martin Jones | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Add Repeater itemAdded(), itemRemoved() signals and itemAt() method | Bea Lam | 2011-01-06 | 1 | -42/+81 |
|/ | | | | | Task-number: QTBUG-15161 Reviewed-by: Martin Jones | ||||
* | Run util/normalize on src/declarative. | Yann Bodson | 2010-10-26 | 1 | -2/+2 |
| | |||||
* | Doc fix. | Michael Brasser | 2010-10-07 | 1 | -3/+3 |
| | |||||
* | Merge branch '4.7' into qmldocs | David Boddie | 2010-09-01 | 1 | -21/+0 |
|\ | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetext.cpp src/declarative/graphicsitems/qdeclarativetextedit.cpp | ||||
| * | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -21/+0 |
| | | |||||
* | | Doc: More work on the QML documentation. | David Boddie | 2010-08-27 | 1 | -5/+5 |
|/ | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-08-16 | 1 | -1/+4 |
|\ | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Add missing auto test files. Fix game could not be restarted Handle QGraphicsWidgets in Flickable More positioners with QGraphicsWidgets fixes. Make positioners work with QGraphicsWidgets also emit countChanged where appropriate in Repeater | ||||
| * | emit countChanged where appropriate in Repeater | Martin Jones | 2010-08-16 | 1 | -1/+4 |
| | | | | | | | | | | Task-number: QTBUG-12905 Reviewed-by: Bea Lam | ||||
* | | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -0/+1 |
|/ | | | | ...and a set of functional group pages. | ||||
* | Fix typos in docs | Thomas Zander | 2010-08-11 | 1 | -3/+3 |
| | | | | Reviewed-by: David Boddie | ||||
* | 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. |