summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-051-2/+4
|\
| * Doc: Update QImage::depth to indicate we support 64 bpp nowAndy Shaw2019-04-041-1/+1
| * Update scanline documentationAllan Sandfeld Jensen2019-04-041-1/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-9/+27
|\|
| * Forward physical parameters for derived QImagesAlexander Volkov2019-04-011-9/+27
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-2/+9
|\|
| * Avoid creating wide images with negative bytesPerLineAllan Sandfeld Jensen2019-02-141-2/+9
* | Fix some qdoc warningsFriedemann Kleint2019-03-071-4/+4
* | QtGui: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-0/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-1/+1
| |\
| | * Doc: Fix link in QImage::load() documentationTopi Reinio2019-01-041-1/+1
* | | Introduce QImage::convertToMikhail Svetkin2019-01-251-0/+23
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+1
|\| |
| * | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
| |/
* | Make convert_generic_to_rgb64 more genericAllan Sandfeld Jensen2019-01-081-7/+1
* | QImage::create fail if given an empty sizeAlbert Astals Cid2019-01-031-1/+1
* | Add Grayscale16 Image FormatAllan Sandfeld Jensen2018-12-121-1/+24
|/
* Revert "Ensure alignment of image-data"Allan Sandfeld Jensen2018-12-081-11/+3
* Ensure alignment of image-dataAllan Sandfeld Jensen2018-11-281-3/+11
* QImage: merge the size calculations with proper (non-UB) checksThiago Macieira2018-11-081-41/+31
* Improve support for QImages in QDataStream read transactionsEirik Aavitsland2018-10-151-1/+3
* Add missing null checks after detachAllan Sandfeld Jensen2018-10-101-2/+14
* Smooth image scaling for 64bit imagesAllan Sandfeld Jensen2018-08-221-1/+13
* Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-111-24/+186
* Doc: add explanation of return format of QImage::transformed()Eirik Aavitsland2018-05-111-0/+14
* Merge drawhelper convert-from and storeAllan Sandfeld Jensen2018-05-021-21/+6
* Remove bit details from QPixelLayoutAllan Sandfeld Jensen2018-04-031-30/+10
* Use simple scaling for downscaling less than 2xAllan Sandfeld Jensen2018-03-071-6/+4
* QImage: use rvalue overloads moreAnton Kudryavtsev2018-02-101-6/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-11/+9
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-11/+9
| |\
| | * Doc: Clarify auto detection of file format in QImageEirik Aavitsland2018-01-151-11/+9
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+2
|\| |
| * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-2/+2
* | | doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-2/+2
* | | doc: Fix some ref qualifier documentation errorsMartin Smith2017-12-021-3/+8
* | | QImage: Output some bytes of first scanline on verbose debug streamsFriedemann Kleint2017-12-011-2/+9
* | | Handle endian mismatch between X11 client and serverAllan Sandfeld Jensen2017-10-021-8/+38
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-17/+6
|\|
| * Fix convertToFormat with color-tablesAllan Sandfeld Jensen2017-09-141-17/+6
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-1/+1
|\|
| * Doc: remove linking to internal methodNico Vertriest2017-08-061-1/+1
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-13/+30
|/
* Doc: Fix link errorsNico Vertriest2017-04-191-1/+1
* Fix PNGs saved from QImage transform of 8-bit imagesAllan Sandfeld Jensen2017-04-191-1/+1
* Doc: add missing specs about parametersNico Vertriest2017-04-181-1/+1
* Use static initialization for QBasicAtomicsMarc Mutz2017-02-161-1/+1
* Make some atomic counters zero-basedMarc Mutz2017-02-151-2/+6
* Introduce QImage::reinterpretAsFormatAllan Sandfeld Jensen2017-01-181-0/+38