Revision 5fa175e...

Go back to digest for 4th September 2011

Features in KDE Base

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

Change timers to QElapsedTimers

Instead of calculating the elapsed time from epoch clock, using
a QElapsedTimer as well as reusing the timer object instead of
creating a new one in the scene each frame.

REVIEW: 102473

File Changes

Modified 7 files
  •   kwin/composite.cpp
  •   kwin/scene.cpp
  •   kwin/scene.h
  •   kwin/scene_opengl_egl.cpp
  •   kwin/scene_opengl_glx.cpp
  •   kwin/scene_xrender.cpp
  •   kwin/workspace.h
7 files changed in total