Revision 654287f...

Go back to digest for 18th May 2014

Bug Fixes in KDE Base

Martin Gräßlin committed changes in [plasma-workspace] /:

Do not set a custom format on QQuickWindows

All QQuickWindows share a default format. By setting a custom format
it overwrites the default and this results in a format without a
stencil buffer being requested resulting in possible rendering errors.

This was used to get an alpha buffer. Instead use the static method
on QQuickWindow to request an alpha buffer.

REVIEW: 118123

File Changes

Modified 7 files
  •   krunner/main.cpp
  •   krunner/view.cpp
  •   ksmserver/main.cpp
  •   ksmserver/shutdowndlg.cpp
  •   shell/panelview.cpp
  •   ksplash/ksplashqml/main.cpp
  •   ksplash/ksplashqml/SplashWindow.cpp
7 files changed in total