https://bugs.kde.org/show_bug.cgi?id=391576
--- Comment #4 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 4c540a27282eba8816e226a4e2f400ec701f2944 by Boudewijn Rempt. Committed on 15/03/2018 at 14:27. Pushed by rempt into branch 'krita/4.0'. Load the tags in a separate step after loading all resources This also refactors KoTagStore to remove two methods the use of which has disappeared in the mists of time, and that prevented some tags to be loaded for default resources. Now all Deevad's tags are loaded; all system tags used for custom resources in 3.3 are kept; all custom tags created in 3.3 are kept. The regression from the previous commit, where the krita 3 bundle was loaded even if disabled is also fixed... Items 1, 2 and 4 of 391576 are resolved now, at least as far as I can see. I haven't dared look at item 3 yet... M +194 -194 krita/data/paintoppresets/kis_paintoppresets_tags.xml M +1 -1 libs/image/brushengine/kis_paintop_registry.cc M +1 -0 libs/image/filter/kis_filter_registry.cc M +1 -0 libs/image/generator/kis_generator_registry.cpp M +42 -8 libs/ui/KisApplication.cpp M +2 -0 libs/ui/KisApplication.h M +3 -2 libs/ui/KisResourceBundleServerProvider.cpp M +24 -18 libs/widgets/KoResourceServer.h M +9 -0 libs/widgets/KoResourceServerProvider.h M +36 -62 libs/widgets/KoResourceTagStore.cpp M +0 -9 libs/widgets/KoResourceTagStore.h M +3 -0 libs/widgetutils/kis_action_registry.cpp M +1 -0 plugins/dockers/tasksetdocker/tasksetdocker_dock.cpp M +0 -2 plugins/paintops/defaultpaintops/defaultpaintops_plugin.cc M +1 -0 plugins/tools/karbonplugins/tools/filterEffectTool/FilterResourceServerProvider.cpp https://commits.kde.org/krita/4c540a27282eba8816e226a4e2f400ec701f2944 -- You are receiving this mail because: You are watching all bug changes.