kwin/scripting
Martin Gräßlin adf485c261 [kwin] Share QQmlEngine between all declarative KWin Scripts
Instead of having each declarative script create it's own qml engine
there is one hold by the Scripting singleton. The engine's root context
gets populated in Scripting and each script just gets a new child
context. Thus also the WorkspaceWrapper instance is shared between the
declarative scripts.
2014-03-10 09:08:38 +01:00
..
CMakeLists.txt [kwin] Remove dependency on KF5Declarative 2014-02-26 08:30:52 +01:00
dbuscall.cpp New QML Type DBusCall 2013-08-13 09:57:51 +02:00
dbuscall.h New QML Type DBusCall 2013-08-13 09:57:51 +02:00
documentation-effect-global.xml export AnimationEffect::set and ::cancel to script 2013-03-28 19:47:30 +01:00
documentation-global.xml Add documentation for global KWin object in KWin scripting 2013-01-11 18:12:25 +01:00
genericscriptedconfig.cpp Port kwin/genericscriptedconfig from Plasma::ConfigLoader to KConfigLoader 2013-09-24 12:37:25 +02:00
genericscriptedconfig.h Port GenericScriptedConfig 2013-07-24 09:58:42 +02:00
kwinscript.desktop SVN_SILENT made messages (.desktop file) 2014-02-18 05:12:30 +00:00
Messages.sh Extract messages from scripts and scripting module 2013-03-04 10:29:25 +01:00
meta.cpp Fix no cast to/from ASCII intrduced issues 2013-07-24 09:58:33 +02:00
meta.h Export Toplevel to KWin::Scripts 2013-02-14 08:16:19 +01:00
screenedgeitem.cpp Add a ScreenEdgeItem to reserve a screen edge from QML 2013-08-13 09:57:51 +02:00
screenedgeitem.h Add a ScreenEdgeItem to reserve a screen edge from QML 2013-08-13 09:57:51 +02:00
scriptedeffect.cpp Migrate effects from displayWidth()/displayHeight() to virtualScreenSize()/virtualScreenGeometry() 2014-03-07 08:01:44 +01:00
scriptedeffect.h Replace NULL with nullptr in scripting folder 2014-02-24 16:33:40 +01:00
scripting.cpp [kwin] Share QQmlEngine between all declarative KWin Scripts 2014-03-10 09:08:38 +01:00
scripting.h [kwin] Share QQmlEngine between all declarative KWin Scripts 2014-03-10 09:08:38 +01:00
scripting_model.cpp Replace NULL with nullptr in scripting folder 2014-02-24 16:33:40 +01:00
scripting_model.h Replace NULL with nullptr in scripting folder 2014-02-24 16:33:40 +01:00
scriptingutils.cpp
scriptingutils.h [kwin] Use KGlobalAccel to register global shortcuts from scripts 2013-12-10 09:09:35 +01:00
timer.cpp Strip module path from all Qt #include <> 2013-03-06 10:26:56 +01:00
workspace_wrapper.cpp [kwin] Introduce Screens::size and Screens::geometry 2014-03-05 13:03:33 +01:00
workspace_wrapper.h [kwin] Introduce Screens::size and Screens::geometry 2014-03-05 13:03:33 +01:00