summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativepixmapcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't pass sequential (QNetworkReply) to image reader, it doesn't work well e...Warwick Allison2010-05-121-1/+5
* Correctly support translation in QDeclarativePixmapCacheWarwick Allison2010-04-161-5/+5
* Compile without Qt3 support.Yann Bodson2010-04-151-1/+1
* Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-151-11/+23
* Remove QT_VERSION checks in QMLAaron Kennedy2010-04-091-7/+0
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
* Make qmlpixmapcache thread shutdown cleanerMartin Jones2010-03-301-12/+6
* Allow just one dimension to be set, the other scaled accordinglyWarwick Allison2010-03-291-3/+11
* Make sure the image reader thread is shutdown properlyMartin Jones2010-03-291-2/+14
* Source resizing for QDeclarativeImageProvider too.Warwick Allison2010-03-281-1/+3
* Use QThread IdlePriority rather than linux platform code.Martin Jones2010-03-261-14/+1
* Control of image rendered size (esp. SVG).Warwick Allison2010-03-261-57/+115
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-2/+0
* URL redirection for normal images.Warwick Allison2010-03-101-6/+35
* Add an "asynchonous" property to Image.Martin Jones2010-02-241-35/+66
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+611