summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image
Commit message (Expand)AuthorAgeFilesLines
* QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-041-0/+31
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-013-55/+144
|\
| * Simplify mirroring code and add tests for non-aliged 1 bit imagesLaszlo Agocs2014-06-231-31/+55
| * tst_qicon: Resolve all files using QFINDTESTDATA().Friedemann Kleint2014-06-221-24/+35
| * Correct QImage::fill(uint) on RGBA8888 formatsAllan Sandfeld Jensen2014-06-201-0/+39
| * Add missing detach() in QPixmap::convertFromImage()David Faure2014-06-111-0/+15
* | Make the ICO image handler capable of reading CUR files too.Robin Burchell2014-06-052-4/+15
* | Introducing QPixelFormatJorgen Lind2014-04-231-0/+44
* | Serialize QPicture using the latest QDataStream version.Mitch Curtis2014-04-021-24/+83
|/
* Avoid out of bounds memory reads when scaling imagesLars Knoll2014-03-281-0/+21
* Remove qSort usages from gui testsSergio Ahumada2014-02-203-5/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-0/+2
|\
| * Do not overwrite basePixmap of QIconLoader PixmapEntryAlbert Astals Cid2014-01-221-0/+2
* | 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+24
|\|
| * Check if device is opened before trying to create image handler.ABBAPOH2013-12-121-0/+24
* | WinRT: Fix various test compilationsAndrew Knight2013-10-022-4/+4
|/
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-248-24/+24
|\
| * tst_QIcon: Fix availableSizes() and task223279_inconsistentAddFile()Sergio Ahumada2013-07-158-24/+24
* | Support RGBA image formatAllan Sandfeld Jensen2013-07-231-1/+48
|/
* tst_QIcon: Mark availableSizes() and task223279_inconsistentAddFile() as XFAILSergio Ahumada2013-06-271-0/+6
* Disabled test on WINCE.Bjoern Breitmeyer2013-05-271-0/+2
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-2710-10/+0
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-208-38/+103
|\
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-164-38/+35
| * Check for network module when building according auto testsOliver Wolff2013-02-191-0/+3
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-1/+1
| |\
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-145-0/+39
| |\ \
| * \ \ Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2310-10/+10
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2210-10/+10
| | |\ \ \
| * | | | | QImage plugins should report supported mime typesAllan Sandfeld Jensen2013-01-232-0/+42
| |/ / / /
| * | | | Ensure raster pixmap cache key is the same as that of pixmap.toImage()Michael Brasser2013-01-111-0/+23
* | | | | Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps.Samuel Rødal2013-03-061-0/+10
| |_|_|/ |/| | |
* | | | Fixed crashes when using QImage in combination with QCoreApplication.Samuel Rødal2013-02-141-1/+1
| |_|/ |/| |
* | | Fixed QPixmapCache associating path with wrong QPixmap.Samuel Rødal2013-02-121-0/+15
* | | Fixed crash in image reader when reading certain BMP files.Samuel Rødal2013-02-063-0/+2
* | | Clean up logical dpi for QImage.Morten Johan Sørvig2013-01-311-0/+22
| |/ |/|
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-1810-10/+10
|/
* Gui: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-044-16/+0
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-214-4/+4
* Fixes: out of bounds memory access in QImage autotestaavit2012-12-201-2/+2
* Fix GIF image decoding: do not zero transparent pixelsaavit2012-11-092-0/+9
* test: Remove dead code from tst_QPixmapSergio Ahumada2012-10-271-6/+1
* test: Remove tst_QPixmap::grabWindow() functionSergio Ahumada2012-10-251-31/+0
* Invalidate old QImage data if load()/loadFromData() has failedKonstantin Ritt2012-10-102-0/+170
* Scale icons returned by QIcon::fromTheme.David Sansome2012-10-101-0/+6