summaryrefslogtreecommitdiffstats
path: root/examples/declarative/objectlistmodel
Commit message (Expand)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-167-284/+0
* QList<QObject*> models now update their properties when they change.Martin Jones2010-05-053-5/+15
* Add .qmlproject files to declarative examples.Yann Bodson2010-04-201-0/+16
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
* Fixed declarative examples not being installed.Rohan McGovern2010-03-081-0/+7
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-7/+7
* Remove QmlView::execute(). QmlView::setSource() does it all now.Martin Jones2010-02-231-2/+1
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-1/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-183-3/+3
|\
| * Fix copyright year.Jason McDonald2010-02-163-3/+3
* | QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-181-1/+1
|/
* Fix QList<QObject*> as a model. Add docs and example.Martin Jones2010-02-016-0/+252