summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qpainter
Commit message (Expand)AuthorAgeFilesLines
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-041-3/+3
* GUI: add CMYK painting supportGiuseppe D'Angelo2024-04-031-3/+7
* QPainter: fix assert when drawing bitmaps at very near to .5 coordEirik Aavitsland2024-02-201-0/+11
* Change license for tests filesLucie Gérard2024-02-042-2/+2
* QRadialGradient: Fix undefined behaviorHatem ElKharashy2024-01-081-0/+16
* 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
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* tst_QPainter::blendARGBonRGB(): rename some data rowsEdward Welbourne2022-10-181-8/+8
* 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-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-2/+2
* tst_qpainter: change the FP exception block-list to a pass-listThiago Macieira2022-05-241-1/+8
* Use SPDX license identifiersLucie Gérard2022-05-162-54/+4
* 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
* 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
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-261-0/+3
* Android: unblock passing testsAssam Boudjelthia2021-04-271-3/+0
* Remove the qmake project filesJoerg Bornemann2021-01-072-19/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-15/+5
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-3/+3
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-211-1/+1
* Add qHash implementation for QPointMitch Curtis2020-09-151-5/+0
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-13/+15
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-071-0/+37
* Use QList instead of QVector in gui testsJarek Kobus2020-06-251-12/+18
* Remove a bunch of deprecated members from src/gui/painting classesVolker Hilsheimer2020-05-061-72/+0
* Port qtbase/tests/auto/gui/painting to CMakeSona Kurazyan2020-04-271-0/+238
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1
|\
| * Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* | Get rid of QMatrixJarek Kobus2020-02-281-37/+7
|/
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-3/+18
* Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-1/+1
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* Fix: QPainter off-by-one clipping for some non-integer scalingsEirik Aavitsland2019-10-181-1/+48
* Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-271-0/+1
|\
| * Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-231-0/+1