summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativevisualitemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fix memory leak in qdeclarativevisualdatamodel.Andrew den Exter2012-05-211-2/+4
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fix conversion of QAbstractItemModel::rowsMoved() parametersBea Lam2011-08-291-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Clear the root index when the model is reset.Girish Ramakrishnan2011-04-271-0/+5
* Doc: VisualDataModel.rootIndex is only affects hierarchical modelsGeir Vattekar2011-02-171-1/+2
* Merge branch 'qtquick11' into 4.7Martin Jones2011-01-281-2/+3
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-071-0/+6
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-131-1/+1
| |\ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Yann Bodson2010-11-231-0/+4
| |\ \ \ \
| * | | | | Performance fixMichael Brasser2010-11-111-2/+3
* | | | | | Fix typo in error message.Martin Jones2011-01-281-1/+1
| |_|_|_|/ |/| | | |
* | | | | Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| |_|_|/ |/| | |
* | | | Models which load incrementally via fetchMore() don't work.Martin Jones2010-12-231-0/+6
| |_|/ |/| |
* | | A QAIM model resulted in items moving to incorrect locationsMartin Jones2010-12-131-1/+1
| |/ |/|
* | Fix regression due to 6cf397f7ac35a058096528a7ad8bfaf623b30747Martin Jones2010-11-161-0/+2
* | VisualDataModel::count should be 0 until a valid delegate is set.Martin Jones2010-11-161-0/+2
|/
* Run util/normalize on src/declarative.Yann Bodson2010-10-261-16/+16
* Update sections if model content changes.Martin Jones2010-10-121-0/+21
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
* 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-261-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-101-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