summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qpixmap
Commit message (Expand)AuthorAgeFilesLines
* QRasterPlatformPixmap::createPixmapForImage(): preserve DPRFriedemann Kleint2017-02-061-0/+14
* Use QImage::reinterpretAsFormat in QPixmapAllan Sandfeld Jensen2017-01-261-0/+28
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-7/+8
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-7/+8
| |\
| | * Fix writing into application directoryMaurice Kalinowski2016-11-111-7/+8
* | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-0/+27
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-0/+27
| |\|
| | * QPixmap::load: ensure QBitmap stays a QBitmap even on failureMarc Mutz2016-10-061-0/+27
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-056-0/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-046-0/+0
| |\|
| | * Purge sRGB chunks from PNGs in tests.Edward Welbourne2016-03-296-0/+0
* | | QtGui: Remove Windows CE.Friedemann Kleint2016-03-302-26/+11
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-0/+9
|\|
| * QPixmap: check data ptr in isQBitmap()Anton Kudryavtsev2016-02-241-0/+9
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-16/+0
* | tests/auto/gui: Remove some placeholder formatting.Friedemann Kleint2015-10-191-4/+9
|/
* tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-11/+11
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-1/+1
* fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* Add tests for detach on setDevicePixelRatio()Morten Johan Sørvig2015-03-241-0/+28
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-3/+3
* Android: Fix qpixmap test.BogDan Vatra2015-01-081-3/+25
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Reduce repetitive invocations of QFINDTESTDATA.Friedemann Kleint2014-07-101-51/+49
* Add missing detach() in QPixmap::convertFromImage()David Faure2014-06-111-0/+15
* WinRT: Fix various test compilationsAndrew Knight2013-10-022-4/+4
* Disabled test on WINCE.Bjoern Breitmeyer2013-05-271-0/+2
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-0/+23
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-0/+15
| |\
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
| |\ \
| * | | 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 QPixmapCache associating path with wrong QPixmap.Samuel Rødal2013-02-121-0/+15
| |/ |/|
* | 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-4/+0
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* 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-101-0/+85
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-031-3/+0
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* 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
* Make qpixmap autotest build without widgetsKent Hansen2012-06-072-2/+11
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2