summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qimage/tst_qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add CMYK support to QColorSpaceAllan Sandfeld Jensen2024-04-121-0/+65
* Add color space model, making gray color spaces explicitAllan Sandfeld Jensen2024-04-051-0/+78
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-041-7/+7
* GUI: add CMYK painting supportGiuseppe D'Angelo2024-04-031-5/+13
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Copy color table in QImage::transform paint pathAllan Sandfeld Jensen2023-12-141-0/+11
* Centralize conversion from unpremultiplied to premultiplied image formatAllan Sandfeld Jensen2023-12-121-0/+25
* Fix smooth scaling of Format_Mono and Format_MonoLSBJoni Poikelin2023-10-261-0/+20
* tst_QImage: replace QList with constexpr arrayMarc Mutz2023-08-081-3/+2
* tst_QImage::reinterpretAsFormat(): deduplicate a data tagEdward Welbourne2022-10-181-1/+1
* tst_QImage::mirrored(): deduplicate some data row namesEdward Welbourne2022-10-181-6/+6
* Allow specify distance to plane for QTransformJiDe Zhang2022-08-181-0/+19
* tst_qimage: skip exifReadComments when the feature is not activeJanne Juntunen2022-08-081-0/+3
* Do metadata detach simpler than full detachAllan Sandfeld Jensen2022-06-011-0/+20
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Check if platform has enough RAM for hugeQImage testPasi Petäjäjärvi2022-02-171-1/+4
* Preserve QImage metadata when converting format with color tableEirik Aavitsland2021-09-281-0/+7
* Add load/fromdata() overloads taking QByteArrayView to QImageEirik Aavitsland2021-06-021-6/+27
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-261-8/+32
* Correct RGB to Grayscale conversionAllan Sandfeld Jensen2021-05-211-11/+18
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-221-11/+61
* Add deviceIndependentSize() to QPixmap and QImageMorten Johan Sørvig2021-03-081-0/+10
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-251-2/+8
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-7/+31
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-0/+8
* Fix compiler warning about discarded return valueVolker Hilsheimer2020-11-231-1/+1
* Allow painting above INT16_MAX on 64-bit architecturesAllan Sandfeld Jensen2020-11-091-0/+64
* Test QImage move semanticsAllan Sandfeld Jensen2020-10-161-2/+33
* Preserve formats in QImage::scaled()Allan Sandfeld Jensen2020-09-261-0/+30
* Create consistent sets of QImage methodsAllan Sandfeld Jensen2020-09-091-7/+7
* QtGui: Add Windows conversion functions for to QImageFriedemann Kleint2020-07-241-7/+3
* Use QList instead of QVector in gui testsJarek Kobus2020-06-251-8/+8
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-1/+1
* Remove winrtOliver Wolff2020-06-061-5/+5
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-291-28/+0
* Add test for conversion of "large" imagesv5.15.0-beta2Allan Sandfeld Jensen2020-03-111-5/+126
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-3/+3
* Add test for invertPixels on indexed formatsAllan Sandfeld Jensen2019-12-191-0/+32
* Fix accuracy of ARGB32->A2RGB30 conversionsAllan Sandfeld Jensen2019-11-071-0/+3
* Fix: confusion in QImage paintEngine creation on shared imagesEirik Aavitsland2019-10-241-0/+6
* Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-231-0/+24
* Revert "Fix comparisons of image with different color spaces"Eirik Aavitsland2019-07-291-18/+0
* Fix comparisons of image with different color spacesAllan Sandfeld Jensen2019-07-231-0/+18
* Make the 64 bit raster backend an optional featureAllan Sandfeld Jensen2019-04-091-0/+4
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-0/+35
|\
| * Forward physical parameters for derived QImagesAlexander Volkov2019-04-011-0/+35
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-0/+20
|\|