Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made QPixmap autotest pass with -graphicssystem opengl | Samuel Rødal | 2009-06-12 | 1 | -32/+73 |
| | | | | | | | | | | | | | | The window surface has been modified to track widget deletion to make sure it doesn't try to access the widget's context data after deletion. QGLPixmapData now also uses GL_RGB instead of GL_RGBA when appropriate, and hasAlphaChannel() has been modified in view of this. A number of other issues have been fixed in QGLPixmapData, and the autotest has been modified to use a more lenient pixmap compare function due to off-by-one pixel errors here and there. Reviewed-by: Trond | ||||
* | tst_qpixmap compile fix | Joerg Bornemann | 2009-06-10 | 1 | -1/+1 |
| | | | | | | QPixmap(QImage) works with Qt3 support only... Reviewed-by: thartman | ||||
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-03-24 | 1 | -0/+16 |
|\ | |||||
| * | Fixes: Crash in QPixmap under X11. | Trond Kjernaasen | 2009-03-23 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | Task: 246446 RevBy: Olivier AutoTest: tst_qpixmap::test_246446() Details: The new QX11PixmapData object wasn't referenced (e.g. the ref count would be 0) after calling setMask() on a 32 bit QPixmap when Xrender was used. | ||||
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 7 | -0/+1037 |
| | |||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 33 | -0/+1161 |