a6090e7f83
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.cpp | ||
metadata.json | ||
screenedgeeffect.cpp | ||
screenedgeeffect.h |