summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativepixmapcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Properly protect access to pixmap reader thread with mutexChris Adams2011-11-151-16/+41
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-06-041-0/+14
|\
| * Add private method for flushing the pixmap cache.Michael Brasser2011-06-021-0/+14
* | Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-04-261-3/+1
|\
| * Set QPixmapCache default limit to 10MB on Symbian.Jani Hautakangas2011-04-261-3/+1
* | Canceling image download while reading causes crashMartin Jones2011-03-301-1/+2
|/
* Rename Image::cached to 'cached' (and QDeclarativePixmap::Cached also)Bea Lam2011-01-191-4/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-011-1/+1
|\|
| * Fix silly "will be initialised after" warning.Thiago Macieira2010-11-261-1/+1
* | Add 'cached' property to Image elementYann Bodson2010-11-121-10/+12
|/
* 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-301-3/+11
* Make sure the image reader thread is shutdown properlyMartin Jones2010-03-291-2/+14
* Source resizing for QDeclarativeImageProvider too.Warwick Allison2010-03-291-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