summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix setScaledClipRect autotest for reading SVG formatEirik Aavitsland2022-09-271-2/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2312-12/+12
* 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-0312-0/+36
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2811-17/+17
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Do metadata detach simpler than full detachAllan Sandfeld Jensen2022-06-011-0/+20
* Use SPDX license identifiersLucie Gérard2022-05-1611-297/+22
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* tests: XFAIL tst_QImageReader::setScaledClipRect() SVG/SVGZLiang Qi2022-03-021-0/+2
* 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-114-114/+0
* QImageReader: Check for existing handler in initHandlerRobert Löhning2022-02-021-0/+26