summaryrefslogtreecommitdiffstats
path: root/examples/declarative/imageprovider
Commit message (Expand)AuthorAgeFilesLines
* Add .qmlproject files to declarative examples.Yann Bodson2010-04-201-0/+16
* Fix code style in examplesBea Lam2010-04-131-2/+3
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
* Fix imageprovider example compilation on Symbian armJoona Petrell2010-04-011-0/+4
* Update for import dir and imageProvider changes.Warwick Allison2010-03-292-3/+14
* Fix examples after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Yann Bodson2010-03-181-0/+0
* Merge remote branch 'qt/4.7' into qml-4.7Qt Continuous Integration System2010-03-101-0/+1
|\
| * doc: Fixed several qdoc errors.Martin Smith2010-03-091-0/+1
* | Oooops --- revert wrong commitmae2010-03-101-1/+1
|/
* Fixed declarative examples not being installed.Rohan McGovern2010-03-081-0/+10
* make example work againmae2010-03-031-1/+1
* Adapted example to use the import mechanismmae2010-03-025-31/+40
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-10/+10
* Remove QmlView::execute(). QmlView::setSource() does it all now.Martin Jones2010-02-231-2/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
* QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-181-1/+1
* Add QmlImageProvider to allow asynchronous access to images.Martin Jones2010-02-164-0/+135