summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Check if device is opened before trying to create image handler.ABBAPOH2013-12-121-0/+24
* 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
* Make qpicture autotest build without widgetsKent Hansen2012-06-072-1/+8
* Make qmovie autotest build without widgetsKent Hansen2012-06-072-1/+10
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-287-0/+7
* QIcon: move back to QtGuiOlivier Goffart2012-05-1821-0/+2894
* QJpegHandler: add an embedded text supportKonstantin Ritt2012-05-163-21/+36
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-041-2/+2
* Implement inline downscaling in png reader, to save memoryaavit2012-04-272-2/+4
* get rid of QT_NO_IMAGE_TEXT switcherKonstantin Ritt2012-04-251-4/+0
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-2/+2
* Make tst_qmovie work in shadow buildsThiago Macieira2012-03-221-2/+2