summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativepixmapcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into qtquick2history/qtquick2axis2011-04-271-3/+1
|\
| * 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
* | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2Gunnar Sletta2011-04-141-1/+2
|\ \ \
| * | | Merge branch 'master' into qtquick2Michael Brasser2011-04-141-1/+2
| |\| |
| | * | Canceling image download while reading causes crashMartin Jones2011-03-301-1/+2
| | |/
* | | Delete texture objects through QSGContextGunnar Sletta2011-04-121-24/+35
* | | Remove QSGTextureRef, we're not only using QSGTextureGunnar Sletta2011-04-121-19/+20
|/ /
* | Fix up public / private scene graph APIGunnar Sletta2011-03-301-1/+2
* | Move QSGTexture::setImage() to QSGContext::createTexture(QImage)Gunnar Sletta2011-03-221-10/+5
* | Always go through QSGTexture for scenegraph based QDeclarativePixmapGunnar Sletta2011-03-181-6/+24
* | Big texture changesGunnar Sletta2011-03-171-51/+49
* | Make the texture provider part of the QDeclarativePixmapGunnar Sletta2011-03-161-16/+44
* | Make image decoding pluggable through the scenegraphGunnar Sletta2011-03-151-4/+32
* | Allow for async calls to QDeclarativeImageProvider::requestTexture()Gunnar Sletta2011-03-151-13/+46
* | Expose TextureProviders from QDeclarativeImageProviderGunnar Sletta2011-03-151-8/+32
|/
* 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