summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qimage
Commit message (Expand)AuthorAgeFilesLines
* Add CMYK support to QColorSpaceAllan Sandfeld Jensen2024-04-122-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
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* 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
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-3/+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
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-111-34/+0
* Remove unused .qrc filesJoerg Bornemann2022-01-171-22/+0
* Preserve QImage metadata when converting format with color tableEirik Aavitsland2021-09-281-0/+7
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-1/+1
* 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
* Remove the qmake project filesJoerg Bornemann2021-01-071-13/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-171-1/+1
* 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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-4/+4
* 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
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-4/+4
* 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-063-7/+7
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-291-28/+0
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-5/+126
|\