kwin/scripting
Martin Gräßlin e0f97946af Add QML specific export of ClientList
Sometimes Qt is surprising. Apparently QML has problems with a
QList<KWin::Client*> and wants to have a QList<QObject*> which
cannot be used in QtScript.

There ends my dream of having one API for both JavaScript and QML.
So with QtScript it is:
workspace.clientList()
and in QML it is:
workspace.getClientList()
2012-03-27 22:21:06 +02:00
..
kwinscript.desktop SVN_SILENT made messages (.desktop file) 2012-03-26 09:55:50 +02: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
scriptedeffect.cpp Add an AnimationData class for meta values 2012-03-12 21:37:47 +01:00
scriptedeffect.h Add an AnimationData class for meta values 2012-03-12 21:37:47 +01:00
scripting.cpp Make KWin::Client known to QML 2012-03-24 10:49:21 +01:00
scripting.h Support loading/unloading of scripts on config change 2012-03-02 09:10:21 +01:00
timer.cpp Simplify the Timer in scripting 2012-01-22 13:02:34 +01:00
workspace_wrapper.cpp Add QML specific export of ClientList 2012-03-27 22:21:06 +02:00
workspace_wrapper.h Add QML specific export of ClientList 2012-03-27 22:21:06 +02:00