summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativerepeater.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' into qmldocsDavid Boddie2010-09-011-21/+0
|\ | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetext.cpp src/declarative/graphicsitems/qdeclarativetextedit.cpp
| * Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-21/+0
| |
* | Doc: More work on the QML documentation.David Boddie2010-08-271-5/+5
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-161-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 RepeaterMartin Jones2010-08-161-1/+4
| | | | | | | | | | Task-number: QTBUG-12905 Reviewed-by: Bea Lam
* | qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+1
|/ | | | ...and a set of functional group pages.
* Fix typos in docsThomas Zander2010-08-111-3/+3
| | | | Reviewed-by: David Boddie
* qdoc: Fixed reporting of read-only status for QML properties.Martin Smith2010-07-221-1/+0
| | | | Task-number: QTBUG-11512
* docs - fix doc links, minor improvementsBea Lam2010-07-021-14/+24
|
* doc: improve Repeater model docs.Martin Jones2010-06-171-10/+3
|
* Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-111-33/+61
| | | | docs more consistent
* Various doc fixes and improvementsBea Lam2010-05-311-4/+10
|
* Don't store the role-property map for each individual item.Martin Jones2010-05-111-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 fixesBea Lam2010-04-281-1/+1
|
* Don't crash on invalid model remove signal.Martin Jones2010-04-271-4/+9
| | | | Task-number: QTBUG-10209
* Update Repeater docs.Michael Brasser2010-04-071-5/+14
|
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-3/+3
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Correctly parent repeater items.Michael Brasser2010-03-301-5/+5
|
* Setting stacking order from top to bottom seems to work better.Martin Jones2010-03-191-8/+4
| | | | Task-number: QTBUG-9182
* Handle itemsInserted/Removed/Moved() correctly for repeater.Martin Jones2010-03-091-6/+50
| | | | | | Also make positioners react correctly to item moves. Task-number: QT-745
* React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-251-0/+7
| | | | Task-number: QTBUG-8494
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+328
QDeclarativeXXX.