Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unbalanced calls to QFxPixmapCache::get && cancelGet | Kai Koehne | 2009-08-26 | 1 | -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, update | Warwick Allison | 2009-08-14 | 1 | -1/+0 |
| | | | | documentation. | ||||
* | Add new class QFxBorderImage. | Yann Bodson | 2009-08-09 | 1 | -25/+2 |
| | | | | | * Move scalegrid code into QFxBorderImage * Update examples | ||||
* | Start moving code from QFxImage to QFxImageBase | Yann Bodson | 2009-08-07 | 1 | -0/+33 |
| | |||||
* | Add new class QFxImageBase | Yann Bodson | 2009-08-07 | 1 | -0/+72 |
New base class for QFxImage and QFxBorderImage. |