| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.7' into qdoc-simplified | David Boddie | 2010-12-15 | 1 | -8/+17 |
|\ |
|
| * | Make sure to do a deep copy of a QImage when it's being painted on. | Samuel Rødal | 2010-12-06 | 1 | -8/+17 |
|
|
* | | doc: Moved some table headers ahead of the rows. | Martin Smith | 2010-10-22 | 1 | -4/+4 |
|/ |
|
* | Avoid in-place convertion of images with multiple references | Benjamin Poulain | 2010-10-08 | 1 | -0/+4 |
|
|
* | Do the conversion from RGB888 to RGB32 using Neon | Benjamin Poulain | 2010-08-06 | 1 | -0/+8 |
|
|
* | Unbreak QImage::rgbSwapped() for many image formats. | Andreas Kling | 2010-08-03 | 1 | -41/+35 |
|
|
* | Use SSSE3 to convert from RGB888 to RGB32 | Benjamin Poulain | 2010-07-26 | 1 | -1/+9 |
|
|
* | Improve the conversion from indexted to RGB16 | Benjamin Poulain | 2010-07-22 | 1 | -7/+16 |
|
|
* | Avoid qMin() for each pixel when converting indexed colors in-place | Benjamin Poulain | 2010-07-22 | 1 | -4/+12 |
|
|
* | Premultiply the color table instead of each pixel for image conversion | Benjamin Poulain | 2010-07-22 | 1 | -2/+7 |
|
|
* | Add test and fix style for the SSE2 implementation of ARGB32 conversion | Benjamin Poulain | 2010-07-07 | 1 | -2/+2 |
|
|
* | SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImage | John Brooks | 2010-07-07 | 1 | -2/+16 |
|
|
* | Fixed some potential index-out-of-bounds issues in QImage. | Kim Motoyoshi Kalland | 2010-06-24 | 1 | -4/+22 |
|
|
* | Start the implementation of in-place recoding for images | Benjamin Poulain | 2010-06-20 | 1 | -0/+274 |
|
|
* | Added missing sanity checks in qimage.cpp | Samuel Rødal | 2010-06-15 | 1 | -0/+13 |
|
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-06-08 | 1 | -0/+2 |
|\ |
|
| * | Fixed alpha check for mono images. | Kim Motoyoshi Kalland | 2010-06-01 | 1 | -0/+2 |
|
|
* | | doc: Fixed many broken links. | Martin Smith | 2010-05-20 | 1 | -2/+2 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-04-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Symbol visibility fixes for RVCT4 on Symbian | Iain | 2010-04-15 | 1 | -2/+2 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-12 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | QTBUG-4887 and other exception safety fixes | mread | 2010-04-07 | 1 | -1/+5 |
|
|
* | | Prevented unnecessary copy in QImage::setAlphaChannel(). | Samuel Rødal | 2010-04-06 | 1 | -3/+4 |
|
|
* | | Safeguard the colortable access when converting corrupted indexed8 | Gunnar Sletta | 2010-03-26 | 1 | -2/+2 |
|
|
* | | Added QImage::bitPlaneCount(). | aavit | 2010-03-04 | 1 | -5/+50 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2010-01-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Avoid an unnecessary copy in QImage::scaled(). | Trond Kjernåsen | 2010-01-15 | 1 | -1/+1 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2010-01-08 | 1 | -8/+11 |
|\ \
| |/ |
|
| * | doc: Clarified which values were added in Qt 4.4. | Martin Smith | 2010-01-05 | 1 | -8/+11 |
|
|
* | | Add QImage::constBits() and QImage::constScanLine() | Rhys Weatherley | 2010-01-06 | 1 | -2/+38 |
|/ |
|
* | doc: Fixed some qdoc errors, numXxx() to xxxCount(), etc. | Martin Smith | 2009-11-11 | 1 | -1/+1 |
|
|
* | API review: Rename functions numColors(), setNumColors() and numBytes() | Marius Storm-Olsen | 2009-11-06 | 1 | -48/+86 |
|
|
* | Fixed crash when QImage::createAlphaMask() runs out of memory | Gunnar Sletta | 2009-11-04 | 1 | -1/+2 |
|
|
* | Added doc warning about ARGB32 image drawing and fixed format docs | Gunnar Sletta | 2009-10-21 | 1 | -7/+16 |
|
|
* | Fixed QPainter::begin() so that it fails gracefully. | Kim Motoyoshi Kalland | 2009-10-15 | 1 | -0/+3 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -0/+6 |
|\ |
|
| * | Don't crash when convert Indexed8 without colortable to QPixmap | Gunnar Sletta | 2009-08-31 | 1 | -0/+6 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 1 | -8/+3 |
|\ \ |
|
| * | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 1 | -2/+2 |
|
|
| * | | remove QT_RASTER_PAINTENGINE and QT_RASTER_IMAGEENGINE defines as they are | Gunnar Sletta | 2009-08-17 | 1 | -6/+1 |
|
|
* | | | Use QScopedPointer wherever possible | Harald Fernengel | 2009-08-13 | 1 | -33/+21 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 1 | -12/+5 |
|\ \ \
| |/ / |
|