kwin/src/effects/screenedge
Vlad Zahorodnii a6090e7f83 effects: Strip unused builtin effect metadata
This improves plugin loading times. As is, the main issue is the number
of builtin effects and the fact that each has a lot of translated
strings, which combined adds up to noticeable loading times. KWin itself
will never read those translated strings, it only needs two pieces - the
plugin id and whether the plugin is enabled by default.

This change adds a little helper to strip unnecessary info from metadata
files.
2021-11-17 14:40:41 +00:00
..
CMakeLists.txt
main.cpp effects: Strip unused builtin effect metadata 2021-11-17 14:40:41 +00:00
metadata.json Make ServiceType irrelevant when searching for binary effects 2021-11-13 09:27:58 +00:00
screenedgeeffect.cpp
screenedgeeffect.h