Changes between Version 9 and Version 10 of KDEProblems/KDETickets/KDE4TicketsClosed


Ignore:
Timestamp:
Oct 3, 2014, 11:15:37 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

bko 334702 fixed

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDETickets/KDE4TicketsClosed

    v9 v10  
    1818[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]]
    1919[https://bugs.kde.org/show_bug.cgi?id=333429 333429] KBounce: Black on black messages in Apple OS X make KBounce unplayable [[BR]]
     20[https://bugs.kde.org/show_bug.cgi?id=334702 334702] kglobalaccel and konqueror have linker errors on Mac OS X[[BR]]
    2021
    2122*) <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]]