summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qimage
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix qimage test.BogDan Vatra2015-01-082-0/+24
* JPEG: Fix reading of EXIF orientation.Friedemann Kleint2015-01-062-9/+24
* Rotate images according to Exif orientationRainer Keller2014-10-279-0/+18
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QPixelFormat: don't inherit itMarc Mutz2014-08-091-1/+1
* Ensure valid data after QImage::invertPixelsAllan Sandfeld Jensen2014-07-311-0/+38
* Reduce repetitive invocations of QFINDTESTDATA.Friedemann Kleint2014-07-101-27/+23
* QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-041-0/+31
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-31/+94
|\
| * Simplify mirroring code and add tests for non-aliged 1 bit imagesLaszlo Agocs2014-06-231-31/+55
| * Correct QImage::fill(uint) on RGBA8888 formatsAllan Sandfeld Jensen2014-06-201-0/+39
* | Introducing QPixelFormatJorgen Lind2014-04-231-0/+44
|/
* Avoid out of bounds memory reads when scaling imagesLars Knoll2014-03-281-0/+21
* Ensure QImage::pixel() on RGB32 images returns valid QRgb valuesAllan Sandfeld Jensen2014-01-291-17/+12
* Round evenly in INV_PREMULAllan Sandfeld Jensen2014-01-291-0/+22
* Ref qualified version of QImage::convertToFormatAllan Sandfeld Jensen2014-01-231-2/+46
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-9/+9
* Inplace versions of QImage rgbSwapped() and mirrored() for rvalue refsAllan Sandfeld Jensen2014-01-082-0/+252
* Support RGBA image formatAllan Sandfeld Jensen2013-07-231-1/+48
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0
* Fixed crashes when using QImage in combination with QCoreApplication.Samuel Rødal2013-02-141-1/+1
* Clean up logical dpi for QImage.Morten Johan Sørvig2013-01-311-0/+22
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fixes: out of bounds memory access in QImage autotestaavit2012-12-201-2/+2
* Invalidate old QImage data if load()/loadFromData() has failedKonstantin Ritt2012-10-101-0/+85
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Made QImage::fill(uint pixel) for RGB888 accept QRgb values.Samuel Rødal2012-08-291-2/+19
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-031-2/+2
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* get rid of QT_NO_IMAGE_TEXT switcherKonstantin Ritt2012-04-251-4/+0
* Removed image format specific template functions in raster engine.Kim Motoyoshi Kalland2012-02-071-53/+14
* Add support for cleanup functions for data-constructed QImagesSimon Hausmann2012-01-311-0/+37
* Moving tiff image format support and libtiff out of qtbaseaavit2012-01-312-3/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Changed qimage unittest to work from installation.Kurt Korbatits2012-01-172-9/+5
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-4/+0
* gui: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-1/+1
* Remove Symbian-specific code from tests.Jason McDonald2011-09-292-19/+0
* Moved gui autotests into new directory structureJo Asplin2011-09-0114-0/+2329