https://bugs.kde.org/show_bug.cgi?id=422729
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/5b41b826f |hics/krita/commit/8b1d39d96 |b1d4fe8faf9a8d15b4def762dd4 |f2c3a38a6ca49f1d44d5666d145 |68bc |ff80 --- Comment #6 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 741ba2ad61109764e5ddd8f8c1bf9b1d11b7207e by Boudewijn Rempt. Committed on 10/06/2020 at 10:31. Pushed by rempt into branch 'krita/4.3'. Add a warning if an action file is empty This mostly seems to happen when people forget thet text element, though, the parser isn't the most robust in the world. (cherry picked from commit ce3a1a3194dc4347d582ff20781f4cae16a6f2cd) M +5 -5 libs/widgetutils/kis_action_registry.cpp https://invent.kde.org/graphics/krita/commit/741ba2ad61109764e5ddd8f8c1bf9b1d11b7207e --- Comment #7 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 8b1d39d96f2c3a38a6ca49f1d44d5666d145ff80 by Boudewijn Rempt. Committed on 10/06/2020 at 10:30. Pushed by rempt into branch 'krita/4.3'. Fix the plugins/tool action files These files only had text, the action was defined in krita/krita.action. There are still tools in plugins that have their actions defined in krita/krita.action, but splitting them out in action files in the plugins can wait. (cherry picked from commit 5b41b826fb1d4fe8faf9a8d15b4def762dd468bc) M +0 -121 krita/krita.action M +9 -3 libs/widgetutils/kis_action_registry.cpp M +12 -2 plugins/tools/basictools/KisToolPath.action M +12 -2 plugins/tools/basictools/KisToolPencil.action M +12 -2 plugins/tools/selectiontools/KisToolSelectContiguous.action M +12 -2 plugins/tools/selectiontools/KisToolSelectElliptical.action M +12 -2 plugins/tools/selectiontools/KisToolSelectMagnetic.action M +12 -2 plugins/tools/selectiontools/KisToolSelectOutline.action M +12 -2 plugins/tools/selectiontools/KisToolSelectPath.action M +10 -2 plugins/tools/selectiontools/KisToolSelectPolygonal.action M +12 -2 plugins/tools/selectiontools/KisToolSelectRectangular.action M +12 -2 plugins/tools/selectiontools/KisToolSelectSimilar.action M +3 -2 plugins/tools/svgtexttool/SvgTextTool.action M +12 -2 plugins/tools/tool_crop/KisToolCrop.action M +12 -2 plugins/tools/tool_polygon/KisToolPolygon.action M +12 -2 plugins/tools/tool_polyline/KisToolPolyline.action M +12 -2 plugins/tools/tool_transform2/KisToolTransform.action https://invent.kde.org/graphics/krita/commit/8b1d39d96f2c3a38a6ca49f1d44d5666d145ff80 -- You are receiving this mail because: You are watching all bug changes.