View plugins are only accessible from the first opened window. Reproducible: Always Steps to Reproduce: To reproduce: 1. Window > New Window Actual Results: In the new window, view plugin actions are not visible. For instance, tools > recording, macros and Filter > gmic, and many entries in Layer... Expected Results: Access to those menu entries in the new window.
Hm, I'm not sure what's up -- I should look into this. In principle, all actions need to be defined in .action files. Not just in cpp files. Those get loaded by KisPart::loadActions, so they should all be around even when no document is opened, and should be available. But there's obviously a bug somewhere, see also the bugs about not being able to add the zoom actions to the toolbar.
And whyever did I not confirm this bug. I guess because May was kickstarter month and I was too busy.
Git commit e237e0e606223733631b8e23658926a6ee13b455 by Boudewijn Rempt. Committed on 20/03/2016 at 09:05. Pushed by rempt into branch 'master'. Most plugins should be loaded only once, but the KritaView type plugins need to be loaded for every Window. M +2 -2 libs/koplugin/KoPluginLoader.cpp M +2 -1 libs/koplugin/KoPluginLoader.h M +2 -1 libs/ui/KisMainWindow.cpp http://commits.kde.org/krita/e237e0e606223733631b8e23658926a6ee13b455