Revision bec991b...

Go back to digest for 9th March 2014

Bug Fixes in KDE Base

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

[kwin] Share QQmlEngine between all declarative KWin Scripts

Instead of having each declarative script create it's own qml engine
there is one hold by the Scripting singleton. The engine's root context
gets populated in Scripting and each script just gets a new child
context. Thus also the WorkspaceWrapper instance is shared between the
declarative scripts.

File Changes

Modified 2 files
  • /scripting
  •   kwin.cpp
  •   kwin.h
2 files changed in total