Summary: | Add an Auto-Grow feature in Fill tool | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | animtim |
Component: | Tools | Assignee: | pentalis |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | halla, igor-leskov1962, pentalis |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/108bbb57b21bbd0242396b47573e98e1ae67853c | Version Fixed In: | |
Sentry Crash Report: |
Description
animtim
2011-02-08 14:47:37 UTC
Ack. I'll be tackling this one I'll be tackling this one Cool, I hope you'll find out! :) By the way in the exact same idea, add a "feather" option (equivalent to the feather selection, applied on the area to fill) Git commit d2e40ab328342c27086ac9716941253976614e1a by José Luis Vergara. Committed on 11/08/2012 at 20:38. Pushed by jlvergara into branch 'master'. Add new auto feather and growth options to Fill Contiguous Selection tool M +64 -4 krita/plugins/tools/selectiontools/kis_tool_select_contiguous.cc M +4 -0 krita/plugins/tools/selectiontools/kis_tool_select_contiguous.h http://commits.kde.org/calligra/d2e40ab328342c27086ac9716941253976614e1a Git commit 8b7ed3231ee1cf4d19fb953dfec6268a79b38011 by José Luis Vergara. Committed on 14/08/2012 at 01:03. Pushed by jlvergara into branch 'master'. Add new options to set auto Grow/shrinking and Feathering for Fill Tool M +17 -0 krita/image/kis_fill_painter.cc M +24 -0 krita/image/kis_fill_painter.h R +3 -0 krita/image/kis_selection_manager_p.h [from: krita/ui/kis_selection_manager_p.h - 099% similarity] M +41 -11 krita/plugins/tools/defaulttools/kis_tool_fill.cc M +8 -5 krita/plugins/tools/defaulttools/kis_tool_fill.h M +7 -20 krita/plugins/tools/selectiontools/kis_tool_select_contiguous.cc M +4 -4 krita/plugins/tools/selectiontools/kis_tool_select_contiguous.h http://commits.kde.org/calligra/8b7ed3231ee1cf4d19fb953dfec6268a79b38011 Git commit 108bbb57b21bbd0242396b47573e98e1ae67853c by Jaroslaw Staniek, on behalf of José Luis Vergara. Committed on 14/08/2012 at 01:03. Pushed by staniek into branch 'kexi-features-staniek'. Add new options to set auto Grow/shrinking and Feathering for Fill Tool M +17 -0 krita/image/kis_fill_painter.cc M +24 -0 krita/image/kis_fill_painter.h R +3 -0 krita/image/kis_selection_manager_p.h [from: krita/ui/kis_selection_manager_p.h - 099% similarity] M +41 -11 krita/plugins/tools/defaulttools/kis_tool_fill.cc M +8 -5 krita/plugins/tools/defaulttools/kis_tool_fill.h M +7 -20 krita/plugins/tools/selectiontools/kis_tool_select_contiguous.cc M +4 -4 krita/plugins/tools/selectiontools/kis_tool_select_contiguous.h http://commits.kde.org/calligra/108bbb57b21bbd0242396b47573e98e1ae67853c |