summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-131-3/+7
|\
| * Fixes regression: SVG image loading would fail from QBuffer with pos!=0aavit2010-05-051-3/+7
* | Stop GIF handler claiming it can report Size for sequential devices,Warwick Allison2010-05-121-2/+5
|/
* Fixed a QBuffer warning caused by a regression in qjpegJohn Brooks2010-05-031-3/+9
* Optimization: Avoid data copy when reading jpegs from memoryaavit2010-04-231-3/+10
* Total makeover of SVG image readeraavit2010-03-312-67/+106
* Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-03-252-188/+215
|\
| * Optimization in QJpegHandler to reduce overheadZeno Albisser2010-03-242-188/+215
* | Fix warnings and build on mingwThierry Bastian2010-03-251-2/+2
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7-s60axis2010-03-161-1/+5
|\
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-151-1/+5
| |\
| | * Avoid unnecessary memory allocation in the jpeg handler's image detectionSimon Hausmann2010-03-111-1/+5
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-112-14/+45
|\ \ \ | |/ /
| * | JPEG plugin: Use switch() instead of if()Markus Goetz2010-03-081-11/+22
| * | Fixed failure to store certain image formats as jpegaavit2010-03-051-1/+19
| * | compile fix for WinCEMaurice Kalinowski2010-03-011-1/+2
| * | Compile on WinCEaavit2010-02-251-2/+3
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-02-234-6/+16
|\ \ \ | |/ /
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2aavit2010-02-202-0/+8
| |\ \
| | * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-02-202-5/+10
| | |\ \
| | * | | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-162-0/+8
| * | | | Compile fix for symbianaavit2010-02-201-5/+2
| | |/ / | |/| |
| * | | Update license doc, .pro file and qjpeghandler for libjpeg 8aavit2010-02-162-5/+10
| |/ /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-02-161-507/+67
|\ \ \ | |/ /
| * | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-094-14/+324
| |\ \ | | |/
| * | Performance: Use QImage's smoothscaling instead of old private codeaavit2010-02-051-507/+67
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtaxis2010-02-124-14/+328
|\ \ \ | | |/ | |/|
| * | Fixed QGifHandler::loopCount().Trond Kjernåsen2010-02-051-8/+30
| * | Cache the sizes of the images in an animated GIF.Trond Kjernåsen2010-02-042-31/+58
| * | Proper Fav icon is not shown, for all the links default fav icon shownSakari Peltomäki2010-02-032-0/+27
| * | Implemented QGifHandler::imageCount().Trond Kjernåsen2010-02-022-1/+235
| |/
| * Fix a regression: icons with slightly wrong ICO header did not load.Jan-Arve Sæther2010-01-281-0/+4
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-01-2118-253/+241
|\ \ | |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-0718-18/+18
| |\
| | * Update copyright year to 2010Jason McDonald2010-01-0618-18/+18
| * | BitsPerSample should default to 1 in TIFF files.Rhys Weatherley2010-01-041-4/+3
| |/
| * gif: 10% speedup on microbenchmark on QImageReaderHolger Hans Peter Freyther2009-12-231-14/+26
| * Implement ScaledClipRect in the jpeg image pluginRhys Weatherley2009-12-232-9/+47
| * Add support for ClipRect to the jpeg image pluginRhys Weatherley2009-12-232-86/+149
| * Use libjpeg's builtin scaler for implementing setScaledSize()Rhys Weatherley2009-12-221-3/+2
| * Remove unused legacy code from the jpeg image pluginRhys Weatherley2009-12-222-134/+11
* | Fixed Symbian detection in profile.axis2010-01-121-1/+1
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-133-7/+7
|\
| * API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-063-7/+7
* | Fixed bug where JPEG scaling resulted in an uninitialised pixel column.Kim Motoyoshi Kalland2009-11-091-1/+4
* | Replaced tabs with spaces in scale() in qjpeghandler.cpp.Kim Motoyoshi Kalland2009-11-091-229/+238
* | Fixed loading of 8-bit grayscale TIFF files.Samuel Rødal2009-11-091-60/+95
|/
* QJpegImageHandle: Avoid smooth scalling when it should not.Olivier Goffart2009-09-231-1/+5
* Update license headers again.Jason McDonald2009-09-0918-72/+72
* Fixes the gif plugin's rendering for some animated gif files.Pierre Rossi2009-09-011-2/+2