summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qpainter
Commit message (Expand)AuthorAgeFilesLines
* qtbase tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-08-312-2/+1
* Fix repremultiply from RGB64 to RGB30Allan Sandfeld Jensen2015-08-111-0/+4
* tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-13/+13
* Fix A2RGB30 compositing testsAllan Sandfeld Jensen2015-07-011-6/+6
* Fix overflow in rgb30 gradient testsAllan Sandfeld Jensen2015-04-241-6/+6
* Implement radial and conical gradients for rgb64 renderingAllan Sandfeld Jensen2015-04-151-7/+36
* Fix RGB30 painting testsAllan Sandfeld Jensen2015-04-131-22/+81
* Solid and gradients in high color accuracyAllan Sandfeld Jensen2015-04-102-35/+83
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-0/+37
|\
| * Fix rasterization errors in aliased cosmetic drawPolyLineEirik Aavitsland2015-03-191-0/+37
* | Improve rounding in QCosmeticStrokerAllan Sandfeld Jensen2015-03-121-0/+45
* | Update copyright headersJani Heikkinen2015-02-112-14/+14
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-213-1/+208
|\|
| * Make sure widget is polished before checking its fontEskil Abrahamsen Blomfeldt2015-01-081-0/+1
| * Android: Fix QPainter autotestEskil Abrahamsen Blomfeldt2015-01-082-0/+191
| * Prevent buffer overrun when getting the glyph imagesAndy Shaw2015-01-071-1/+16
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-292-38/+39
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
| * Fix default implementations of raster opsEskil Abrahamsen Blomfeldt2014-09-201-0/+17
* | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-171-1/+2
|/
* QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-041-1/+27
* QPainter on QBitmap: make setBrush(NoBrush) work as expected.David Faure2014-05-171-0/+22
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-0/+46
|\
| * Fix drawing vertical gradients in RGBA8888 formatsAllan Sandfeld Jensen2014-02-101-0/+46
* | Tests for semi transparent blend on opaque formatsAllan Sandfeld Jensen2014-01-291-0/+110
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-132-76/+76
|/
* tst_QPainter: fix a Q_DECLARE_METATYPE coming too lateMarc Mutz2013-09-201-2/+1
* Remove Q_PACKED from structures that do not need to be packedThiago Macieira2013-09-131-1/+1
* Deprecate QFontDatabase::supportsThreadedFontRendering()Konstantin Ritt2013-09-101-3/+0
* Fix fillRect on RGBA8888 imagesAllan Sandfeld Jensen2013-07-291-5/+55
* Support RGBA image formatAllan Sandfeld Jensen2013-07-231-0/+21
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-11/+47
|\
| * Fixed artifacts when drawing same line with different clips.Samuel Rødal2013-03-141-11/+47
* | Merge branch 'dev' into stableOswald Buddenhagen2013-03-202-4/+0
|\ \ | |/ |/|
| * Removed unneeded printsupport dependency from qpainter autotestOliver Wolff2013-02-192-4/+0
* | Fixed dashes being rendered differently depending on system clip.Samuel Rødal2013-03-071-0/+38
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* Gui: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-11/+0
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-2/+2
* Fixed invalid memory read in SSSE3 image blending code.Samuel Rødal2012-12-141-0/+20
* qpa: Fix rendering issue in blitter engine (negative scaling factors)Julien Brianceau2012-11-071-0/+35
* test: Remove QSKIP from tst_QPainter::drawText_subPixelPositionsInRaster_qtbu...Sergio Ahumada2012-10-301-3/+5
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-0/+1
* Fixed inconsistent QPainter fill rules for aliased painting.Samuel Rødal2012-10-191-4/+9
* Fixed cosmetic line drawing where begin and end points are equal.Samuel Rødal2012-10-111-0/+21
* test:Remove QSKIP from tst_QPainterSergey Hambardzumyan2012-09-261-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* Fixed inconsistent rounding of square cap pens.Samuel Rødal2012-09-201-0/+29
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-3/+3