summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qpainter/tst_qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-131-26/+26
|/
* 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-201-3/+0
|\ \ | |/ |/|
| * Removed unneeded printsupport dependency from qpainter autotestOliver Wolff2013-02-191-3/+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-181-1/+1
* Gui: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-11/+0
* 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-221-24/+24
* Fixed inconsistent rounding of square cap pens.Samuel Rødal2012-09-201-0/+29
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-3/+3
* Made QImage::fill(uint pixel) for RGB888 accept QRgb values.Samuel Rødal2012-08-291-1/+1
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-031-4/+0
* Make qpainter autotest build without widgetsKent Hansen2012-06-071-1/+29
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Changed painting unittests to remove created files after run.Kurt Korbatits2012-01-241-0/+8
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/guiBradley T. Hughes2012-01-181-2/+2
* Changed qpainter unittest to work from installation directoryKurt Korbatits2012-01-171-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix QPainter::drawText with complex brushesSimon Hausmann2012-01-041-0/+24
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-031-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* uclibc: fenv.h does not define the necessary things.Holger Hans Peter Freyther2011-11-221-1/+1
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-16/+11
* Get rid of "#if 0" and skipped tests in QPainter autotest.Samuel Rødal2011-11-031-271/+0
* Remove debugging code from QPainter autotest.Jason McDonald2011-10-311-97/+0
* Remove pointless QVERIFY(1) calls in QPainter testJason McDonald2011-10-271-4/+0
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-18/+12
* Move QTRY_VERIFY/QTRY_COMPARE into testlib.Jason McDonald2011-10-191-2/+0
* Clean-up a macro for CocoaMorten Sorvig2011-10-101-4/+4
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-031-11/+15
* Remove Symbian-specific code from tests.Jason McDonald2011-09-291-8/+4
* Fix autotest gui/widgets dependenciesKent Hansen2011-09-191-0/+1