7b751099bf
Summary: Currently, if one wants to monitor for new X11 and Wayland clients, they have to listen for two signals. Workspace::clientAdded() is emitted only for X11 and Xwayland clients, while WaylandServer::shellClientAdded() is emitted only for xdg-shell clients. Such design doesn't scale well. As the first towards emitting Workspace::clientAdded() for new Wayland clients, this change replaces the X11Client parameter in the clientAdded signal with AbstractClient. Test Plan: Tests still pass. Reviewers: #kwin, cblack Reviewed By: cblack Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D29665 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dbuscall.cpp | ||
dbuscall.h | ||
documentation-effect-global.xml | ||
documentation-global.xml | ||
genericscriptedconfig.cpp | ||
genericscriptedconfig.h | ||
genericscriptedconfig.json | ||
kwinscript.desktop | ||
Messages.sh | ||
meta.cpp | ||
meta.h | ||
screenedgeitem.cpp | ||
screenedgeitem.h | ||
scriptedeffect.cpp | ||
scriptedeffect.h | ||
scripting.cpp | ||
scripting.h | ||
scripting_logging.cpp | ||
scripting_logging.h | ||
scripting_model.cpp | ||
scripting_model.h | ||
scriptingutils.cpp | ||
scriptingutils.h | ||
timer.cpp | ||
workspace_wrapper.cpp | ||
workspace_wrapper.h |