summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2210-240/+240
* 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-032-5/+2
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0110-0/+10
* Tests: Replace deprecated QPixmap::grabWidget() by QWidget::grab().Friedemann Kleint2012-07-201-2/+2
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-12/+7
* fixed unittest builds for winceBjoern Breitmeyer2012-07-061-4/+0
* Make qicon autotest build without widgetsKent Hansen2012-06-082-1/+6
* Make qpixmap autotest build without widgetsKent Hansen2012-06-072-2/+11