Changes between Version 6 and Version 7 of KDEProblems/KDETickets/KDE4TicketsClosed


Ignore:
Timestamp:
Jul 20, 2014, 9:38:44 AM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

Raster mode now default on OSX

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDETickets/KDE4TicketsClosed

    v6 v7  
    1414[https://bugs.kde.org/show_bug.cgi?id=334827 334827] crash at startup in KWindowInfo (solved by [https://bugs.kde.org/show_bug.cgi?id=337154 337154]) [[BR]]
    1515[https://bugs.kde.org/show_bug.cgi?id=337154 337154] preventing a crash in the KWindowInfo::Private destructor [[BR]]
     16[https://bugs.kde.org/show_bug.cgi?id=332335 332335] QML components: Links fade to pitch black when mouse hovering over them (sounds similar to a KBounce bug found by Ian*) [[BR]]
     17[https://bugs.kde.org/show_bug.cgi?id=333429 333429] KBounce: Black on black messages in Apple OS X make KBounce unplayable [[BR]]
     18
     19*) <Ian>''The KBounce black-on-black case is due to QPainter::CompositionMode_DestinationIn failing when using native Mac graphics in Qt.  It can be fixed by putting -graphicssystem raster on the command-line when starting KBounce.  This also fixes graphics glitches in the KPat game and two other KDE Games bugs, in KBounce and Palapeli.  But it does not fix problem 332335 in KDevelop and Plasma::ToolButton (QML library) yet.  I think we may need to install qt4-mac with raster graphics as default.  There are potentially over 100 places in KDE apps and libraries affected by the problem with QPainter::CompositionMode_DestinationIn. I have posted on kde-devel and kde-mac about this and received help from Thomas Lübking of KDE.  References: [[BR]]
     20[http://qt-project.org/doc/qt-4.8/qpainter.html#CompositionMode-enum Qt documentation for QPainter] [[BR]]
     21[http://lxr.kde.org/ident?_i=CompositionMode_DestinationIn&_remember=1 List of uses of QPainter::CompositionMode_DestinationIn]
     22''
     23</Ian>