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 | ||
desktopgrid.cpp | ||
desktopgrid.h | ||
desktopgrid.kcfg | ||
desktopgrid_config.cpp | ||
desktopgrid_config.desktop | ||
desktopgrid_config.h | ||
desktopgrid_config.ui | ||
desktopgridconfig.kcfgc | ||
main.cpp | ||
main.qml | ||
metadata.json |