| Commit message (Expand) | Author | Age | Files | Lines |
* | Clear the root index when the model is reset. | Girish Ramakrishnan | 2011-04-27 | 1 | -0/+5 |
|
|
* | Doc: VisualDataModel.rootIndex is only affects hierarchical models | Geir Vattekar | 2011-02-17 | 1 | -1/+2 |
|
|
* | Merge branch 'qtquick11' into 4.7 | Martin Jones | 2011-01-28 | 1 | -2/+3 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-07 | 1 | -0/+6 |
| |\ \ |
|
| * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2010-12-13 | 1 | -1/+1 |
| |\ \ \ |
|
| * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Yann Bodson | 2010-11-23 | 1 | -0/+4 |
| |\ \ \ \ |
|
| * | | | | | Performance fix | Michael Brasser | 2010-11-11 | 1 | -2/+3 |
|
|
* | | | | | | Fix typo in error message. | Martin Jones | 2011-01-28 | 1 | -1/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | Models which load incrementally via fetchMore() don't work. | Martin Jones | 2010-12-23 | 1 | -0/+6 |
| |_|/
|/| | |
|
* | | | A QAIM model resulted in items moving to incorrect locations | Martin Jones | 2010-12-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix regression due to 6cf397f7ac35a058096528a7ad8bfaf623b30747 | Martin Jones | 2010-11-16 | 1 | -0/+2 |
|
|
* | | VisualDataModel::count should be 0 until a valid delegate is set. | Martin Jones | 2010-11-16 | 1 | -0/+2 |
|/ |
|
* | Run util/normalize on src/declarative. | Yann Bodson | 2010-10-26 | 1 | -16/+16 |
|
|
* | Update sections if model content changes. | Martin Jones | 2010-10-12 | 1 | -0/+21 |
|
|
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 1 | -1/+1 |
|
|
* | Fix a crash in QDeclarativeVisualDataModel | Joona Petrell | 2010-09-21 | 1 | -3/+3 |
|
|
* | Small optimization for QDeclarativeVisualDataModel. | Michael Brasser | 2010-09-21 | 1 | -2/+2 |
|
|
* | Models with a single role may not update due to "modelData" conflict. | Martin Jones | 2010-09-16 | 1 | -10/+30 |
|
|
* | Fix VisualDataModel model update handling when rootIndex is specified. | Martin Jones | 2010-08-27 | 1 | -6/+9 |
|
|
* | Handle layoutChanged() properly in QML views. | Martin Jones | 2010-08-26 | 1 | -0/+8 |
|
|
* | Revert 4bc81bb1cb3cd4a0a3fe071e00556124e770d7ac | Martin Jones | 2010-08-26 | 1 | -2/+0 |
|
|
* | Handle QAbstractItemModel layoutChanged() signal | Martin Jones | 2010-08-25 | 1 | -0/+2 |
|
|
* | Don't circumvent onDestruction handlers when clearing expression in delegate ... | Martin Jones | 2010-08-25 | 1 | -1/+1 |
|
|
* | QDeclarativeVisualItemModel code cleanup. | Michael Brasser | 2010-08-24 | 1 | -46/+1 |
|
|
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -0/+2 |
|
|
* | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938. | Jerome Pasion | 2010-08-09 | 1 | -1/+1 |
|
|
* | Ensure dataChanged doesn't force request for unwanted data in QML views. | Martin Jones | 2010-08-03 | 1 | -5/+10 |
|
|
* | Reference count items in VisualItemModel. | Martin Jones | 2010-08-02 | 1 | -11/+37 |
|
|
* | Ensure released VisualItemModel items are removed from the scene. | Martin Jones | 2010-07-20 | 1 | -3/+5 |
|
|
* | Fix ListView sections with QList<QObject*> | Martin Jones | 2010-07-19 | 1 | -0/+5 |
|
|
* | docs - quote code with snippets, other improvements | Bea Lam | 2010-07-01 | 1 | -0/+6 |
|
|
* | VisualDataModel hasModelChildren role shadowed user roles. | Martin Jones | 2010-06-28 | 1 | -1/+1 |
|
|
* | Move listview/itemlist.qml to a separate visualitemmodel example | Bea Lam | 2010-06-11 | 1 | -0/+2 |
|
|
* | Document attached properties | Bea Lam | 2010-06-10 | 1 | -1/+8 |
|
|
* | Doc improvements: move some example code to snippets, add screenshots, | Bea Lam | 2010-06-09 | 1 | -73/+26 |
|
|
* | Doc fixes and improvements - fix some example code, link to | Bea Lam | 2010-06-02 | 1 | -2/+4 |
|
|
* | Stop warnings. | Warwick Allison | 2010-05-20 | 1 | -1/+1 |
|
|
* | Doc improvements | Bea Lam | 2010-05-19 | 1 | -3/+0 |
|
|
* | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 1 | -3/+3 |
|
|
* | Don't store the role-property map for each individual item. | Martin Jones | 2010-05-11 | 1 | -23/+40 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-06 | 1 | -1/+1 |
|\ |
|
| * | qdoc fixes | Yann Bodson | 2010-05-06 | 1 | -1/+1 |
|
|
* | | Avoid warnings as delegates with bindings to parent are created and destroyed. | Martin Jones | 2010-05-06 | 1 | -0/+8 |
|/ |
|
* | QList<QObject*> models now update their properties when they change. | Martin Jones | 2010-05-05 | 1 | -2/+6 |
|
|
* | When a model delegate is released, remove it from the scene immediately. | Martin Jones | 2010-04-30 | 1 | -4/+3 |
|
|
* | Don't "adjust" the z value of a delegate that has been cached. | Martin Jones | 2010-04-27 | 1 | -6/+24 |
|
|
* | Rename QDeclarativeExpression::value() to evaluate(). | Michael Brasser | 2010-04-22 | 1 | -3/+3 |
|
|
* | Add hasModelChildren property to delegates with QAbstractItemModel model type. | Martin Jones | 2010-04-21 | 1 | -36/+65 |
|
|