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
meta.h
scriptedeffect.cpp
scriptedeffect.h
scripting.cpp Make KWin::Client known to QML 2012-03-24 10:49:21 +01:00
scripting.h
timer.cpp
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