kwin/scripting
David Edmundson 47be4be020 [scripting] Make DBus invokable run method return result after execution
Summary:
In 403038 the user expected the DBus call to run to finish before
processing the next request. For a singleshot script that makes a lot of
sense, otherwise you have no idea when it finishes.

This also allows us to return errors.

CCBUG: 403038

Test Plan:
NUM=$(qdbus org.kde.KWin /Scripting org.kde.kwin.Scripting.loadScript /noFile.js Minimize)
qdbus org.kde.KWin /$NUM org.kde.kwin.Scripting.run
  Error: org.kde.kwin.Scripting.FileError
  Could not open /noFile.js

Running a real script behaved effectively the same as before.

Reviewers: #kwin, graesslin

Reviewed By: #kwin, graesslin

Subscribers: zzag, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D18127
2019-02-22 14:40:15 +00:00
..
CMakeLists.txt
dbuscall.cpp
dbuscall.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
documentation-effect-global.xml
documentation-global.xml
genericscriptedconfig.cpp
genericscriptedconfig.h
genericscriptedconfig.json
kwinscript.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2017-09-27 09:13:10 +02:00
Messages.sh Fix message extraction 2018-05-20 08:14:50 +03:00
meta.cpp
meta.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
screenedgeitem.cpp
screenedgeitem.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
scriptedeffect.cpp [scripting] Introduce complete function 2018-11-17 13:44:20 +02:00
scriptedeffect.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
scripting.cpp [scripting] Make DBus invokable run method return result after execution 2019-02-22 14:40:15 +00:00
scripting.h [scripting] Make DBus invokable run method return result after execution 2019-02-22 14:40:15 +00:00
scripting_logging.cpp
scripting_logging.h
scripting_model.cpp
scripting_model.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
scriptingutils.cpp
scriptingutils.h Add support for new touch screen callbacks to KWin scripts and scripted effects 2017-04-07 16:18:09 +02:00
timer.cpp
workspace_wrapper.cpp Port some displayWidth/displayHeight usages to Screens::size() 2017-09-01 17:11:10 +02:00
workspace_wrapper.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00