summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
| * | QColor: unify behavior when passing invalid values to setFoo()Christian Ehrlicher2019-11-221-0/+37
| |/
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-1/+48
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-191-1/+48
| |\
| | * Fix: QPainter off-by-one clipping for some non-integer scalingsEirik Aavitsland2019-10-181-1/+48
* | | Regenerate tests/auto/gui/paintingAlexandru Croitor2019-11-135-5/+62
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-143-70/+65
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-011-0/+4
| |\|
| | * Featurize support for signaling NaNEdward Welbourne2019-09-301-0/+4
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-091-7/+0
| |\|
| | * Remove BT.2020 support from QColorSpaceAllan Sandfeld Jensen2019-09-081-7/+0
| * | tst_QPdfWriter: Fix deprecation warningsFriedemann Kleint2019-09-051-39/+31
| |/