summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qpainter/tst_qpainter.cpp
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-041-1/+1
* 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
* 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
* tst_qpainter: change the FP exception block-list to a pass-listThiago Macieira2022-05-241-1/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-03-021-4/+100
* Draw extended RGB solid colorsAllan Sandfeld Jensen2022-01-121-0/+45
* Compile autotests for IntegrityTatiana Borisova2021-09-201-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
* 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
* 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
* 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
* | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-5/+0
|/
* Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-131-6/+62
* Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-271-6/+6
* Make the 64 bit raster backend an optional featureAllan Sandfeld Jensen2019-04-091-0/+8
* Avoid crash in blitting or fast draw when QPointF is too bigAllan Sandfeld Jensen2018-12-111-0/+16
* QPainter cosmetic stroker: Fix painting error for FlatCap linesEirik Aavitsland2018-09-251-1/+1
* Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-111-13/+34
* Tests: replace deprecated QDesktopWidget::screenGeometry()Christian Ehrlicher2018-05-281-11/+3
* Fix division by zero in radial gradiants with NEONAllan Sandfeld Jensen2018-04-241-4/+0
* Fix QPainter save/restore of clipping enabled stateEirik Aavitsland2018-03-261-0/+30
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+2
|\