summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-081-0/+1
|\
| * Live texture updates to meegographicssystem plugin.Michael Dominic K2010-10-071-0/+1
* | Merge commit 'c1f9978c9d61bcbdb2f280185a3abdea13d7f532' into master-from-4.7Rohan McGovern2010-10-053-62/+75
|\ \ | |/
| * Fixed potential crash when loading corrupt GIFs.Kim Motoyoshi Kalland2010-09-281-2/+11
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7aavit2010-09-272-14/+32
| |\
| * | Avoid creating copy of an image in memory when storing as pngaavit2010-09-271-47/+45
| * | Optimization of pixel conversion when storing jpegaavit2010-09-241-13/+19
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-282-14/+32
|\ \ \ | | |/ | |/|
| * | Compile on Symbian - rework the X11 mask patch a bit.Trond Kjernåsen2010-09-235-20/+17
| * | Fixed QPixmap::resize() for X11 pixmap with masks.Trond Kjernåsen2010-09-231-9/+14
| * | Fixed drawing of QPixmaps with masks in the GL 2 and X11 engines.Trond Kjernåsen2010-09-224-1/+17
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-221-28/+13
|\ \ | |/
| * Avoid creating copy of an image in memory when storing as jpegaavit2010-09-211-28/+13
* | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-09-224-18/+22
|\ \
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-214-20/+28
| |\ \ | | |/
| | * Fixed infinite loop when loading jpeg without EOI from memory.Kim Motoyoshi Kalland2010-09-201-11/+8
| | * Give a warning in QPixmap::handle() if pixmap is not X11 class.Samuel Rødal2010-09-201-2/+6
| | * Fixed memory corruption issue in qt_blurImage for Indexed8 images.Samuel Rødal2010-09-171-4/+11
| | * Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-161-1/+1
| | |\
| | | * Fixed regression in QPixmap::size() for null pixmaps.Samuel Rødal2010-09-161-1/+1
| | * | Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-091-5/+0
| | |\ \ | | | |/
| | * | Merge branch '4.7-oslo1' into 4.7-docA-Team2010-09-072-8/+10
| | |\ \
| | * \ \ Merge branch '4.7-oslo1' into 4.7-docA-Team2010-09-072-2/+53
| | |\ \ \
| | * | | | Fixed spelling, broken links, and missing default values.Jerome Pasion2010-08-301-2/+2
* | | | | | Give a warning in QPixmap::handle() if pixmap is not X11 class.Samuel Rødal2010-09-181-2/+6
* | | | | | Make raster the default graphics system on X11.Samuel Rødal2010-09-171-0/+5
|/ / / / /
* | | | | fix tiff reader to handle TIFFTAG_SAMPLESPERPIXEL for grayscale imagesLuboš Luňák2010-09-141-2/+5
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-102-3/+51
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Remove unnecessary function declarations from qpixmap_s60_p.hJani Hautakangas2010-09-071-5/+0
| | |_|/ | |/| |
| * | | Remove unused variableThomas Zander2010-09-071-1/+0
| * | | Make compile on gcceThomas Zander2010-09-072-7/+10
| | |/ | |/|
| * | QPixmaps try to access FBS connection after the connection has been closed.Jani Hautakangas2010-09-062-2/+53
| |/
* | C++0x move operatorsOlivier Goffart2010-09-034-0/+17
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-251-3/+5
|\ \ | |/
| * Revised fix for pixmap loadingJens Bache-Wiig2010-08-201-0/+5
| * Fixes a regression preventing loading images without extensionsThierry Bastian2010-08-191-3/+0
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-136-50/+192
|\ \ | |/
| * Use the fast Neon conversion for converting colors of jpeg images.Benjamin Poulain2010-08-061-2/+9
| * Do the conversion from RGB888 to RGB32 using NeonBenjamin Poulain2010-08-063-0/+123
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-042-8/+26
| |\
| | * Add the qt_ prefix to convert_rgb888_to_rgb32_ssse3Benjamin Poulain2010-08-032-4/+4
| | * Use the fast conversion from RGB888 to RGB32 for Jpeg imagesBenjamin Poulain2010-08-032-7/+25
| * | Unbreak QImage::rgbSwapped() for many image formats.Andreas Kling2010-08-031-41/+35
| |/
| * Fix compilation with QT_NO_TEXTCODECTasuku Suzuki2010-07-291-1/+1
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-062-2/+2
* | QImage::fill() overloads that take QColor and Qt::GlobalColorGunnar Sletta2010-08-042-0/+85
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-284-18/+207
|\ \ | |/
| * Use SSSE3 to convert from RGB888 to RGB32Benjamin Poulain2010-07-263-1/+160
| * Improve the conversion from indexted to RGB16Benjamin Poulain2010-07-221-7/+16
| * Avoid qMin() for each pixel when converting indexed colors in-placeBenjamin Poulain2010-07-221-4/+12