Revision bee4a6b...

Go back to digest for 3rd February 2013

Bug Fixes in KDE Base

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

Notify effects when the screen gets locked

EffectsHandlerImpl starts to monitor DBus for the screen being locked and
provides this information to the Effect system by allowing them to ask
whether the screen is currently locked and by emitting a signal when the
screen gets locked/unlocked.

This information is needed to ensure that no private data is shown on the
screen. The following effects are adjusted:
* taskbar thumbnails
* thumbnail aside
* mouse mark
* screen shot


FIXED-IN: 4.11
REVIEW: 108670

File Changes

Modified 11 files
  •   kwin/CMakeLists.txt
  •   kwin/effects.cpp
  •   kwin/effects.h
  •   kwin/libkwineffects/kwineffects.h
  •   kwin/effects/mousemark/mousemark.cpp
  •   kwin/effects/mousemark/mousemark.h
  •   kwin/effects/screenshot/screenshot.cpp
  •   kwin/effects/taskbarthumbnail/taskbarthumbnail.cpp
  •   kwin/effects/taskbarthumbnail/taskbarthumbnail.h
  •   kwin/effects/thumbnailaside/thumbnailaside.cpp
  •   kwin/effects/thumbnailaside/thumbnailaside.h
11 files changed in total