summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-241-0/+2
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-0/+2
| |\
| | * Let QImage::mirrored() retain dots-per-meter settingsaavit2014-08-141-0/+2
* | | Fix QPixelFormat valuesAllan Sandfeld Jensen2014-09-241-4/+4
|/ /
* | Remove pointless check in QImageData::create()Maks Naumov2014-09-171-1/+0
* | QImage: add a qMove()Marc Mutz2014-09-021-1/+1
* | Document loading of high resolution versions of images.Friedemann Kleint2014-08-261-3/+4
* | Fix documentation and memrotate of new RGB30 QImage formatsAllan Sandfeld Jensen2014-08-141-1/+3
* | QPixelFormat is better taken by-valueMarc Mutz2014-08-091-1/+1
* | Make sure that QPixelFormat is constexprThiago Macieira2014-08-061-1/+1
* | Ensure valid data after QImage::invertPixelsAllan Sandfeld Jensen2014-07-311-3/+47
* | Keep global state of debug stream (QImage, QPixmap, and QIcon)Kai Koehne2014-07-231-9/+11
* | Improve debug output of QImage, QPixmap and QIcon.Friedemann Kleint2014-07-211-1/+12
* | Rename QPixelFormat enum value to avoid conflict with X.h.Axel Rasmussen2014-07-141-2/+2
* | QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-041-0/+147
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-139/+135
|\|
| * Simplify mirroring code and add tests for non-aliged 1 bit imagesLaszlo Agocs2014-06-231-113/+97
| * Correct QImage::fill(uint) on RGBA8888 formatsAllan Sandfeld Jensen2014-06-201-26/+38
* | Introducing QPixelFormatJorgen Lind2014-04-231-0/+269
|/
* Fix some documentation errors.Friedemann Kleint2014-03-241-1/+1
* Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-101-4/+4
* Ensure QImage::pixel() on RGB32 images returns valid QRgb valuesAllan Sandfeld Jensen2014-01-291-0/+1
* Fix performance regression in mirroring QBitmapAllan Sandfeld Jensen2014-01-291-1/+2
* Ref qualified version of QImage::convertToFormatAllan Sandfeld Jensen2014-01-231-1/+15
* Add generic inplace converterAllan Sandfeld Jensen2014-01-181-0/+2
* Avoid unnecessary double conversion over ARGB32 and ARGB32PMAllan Sandfeld Jensen2014-01-101-6/+5
* Clean up qimage.cpp by moving all the conversions methods outAllan Sandfeld Jensen2014-01-101-2114/+3
* Inplace versions of QImage rgbSwapped() and mirrored() for rvalue refsAllan Sandfeld Jensen2014-01-081-110/+228
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-031-1/+1
|\
| * Fix some typos in documentation.Jeff Tranter2014-01-021-1/+1
* | Remove the files building AVX codeThiago Macieira2013-12-101-14/+1
|/
* Missing entry in QImage inplace_converter_mapAllan Sandfeld Jensen2013-11-151-0/+3
* Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
* Assert in QImage conversion from rgba8888pm -> rgba8888Allan Sandfeld Jensen2013-10-311-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-21/+21
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Fix some doc errors.Frederik Gladhorn2013-09-211-1/+1
* Support RGBA image formatAllan Sandfeld Jensen2013-07-231-33/+656
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-5/+5
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-151-2/+7
* Fix missing devicePixelRatio propagation on copy.Morten Johan Sørvig2013-03-291-0/+1
* Fixed crashes when using QImage in combination with QCoreApplication.Samuel Rødal2013-02-141-1/+4
* Clean up logical dpi for QImage.Morten Johan Sørvig2013-01-311-4/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Make QImage::mirrored() propagate devicePixelRatioMorten Johan Sorvig2013-01-021-0/+1
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-6/+61
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-10/+0
* Invalidate old QImage data if load()/loadFromData() has failedKonstantin Ritt2012-10-101-20/+9
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0