summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativevisualitemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in QDeclarativeVisualDataModelJoona Petrell2010-09-211-3/+3
* Small optimization for QDeclarativeVisualDataModel.Michael Brasser2010-09-211-2/+2
* Models with a single role may not update due to "modelData" conflict.Martin Jones2010-09-161-10/+30
* Fix VisualDataModel model update handling when rootIndex is specified.Martin Jones2010-08-271-6/+9
* Handle layoutChanged() properly in QML views.Martin Jones2010-08-261-0/+8
* Revert 4bc81bb1cb3cd4a0a3fe071e00556124e770d7acMartin Jones2010-08-261-2/+0
* Handle QAbstractItemModel layoutChanged() signalMartin Jones2010-08-251-0/+2
* Don't circumvent onDestruction handlers when clearing expression in delegate ...Martin Jones2010-08-251-1/+1
* QDeclarativeVisualItemModel code cleanup.Michael Brasser2010-08-241-46/+1
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+2
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* Ensure dataChanged doesn't force request for unwanted data in QML views.Martin Jones2010-08-031-5/+10
* Reference count items in VisualItemModel.Martin Jones2010-08-021-11/+37
* Ensure released VisualItemModel items are removed from the scene.Martin Jones2010-07-201-3/+5
* Fix ListView sections with QList<QObject*>Martin Jones2010-07-191-0/+5
* docs - quote code with snippets, other improvementsBea Lam2010-07-011-0/+6
* VisualDataModel hasModelChildren role shadowed user roles.Martin Jones2010-06-281-1/+1
* Move listview/itemlist.qml to a separate visualitemmodel exampleBea Lam2010-06-111-0/+2
* Document attached propertiesBea Lam2010-06-101-1/+8
* Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-091-73/+26
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-2/+4
* Stop warnings.Warwick Allison2010-05-201-1/+1
* Doc improvementsBea Lam2010-05-191-3/+0
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-3/+3
* Don't store the role-property map for each individual item.Martin Jones2010-05-111-23/+40
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-061-1/+1
|\
| * qdoc fixesYann Bodson2010-05-061-1/+1
* | Avoid warnings as delegates with bindings to parent are created and destroyed.Martin Jones2010-05-061-0/+8
|/
* QList<QObject*> models now update their properties when they change.Martin Jones2010-05-051-2/+6
* When a model delegate is released, remove it from the scene immediately.Martin Jones2010-04-301-4/+3
* Don't "adjust" the z value of a delegate that has been cached.Martin Jones2010-04-271-6/+24
* Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-221-3/+3
* Add hasModelChildren property to delegates with QAbstractItemModel model type.Martin Jones2010-04-211-36/+65
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-1/+1
* Improve warning for non-Item delegates.Martin Jones2010-04-161-2/+12
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-2/+2
* Reduce warnings at shutdownAaron Kennedy2010-04-141-1/+1
* Improve efficiency of model dataChanged.Martin Jones2010-04-131-7/+8
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
* Revert "Add QListModelInterface::modelReset() signal and emit this in"Bea Lam2010-04-081-2/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-071-0/+2
|\
| * Add QListModelInterface::modelReset() signal and emit this inBea Lam2010-04-071-0/+2
* | Keep track of the item count to avoid calling model->count() during batched c...Martin Jones2010-04-071-0/+4
|/
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
* Don't crash if an out of bounds model index is accessed.Martin Jones2010-03-191-0/+2
* Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-111-3/+3
* clearFocus() before setParentItem(0) on an item with focus.Martin Jones2010-03-081-0/+2
* More renaming: MouseRegion -> MouseAreaYann Bodson2010-03-031-5/+5
* Add accessor operations to VisualItemModel::childrenAaron Kennedy2010-03-021-1/+10
* Fix warning.Michael Brasser2010-03-021-1/+0