summaryrefslogtreecommitdiffstats
path: root/tests/auto/qimagereader/tst_qimagereader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added test case for corrupt pixel count in XPM image.Samuel Rødal2011-02-181-0/+3
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* use PlatformQuirks class for better testingHarald Fernengel2010-11-021-15/+21
* Avoid creating copy of an image in memory when storing as pngaavit2010-09-271-0/+43
* Fixed infinite loop when loading jpeg without EOI from memory.Kim Motoyoshi Kalland2010-09-201-0/+5
* Remove some files as instructed by Legal department.Jason McDonald2010-07-201-56/+0
* Do image comparison with fuzzHarald Fernengel2010-07-191-1/+18
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-161-0/+28
|\
| * Fixed QImageReader::format() inconsistency.Samuel Rødal2010-06-151-0/+28
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-151-2/+2
|\ \ | |/ |/|
| * Fixed unit test failure in qimagereader.Kurt Korbatits2010-06-151-2/+2
* | Fixes regression: SVG image loading would fail from QBuffer with pos!=0aavit2010-05-051-1/+62
* | Total makeover of SVG image readeraavit2010-03-311-2/+62
|/
* Fixed QImagReader::setAutoDetectImageFormat() to work with plugins.Trond Kjernåsen2010-02-081-0/+29
* Fixed QGifHandler::loopCount().Trond Kjernåsen2010-02-051-0/+14
* Cache the sizes of the images in an animated GIF.Trond Kjernåsen2010-02-041-0/+1
* Implemented QGifHandler::imageCount().Trond Kjernåsen2010-02-021-0/+6
* Warn if the plugin seems to not exist instead of simply passing.Jan-Arve Sæther2010-01-281-0/+13
* Fix a regression: icons with slightly wrong ICO header did not load.Jan-Arve Sæther2010-01-281-3/+10
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* images: Document QImageReader::loopCount behaviour for infinite loopsHolger Hans Peter Freyther2009-12-231-0/+7
* gif: Add unit test for QImageReader::size callsHolger Hans Peter Freyther2009-12-231-0/+131
* Use libjpeg's builtin scaler for implementing setScaledSize()Rhys Weatherley2009-12-221-1/+9
* Fixed loading of 8-bit grayscale TIFF files.Samuel Rødal2009-11-091-0/+9
* Re-enabled tst_QImageReader::readFromDevice for Symbian OSJanne Anttila2009-09-281-3/+1
* Merge branch '4.5' into 4.6Tom Cooksey2009-09-171-5/+6
|\
| * Fixed QImageReader autotests.Trond Kjernaasen2009-09-161-10/+11
| * Update license headers again.Jason McDonald2009-09-081-4/+4
| * Fixes the gif plugin's rendering for some animated gif files.Pierre Rossi2009-09-021-0/+13
* | Added support in qimagereader to base plugin selection on stream contentGunnar Sletta2009-09-151-0/+71
* | Update license headers again.Jason McDonald2009-09-091-4/+4
* | Fixed incorrect file path in qimagereader autotest.Kim Motoyoshi Kalland2009-09-031-1/+1
* | Fixes the gif plugin's rendering for some animated gif files.Pierre Rossi2009-09-011-0/+13
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-181-0/+45
|\ \
| * | Add support for the orientation of tiff imagesBenjamin Poulain2009-08-171-0/+45
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Fixed qimagereader test compilationMiikka Heikkinen2009-08-121-0/+4
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
|\ \ \ | |/ /
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-207/+270
|\ \ \ | |/ /
| * | Fix floating point exception in QImageReader::setScaledSize(QSize(0, 0))Leonardo Sobral Cunha2009-06-091-0/+26
| * | Refactor the qimagereader autotest to work with shadow buildBenjamin Poulain2009-05-201-207/+214
| * | Improve the icon parsing for files with a slightly wrong BMP header.Jan-Arve Sæther2009-04-221-0/+30
| |/
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-271-26/+1
|\ \ | |/
| * Remove obsolete code from autotests.Jason McDonald2009-04-161-26/+1