[Qt-interest] Bug in QMacPixmapData::fromImage

Oliver.Knoll at comit.ch Oliver.Knoll at comit.ch
Fri Mar 20 11:18:36 CET 2009


Cédric Luthi wrote on Friday, March 20, 2009 11:01 AM:

> Monochrome bitmaps are transformed to "transparent and white" instead
> of "black and white" 
> 
> Here is how to fix it:
> Qt 4.5.0 src/gui/image/qpixmap_mac.cpp:306 replace
> *(drow+x) = 0x00000000;
> with
> *(drow+x) = 0xFF000000;

Chances that bug fixes are picked up here on qt-interest at trolltech.com are converging towards 0.0%.

You should send them to qt-bugs at nokia.com AFAIK - and/or read http://doc.trolltech.com/4.5/bughowto.html. Nokia will also open up the access to the Qt source versioning system at some point, so in theory anyone could directly submit bug fixes/changes to the Qt sources. How that will be handled in practice (whether you need to "qualify" as an "official Qt developer/bug fixer") I don't know. I can't imagine that it would be a good idea to offer "anonymous access" to the Qt sources ;)

Cheers, Oliver
-- 
Oliver Knoll
Dipl. Informatik-Ing. ETH
COMIT AG - ++41 79 520 95 22



More information about the Qt-interest-old mailing list