summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlpixmapcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove race condition in remote pixmap cancelling.Martin Jones2010-02-221-17/+12
* Delete the QmlImageRequestHandler in the correct thread.Martin Jones2010-02-191-3/+6
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-161-2/+2
|\ \
| * | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-161-2/+2
| |/
* | Add QmlImageProvider to allow asynchronous access to images.Martin Jones2010-02-161-15/+23
|/
* Fix test.Martin Jones2010-02-051-7/+17
* Clean up QmlImageReader thread on engine destruction.Martin Jones2010-02-051-11/+17
* Merge branch 'kinetic-declarativeui' of git://git-nokia.trolltech.com.au/qtso...Warwick Allison2010-02-041-1/+2
* Really run image reader in its own thread.Martin Jones2010-02-031-122/+135
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-02-011-2/+7
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-02-011-122/+242
| |\
| * | Ensure pixmaps can be retrieved even if they do not fit in the QPixmapCache.Warwick Allison2010-02-011-2/+8
* | | Compile on machines without SCHED_IDLEMartin Jones2010-02-011-1/+1
| |/ |/|
* | Move image network access into a separate thread, with decoding.Martin Jones2010-01-291-107/+214
* | Remove qHash(QUrl) duplicateMartin Jones2010-01-201-9/+2
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-01-201-0/+7
|\ \
| * \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-201-11/+11
| |\ \
| * | | Compile with Qt 4.6.1Aaron Kennedy2010-01-201-0/+7
* | | | Add qHash(QUrl) for QmlPixmapCache.Martin Jones2010-01-201-0/+5
| |/ / |/| |
* | | Use Q_GLOBAL_STATIC for static global.Martin Jones2010-01-201-11/+11
|/ /
* | Avoid using QUrl::toString() in QmlPixmapCache.Martin Jones2010-01-201-20/+29
|/
* Move choice of pipelining to the point request.Warwick Allison2010-01-111-0/+1
* Optimization: signal connectionsAaron Kennedy2009-12-211-2/+15
* Remove unnecessary locking.Martin Jones2009-12-211-14/+10
* Fix image and pixmapcache tests.Martin Jones2009-12-141-1/+3
* Don't rely on Qt3SupportMartin Jones2009-12-141-3/+2
* Compile.Martin Jones2009-12-141-0/+1
* Decode images loaded via network in a separate thread.Martin Jones2009-12-141-143/+281
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-12-031-3/+6
|\
| * fix includesOswald Buddenhagen2009-12-031-3/+6
* | Minor optimization of image lookup from cache.Michael Brasser2009-12-031-34/+36
|/
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
* Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
* Add Image auto testMartin Jones2009-11-191-3/+14
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
* Rename QmlGraphicsPixmapCache to QmlPixmapCache.Michael Brasser2009-11-041-0/+283