summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting
Commit message (Expand)AuthorAgeFilesLines
...
* QColor: deprecate isValidColor, setNamedColor, string-ish ctorsMarc Mutz2022-03-151-0/+23
* Long live QColor::fromString()!Marc Mutz2022-03-081-21/+31
* 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
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-111-21/+8
* 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
* QColorTrcLut: hold in shared_ptrMarc Mutz2021-07-121-2/+1
* Improve tst_QColorSpace::imageConversion64PM testAllan Sandfeld Jensen2021-06-161-8/+17
* Add SIMD optimizations for color-transform writesAllan Sandfeld Jensen2021-05-271-0/+72
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-261-0/+3
* Android: unblock passing testsAssam Boudjelthia2021-04-271-3/+0
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-112-52/+52
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-261-1/+11
* Fix: QBrush autotest failure on Android and WaylandEirik Aavitsland2021-03-111-4/+3
* Add QColorSpace::descriptionAllan Sandfeld Jensen2021-03-041-1/+22
* Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-131-0/+119
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-22/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0718-137/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-2216-16/+19
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-0/+22
* Add colorspace transfer functions based on tables of inputsAllan Sandfeld Jensen2020-12-101-0/+29
* 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