summaryrefslogtreecommitdiffstats
path: root/tests/auto/qimagereader/qimagereader.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Total makeover of SVG image readeraavit2010-03-311-0/+4
| | | | | | | | | | Improved/fixed canRead(). Added svgz support. Implemented ClipRect, ScaledClipRect and BackgroundColor support. Avoid data copy when reading from memory. Improved support reading from sequential devices. Added svg and svgz files to the qimagereader autotests. Task-number: QTBUG-8227 and QTBUG-9053 Reviewed-by: Kim
* Fixed QGifHandler::loopCount().Trond Kjernåsen2010-02-051-1/+3
| | | | | Task-number: QTBUG-7037 Reviewed-by: Kim
* gif: Add unit test for QImageReader::size callsHolger Hans Peter Freyther2009-12-231-0/+2
| | | | | | | | | Verify that QImageReader::size is not consuming a frame and can be called before each frame and that the last frame will return a QSize of (-1x-1). Task-number: QTBUG-6696 Reviewed-by: Andreas
* Fixes the gif plugin's rendering for some animated gif files.Pierre Rossi2009-09-011-2/+11
| | | | | | | | | In the case of optimized animated gifs, we don't want to discard the contents of the previous frame, this is handled if needed in the disposal process. Task-number: 247365 Reviewed-by: Samuel
* Fix QImageReader autotest compilationLeonardo Sobral Cunha2009-06-091-1/+1
|
* Refactor the qimagereader autotest to work with shadow buildBenjamin Poulain2009-05-201-0/+1
| | | | | | | | | Refactor the test of QImageReader to work with shadow build. Add two tests for the TIFF format Fix an error of the test of QImageWriter that prevented the cleaning of the created files after the test. Reviewed-by: Olivier
* Long live Qt!Lars Knoll2009-03-231-0/+51