Summary: | New window don't get actions from view plugins | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Cyrille Berger <cberger> |
Component: | General | Assignee: | Halla Rempt <halla> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/krita/e237e0e606223733631b8e23658926a6ee13b455 | Version Fixed In: | |
Sentry Crash Report: |
Description
Cyrille Berger
2015-05-06 17:59:52 UTC
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 |