summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativepixmapcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix network request completion crashing on a canceled pixmap requestJoona Petrell2010-10-211-2/+3
* Don't overflow the unreferenced cost counterAaron Kennedy2010-09-021-7/+9
* Only modify pixmap cache reply when protected by a mutexAaron Kennedy2010-08-121-1/+1
* Limit the pixmap cache in space as well as in time.Aaron Kennedy2010-08-031-7/+26
* Fixes undeleted timers (and endless warning from the event loop aboutAaron Kennedy2010-07-231-1/+1
* Ensure redirects (and indeed all reply process) is done in the right thread.Warwick Allison2010-07-211-23/+32
* Don't show warning for attempts to load pixmaps asynchronouslyBea Lam2010-07-081-2/+1
* Don't double delete cancelled pixmap cache requestsAaron Kennedy2010-07-081-3/+9
* Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-081-18/+67
* Make declarative pixmap cache easier to useAaron Kennedy2010-07-051-430/+685
* Plug QdeclarativePixmapCache canceled request leak.Martin Jones2010-06-301-27/+29
* Ensure sourcesize is in pixmap cache key.Warwick Allison2010-06-241-0/+6
* Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivateBea Lam2010-05-241-10/+2
* 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