summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Fix test compilation issues with QtLite configurationJari Helaakoski7 hours3-2/+10
* QMovie: fix regression in frame delaysEirik Aavitsland12 days1-0/+12
* 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-042-9/+9
* Add support for CMYK file I/O in JPEGGiuseppe D'Angelo2024-04-031-20/+47
* GUI: add CMYK painting supportGiuseppe D'Angelo2024-04-031-5/+13
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-1/+1
* QMovie: allow only one dimension to be used for scaledSizeVladimir Belyavsky2024-03-201-0/+31
* QImageReader: allow only one dimension to be used for scaledSizeVladimir Belyavsky2024-03-191-0/+57
* QtIcoHandler::canRead(): avoid checking more than onceShawn Rutledge2024-02-091-1/+1
* Remove extra semi-colonsTasuku Suzuki2024-02-062-2/+2
* Change license for tests filesLucie Gérard2024-02-0411-11/+11
* QMovie non-anim: use QImageReader::imageCount but not nextImageDelayShawn Rutledge2024-02-023-1/+32
* Copy color table in QImage::transform paint pathAllan Sandfeld Jensen2023-12-141-0/+11
* QIcon: prefer downscaling over upscaling pixmap iconsDavid Schulz2023-12-131-0/+18
* Centralize conversion from unpremultiplied to premultiplied image formatAllan Sandfeld Jensen2023-12-121-0/+25
* QIcon: add theme icon constantsVolker Hilsheimer2023-12-071-0/+6
* QIcon: don't rely on getting a null-icon in testVolker Hilsheimer2023-12-071-4/+10
* QPpmHandler: fix reading ppm filesChristian Ehrlicher2023-11-271-5/+5
* Add QPixmapIconEngine::isNull()Christian Ehrlicher2023-11-081-3/+3
* Fix smooth scaling of Format_Mono and Format_MonoLSBJoni Poikelin2023-10-261-0/+20
* tst_QMovie: extend the test coverage for property bindingsIvan Solovev2023-09-032-0/+21
* tst_QImageReader: fix a trivial Q_FOREACH and remove #undef QT_NO_FOREACHMarc Mutz2023-08-191-4/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+1
* tst_QImageReader: it's a rotate^Wadjacent_find!Marc Mutz2023-08-101-29/+18
* tst_QImageReader: fix missing checks for "newly"-added ImageOptionsMarc Mutz2023-08-091-29/+43
* tst_QImage: replace QList with constexpr arrayMarc Mutz2023-08-081-3/+2
* QIcon: use fallback also with platform icon engineVolker Hilsheimer2023-07-211-1/+6
* Fix transparency in 16 bit and 24 bit ico filesJohn Chadwick2023-07-115-0/+29
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-0511-0/+66
* QPixmapCache: don't leak QString keys of evicted pixmapMarc Mutz2023-06-201-2/+0
* tst_QPixmapCache: check we leak QString keys of evicted pixmapsMarc Mutz2023-06-201-2/+40
* Consult QIcon::fallbackThemeName() even when theme name is emptyTor Arne Vestbø2023-06-181-0/+4
* Consult QIcon::fallbackSearchPaths() even when theme name is emptyTor Arne Vestbø2023-06-181-0/+12
* Consult QIcon::fallbackThemeName() even for themes with explicit parentsTor Arne Vestbø2023-06-185-2/+14
* Invalidate QIconLoader cache when setting fallback themeTor Arne Vestbø2023-06-184-0/+18
* QPixmapCache: deprecate replace()Marc Mutz2023-06-101-0/+11
* tst_QPixmapCache: QVERIFY a failed replace()Marc Mutz2023-06-091-2/+2
* tst_QPixmapCache: check insert() reports failureMarc Mutz2023-06-091-0/+28
* tst_QPixmapCache: rewrite QVERIFY(x != 0) to QVERIFY(x)Marc Mutz2023-06-091-16/+16
* QPixmapCache: fix leaking of QStrings and Keys on clear()Marc Mutz2023-06-061-0/+36
* tests: blacklist tst_QImageReader::setClipRect() andLiang Qi2023-03-241-0/+8
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1712-31/+3
* QtGui: Remove define Q_TEST_QPIXMAPCACHEFriedemann Kleint2023-02-011-8/+8
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-041-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* 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
* tst_QImageReader::preserveTexts(): deduplicate data tagsEdward Welbourne2022-10-181-11/+23