summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qimagereader
Commit message (Expand)AuthorAgeFilesLines
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-041-2/+2
* Add support for CMYK file I/O in JPEGGiuseppe D'Angelo2024-04-031-20/+47
* QImageReader: allow only one dimension to be used for scaledSizeVladimir Belyavsky2024-03-191-0/+57
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QPpmHandler: fix reading ppm filesChristian Ehrlicher2023-11-271-5/+5
* 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
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: blacklist tst_QImageReader::setClipRect() andLiang Qi2023-03-241-0/+8
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* 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-231-1/+1
* 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-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* tests: XFAIL tst_QImageReader::setScaledClipRect() SVG/SVGZLiang Qi2022-03-021-0/+2
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-111-21/+0
* QImageReader: Check for existing handler in initHandlerRobert Löhning2022-02-021-0/+26
* tst_QImageReader: move text reading tests behind a flagJanne Juntunen2022-01-131-0/+8
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-13/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* tst_qimagereader.cpp: Fix MSVC int conversions warningsFriedemann Kleint2020-12-211-3/+3
* Add logging categories to image handlersAllan Sandfeld Jensen2020-09-301-4/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-3/+3
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-241-0/+38
* Fix buffer overflowRobert Loehning2020-07-102-0/+9
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-3/+3
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-2/+2
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-1/+1
|\
| * QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-271-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-16/+22
|\|
| * Test QImageReader::setScaledClipRect() more realisticallyShawn Rutledge2020-02-191-16/+22
* | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-3/+2
* | Regenerate tests/auto/gui/imageAlexandru Croitor2019-11-131-12/+13
* | cmake: add gui/image testsFrederik Gladhorn2019-10-231-0/+65
|/
* Simplify QColorSpace named presetsTor Arne Vestbø2019-09-031-4/+3
* Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-231-0/+1
* Support writing color space profile in JPEGAllan Sandfeld Jensen2019-08-201-0/+7
* Fix tst_QImageReader::saveColorSpaceAllan Sandfeld Jensen2019-08-131-0/+1
* Add support for saving colorspace to PNGsAllan Sandfeld Jensen2019-07-231-0/+31
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-254-0/+25
|\
| * Generalize image file name @2x suffix handling to higher scale factorsEirik Aavitsland2019-06-144-0/+25
* | Add Grayscale16 Image FormatAllan Sandfeld Jensen2018-12-121-1/+1
|/
* QImageWriter/QPNGHandler: Quality option should be CompressionRatioAlexandra Cherdantseva2018-10-141-0/+1
* Fix reading 16bpc grayscale PNGsAllan Sandfeld Jensen2018-09-036-0/+5