summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+3
|\
| * Doc: Update out dated QImage::constScanLine documentationJoni Poikelin2020-01-301-1/+3
* | Deprecate all methods that use QMatrixJarek Kobus2020-01-281-0/+12
* | Doc: Replace some usages of 0/zero/null with \nullptrSze Howe Koh2020-01-271-3/+3
* | Doc/QtGui: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-2/+2
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* | Modernize setAlphaChannel(), and deprecated alphaChannel()Allan Sandfeld Jensen2020-01-051-66/+29
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-23/+23
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-3/+3
|/
* Fix accuracy of ARGB32->A2RGB30 conversionsAllan Sandfeld Jensen2019-11-071-22/+3
* Fix: confusion in QImage paintEngine creation on shared imagesEirik Aavitsland2019-10-241-3/+3
* Combine BGR30_to_RGB30 and BGR888_to_RGB888Allan Sandfeld Jensen2019-09-051-1/+1
* Simplify QColorSpace named presetsTor Arne Vestbø2019-09-031-1/+1
* Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-231-0/+15
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-1/+1
|\
| * doc: Fix QImage Format_RGBX64 documentationSamuel Gaist2019-08-111-1/+1
* | Revert "Fix comparisons of image with different color spaces"Eirik Aavitsland2019-07-291-3/+1
* | Fix comparisons of image with different color spacesAllan Sandfeld Jensen2019-07-231-1/+3
* | QColorTransform: make fit for releaseMarc Mutz2019-07-121-2/+2
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-4/+4
* | Make the 64 bit raster backend an optional featureAllan Sandfeld Jensen2019-04-091-0/+2
* | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-061-2/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-061-2/+4
| |\|
| | * 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
* | | | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-4/+4
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-031-9/+27
|\| |
| * | 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.13' into devFriedemann Kleint2019-03-261-2/+9
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-091-4/+4
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2019-03-071-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-201-0/+2
|\| |
| * | QtGui: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-0/+2
* | | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-2/+132
|/ /
* | 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