summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* QColor: deprecate isValidColor, setNamedColor, string-ish ctorsMarc Mutz2022-03-151-0/+23
* Long live QColor::fromString()!Marc Mutz2022-03-081-21/+31
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-03-021-4/+100
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-111-195/+0
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-111-21/+8
* Remove unused .qrc filesJoerg Bornemann2022-01-171-186/+0
* Draw extended RGB solid colorsAllan Sandfeld Jensen2022-01-121-0/+45
* Compile autotests for IntegrityTatiana Borisova2021-09-201-1/+1
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-1/+1
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-101-0/+31
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-3/+3
* QColorTrcLut: hold in shared_ptrMarc Mutz2021-07-121-2/+1
* Improve tst_QColorSpace::imageConversion64PM testAllan Sandfeld Jensen2021-06-161-8/+17
* Add SIMD optimizations for color-transform writesAllan Sandfeld Jensen2021-05-271-0/+72
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-261-0/+3
* Android: unblock passing testsAssam Boudjelthia2021-04-271-3/+0
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-112-52/+52
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-261-1/+11