summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* print: Clamp margins entered by the user in the page setup dialogJarkko Koivikko41 hours1-3/+124
* Use QCOMPARE_GE/QCOMPARE_LEAllan Sandfeld Jensen7 days1-31/+31
* tst_QColorSpace::imageConversion(Adobe RGB -> Display-P3): increase toleranceTor Arne Vestbø8 days1-1/+1
* Add CMYK support to QColorSpaceAllan Sandfeld Jensen2024-04-123-4/+28
* Make QColorTrcLut more flexibleAllan Sandfeld Jensen2024-04-051-3/+5
* Add color space model, making gray color spaces explicitAllan Sandfeld Jensen2024-04-051-1/+171
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-041-3/+3
* GUI: add CMYK painting supportGiuseppe D'Angelo2024-04-031-3/+7
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-4/+4
* Add QColorSpace::isValidTargetAllan Sandfeld Jensen2024-03-271-1/+1
* Add A2B tables, and PCSLab support to QIccAllan Sandfeld Jensen2024-03-073-0/+88
* QPainterPath: detach and reset before streaming inThiago Macieira2024-02-271-0/+15
* Fix build without PDFAxel Spoerl2024-02-251-1/+3
* QPainter: fix assert when drawing bitmaps at very near to .5 coordEirik Aavitsland2024-02-201-0/+11
* Fix build with gcc-14Allan Sandfeld Jensen2024-02-141-4/+4
* Remove extra semi-colonsTasuku Suzuki2024-02-062-4/+4
* Change license for tests filesLucie Gérard2024-02-0421-21/+21
* QPainterPath: Fix boundingRect and controlPointRect ignoring start pointNoah Davis2024-01-301-0/+28
* QRadialGradient: Fix undefined behaviorHatem ElKharashy2024-01-081-0/+16
* pagelayout: Fix inaccuracy in marginsPixels and paintRectPixelsJarkko Koivikko2023-12-091-0/+72
* pagesize: Fix pixel overflow in QPageSize::sizePixels and rectPixelsJarkko Koivikko2023-12-091-0/+2
* print: QPageLayout: Fix pt unit conversionJarkko Koivikko2023-12-091-0/+50
* tests/auto/*: port Q_FOREACH to ranged-for, make container constAhmad Samir2023-08-191-27/+25
* tests/auto/: port Q_FOREACH to ranged-for, local const containersAhmad Samir2023-08-191-2/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+1
* Increase setup precision and reduce test precisionAllan Sandfeld Jensen2023-08-171-4/+6
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-0517-0/+102
* Port QPathClipper test away from home-grown QCOMPAREVolker Hilsheimer2023-03-051-9/+13
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1717-38/+2
* Use SPDX license identifiersLucie Gérard2022-11-151-27/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* tst_QPainter::blendARGBonRGB(): rename some data rowsEdward Welbourne2022-10-181-8/+8
* tst_QPainterPath::testNaNandInfinites(): anticipate the warningsEdward Welbourne2022-10-181-3/+30
* tst_QPainterPath::testArcMoveTo(): include index in some data tagsEdward Welbourne2022-10-181-8/+8
* tst_QPainterPath::contains_QRectF(): rename some data rowsEdward Welbourne2022-10-181-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Fix flaky FP32x4 testAllan Sandfeld Jensen2022-09-161-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2318-18/+18
* Add license headers to cmake filesLucie Gérard2022-08-0318-0/+54
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2817-21/+21
* unblacklist passing tests 2022Anna Wojciechowska2022-06-231-2/+0
* Add new map methods for QColorTransformAllan Sandfeld Jensen2022-05-311-0/+93
* Test prepared qcolortransformAllan Sandfeld Jensen2022-05-312-17/+90
* Expand QColorTransformAllan Sandfeld Jensen2022-05-261-17/+31
* Add test of QColorTransformAllan Sandfeld Jensen2022-05-263-0/+237
* tst_qpainter: change the FP exception block-list to a pass-listThiago Macieira2022-05-241-1/+8
* Use SPDX license identifiersLucie Gérard2022-05-1620-540/+40
* Add floating point color space conversionsAllan Sandfeld Jensen2022-05-141-0/+51
* QPolygon: add toPolygonF()Marc Mutz2022-05-101-0/+12