summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qpainter
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-0/+3
|\
| * Android: Blacklist tst_QPainter::textOnTransparentImageMårten Nordheim2018-06-281-0/+3
* | 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
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+1
|\
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-1/+1
* | 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
|\ \