kwin/scripting
Martin Gräßlin 214375f923 Query KWin for available debug output
This adds extensive support information about the running instance
by printing out all used options, the compositing information
including GL platform, loaded effects and active effects.

The debug output can be retrieved through D-Bus:

qdbus org.kde.kwin /KWin supportInformation

or through a KWin Script (use desktop console):

print(workspace.supportInformation())

REVIEW: 104142
2012-03-04 15:21:10 +01:00
..
kwinscript.desktop Service Type property to exclude KWin Scripts from listing in KCM 2012-03-02 09:10:11 +01:00
meta.cpp fix tabbing 2012-02-11 16:30:22 +01:00
meta.h fix tabbing 2012-02-11 16:30:22 +01:00
scripting.cpp Support loading/unloading of scripts on config change 2012-03-02 09:10:21 +01:00
scripting.h Support loading/unloading of scripts on config change 2012-03-02 09:10:21 +01:00
timer.cpp
workspace_wrapper.cpp Query KWin for available debug output 2012-03-04 15:21:10 +01:00
workspace_wrapper.h Query KWin for available debug output 2012-03-04 15:21:10 +01:00