kwin/scripting
Martin Gräßlin f47e7bb5ef KWin scripting goes properties
Dropping the wrapper around Client and just exporting the Client's
properties. This breaks all existing scripts as it's now e.g.:
client.caption
instead of
client.caption()

But the first one is the more natural one for JavaScript and also
for everyone writing QML as well.

Setters and signals are mostly still missing in client. Other parts
like ClientGroup must be converted to properties, too.
2011-12-31 08:58:40 +01:00
..
chelate.cpp
chelate.h
IMPLIST
meta.cpp KWin scripting goes properties 2011-12-31 08:58:40 +01:00
meta.h KWin scripting goes properties 2011-12-31 08:58:40 +01:00
plasma-backportglobal.h
s_clientgroup.cpp KWin scripting goes properties 2011-12-31 08:58:40 +01:00
s_clientgroup.h Adding a build option for KWin Scripting 2011-07-10 10:48:25 +02:00
scripting.cpp normalize signal/slots 2011-08-17 23:51:55 +02:00
scripting.h
timer.cpp
windowinfo.cpp
windowinfo.h
workspace.cpp KWin scripting goes properties 2011-12-31 08:58:40 +01:00
workspace.h KWin scripting goes properties 2011-12-31 08:58:40 +01:00
workspaceproxy.cpp
workspaceproxy.h