summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximagebase_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix unbalanced calls to QFxPixmapCache::get && cancelGetKai Koehne2009-08-261-1/+3
| | | | | | | | | Explicitly track whether there is a QFxPixmapCache request pending, and only call QFxPixmapCache::cancelGet if this is the case. This should fix an issue in Bauhaus where multiple instances are loading the same image, and one instance calling cancelGet without ever having called get before is messing up the QFxPixmapCache request counting.
* Tidy up usage of QNetworkReply returned by QFxPixmapCache::get, updateWarwick Allison2009-08-141-1/+0
| | | | documentation.
* Add new class QFxBorderImage.Yann Bodson2009-08-091-25/+2
| | | | | * Move scalegrid code into QFxBorderImage * Update examples
* Start moving code from QFxImage to QFxImageBaseYann Bodson2009-08-071-0/+33
|
* Add new class QFxImageBaseYann Bodson2009-08-071-0/+72
New base class for QFxImage and QFxBorderImage.