summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fix possible crash when copying QImage.Kim Motoyoshi Kalland2012-06-251-1/+1
* Add out-of-memory checks to QImagePauli Jarvinen2012-04-261-0/+11
* Fixed crash in QImage in out of memory conditionAndreas Loew2012-04-131-0/+4
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Converting from double to qreal in guimread2011-10-101-6/+6
* Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-06-241-0/+8
|\
| * Proper naming for raster pixmap and paintengine on Symbian.Laszlo Agocs2011-06-161-2/+2
| * Handle QVolatileImage-backed pixmaps optimally in drawPixmap().Laszlo Agocs2011-06-161-0/+8
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-171-17/+17
| |\
| | * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-241-17/+19
|\ \ \
| * \ \ Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-0/+2
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-111-0/+2
| | |\| |
| | | * | Prevent crash in OpenGL engine when scaling images / pixmaps.Samuel Rødal2011-05-091-0/+2
| | | |/
| * | / Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| |/ /
* / / Doc: Fixed qdoc warnings.David Boddie2011-05-111-3/+4
|/ /
* | Put all the declarations of qt_defaultDpi{,X,Y}() in one placeJiang Jiang2011-04-051-3/+1
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-0/+4
|\|
| * Doc: Fixed reference to absolete API in exceptionsafety.htmlGeir Vattekar2011-03-171-0/+4
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-4/+4
|\|
| * Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-131-1/+1
| |\
| * \ Merge branch '4.7' into qdoc-simplifiedDavid Boddie2010-12-151-8/+17
| |\ \
| * | | doc: Moved some table headers ahead of the rows.Martin Smith2010-10-221-4/+4
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | |/ | |/|
* | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-12-141-8/+17
|\ \ \
| * | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-131-8/+17
| |\| |
| | * | Make sure to do a deep copy of a QImage when it's being painted on.Samuel Rødal2010-12-061-8/+17
| | |/
* | / Corrected documentation for QImage::fill().Kim Motoyoshi Kalland2010-12-131-2/+2
|/ /
* | Merge branch 'staging-master' of scm.dev.nokia.troll.no:qt/qt-lighthouse into...Qt Continuous Integration System2010-12-021-0/+20
|\ \
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtGunnar Sletta2010-11-191-0/+8
| |\ \
| * | | Moving QCoreTextFontEngine with related classes into own fileJørgen Lind2010-10-281-0/+20
* | | | QRasterPixmapData: Reuse underlying QImage in fill() if possible.Andreas Kling2010-11-301-39/+3
| |/ / |/| |
* | | Add member-swap to shared datatypes that don't have it.Marc Mutz2010-11-031-0/+8
|/ /
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-091-0/+4
|\|
| * Avoid in-place convertion of images with multiple referencesBenjamin Poulain2010-10-081-0/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-41/+43
|\|
| * Do the conversion from RGB888 to RGB32 using NeonBenjamin Poulain2010-08-061-0/+8
| * Unbreak QImage::rgbSwapped() for many image formats.Andreas Kling2010-08-031-41/+35
* | QImage::fill() overloads that take QColor and Qt::GlobalColorGunnar Sletta2010-08-041-0/+82
|/
* Use SSSE3 to convert from RGB888 to RGB32Benjamin Poulain2010-07-261-1/+9
* 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
* Premultiply the color table instead of each pixel for image conversionBenjamin Poulain2010-07-221-2/+7
* Add test and fix style for the SSE2 implementation of ARGB32 conversionBenjamin Poulain2010-07-071-2/+2
* SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImageJohn Brooks2010-07-071-2/+16
* Fixed some potential index-out-of-bounds issues in QImage.Kim Motoyoshi Kalland2010-06-241-4/+22