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 KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
chelate.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
IMPLIST IMPLIST is no longer maintained. Please refer to scripting/apidocs.xml 2010-09-27 17:24:31 +00:00
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 KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
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 KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
timer.cpp KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
windowinfo.cpp KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
windowinfo.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
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 KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
workspaceproxy.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00