summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-261-1/+11
* Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-161-0/+119
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-0/+22
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-4/+0
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-15/+5
* Fix misidentification of some shearing QTransforms as only rotatingEirik Aavitsland2020-11-111-2/+3
* Rename QRangeCollection to QPageRanges, make it a proper value typeVolker Hilsheimer2020-11-087-87/+195
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-042-2/+7
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2316-22/+22
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-211-1/+1
* Deprecate implicit QPixmap conversion to QBitmapVolker Hilsheimer2020-09-171-1/+1
* Add qHash implementation for QPointMitch Curtis2020-09-151-5/+0
* Replace qreal with float in QColorAllan Sandfeld Jensen2020-09-112-79/+79
* Remove most compiler warnings about missing overridesLars Knoll2020-09-112-18/+20
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-041-46/+45
* Qpagedpaintdevice: Use marginsF instead of internal struct marginsPeng Wenhao2020-09-011-28/+28
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* QPolygon: streamline constructors and special member functionsGiuseppe D'Angelo2020-08-071-4/+27
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-261-8/+2
* QtGui/Windows: Move the QRegion conversion functions into QtGuiFriedemann Kleint2020-07-161-1/+23
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-131-0/+3
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-095-5/+5
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-071-0/+37
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* Use QList instead of QVector in gui testsJarek Kobus2020-06-254-68/+76
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Fix ExtendedRgb and Rgb encoding comparisonsAllan Sandfeld Jensen2020-05-281-0/+20
* 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-2712-16/+449
* Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-271-37/+0
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Support multiple page ranges in QPrinterSzabolcs David2020-04-093-0/+82
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-113-2/+4
|\
| * Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-063-2/+4
* | Get rid of QMatrixJarek Kobus2020-02-285-379/+7
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+10
|\|
| * Allow creating a valid QColorSpace one value at a timeAllan Sandfeld Jensen2020-02-011-2/+10
* | Replace the QMatrix field of QTransform with qreal[3][3]Jarek Kobus2020-02-071-63/+0
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-295-19/+37
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-285-19/+37
| |\|
| | * Deprecate all methods that use QMatrixJarek Kobus2020-01-285-19/+37
* | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-245-17/+87
|\| |
| * | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-043-15/+48
| |\|
| | * New features for QPdfWriterJordi Pujol Foyo2019-12-191-0/+23
| | * Avoid crashing when constructing color-space from invalid enumAllan Sandfeld Jensen2019-12-161-9/+25
| | * WebGradients: redo implementationGiuseppe D'Angelo2019-12-141-6/+0
| * | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-271-1/+1
| |\|
| | * Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-1/+1
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
| |\|