Summary: | Filter mask auto-name to filter type | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Bollebib <kwadraatnope> |
Component: | Layer Stack | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/09df33c3a2c1b18a77d470123df6e58f948815a7 | Version Fixed In: | |
Sentry Crash Report: |
Description
Bollebib
2013-09-11 12:22:16 UTC
Good point! Weird though, the code already tries to do that. Hm -- and trying to set the mask name with the mask properties dialog fails as well. Git commit 5d1f29a504e4b2d6629711096569e12671f216fd by Boudewijn Rempt. Committed on 28/09/2013 at 09:49. Pushed by rempt into branch 'master'. Add the filter name to the filter layer or filter mask name This restores functionality written by Melchior Franz in 2006 which unaccountably got lost in the mists of time... From the code, it looks like blockSignals hadn't been invented back then, so it's also a small cleanup M +22 -13 krita/ui/dialogs/kis_dlg_adjustment_layer.cc M +3 -2 krita/ui/dialogs/kis_dlg_adjustment_layer.h M +5 -0 krita/ui/widgets/kis_filter_selector_widget.cc M +1 -0 krita/ui/widgets/kis_filter_selector_widget.h http://commits.kde.org/calligra/5d1f29a504e4b2d6629711096569e12671f216fd Git commit 09df33c3a2c1b18a77d470123df6e58f948815a7 by Boudewijn Rempt. Committed on 28/09/2013 at 10:00. Pushed by rempt into branch 'master'. Set the filter mask name after editing properties M +1 -0 krita/ui/kis_mask_manager.cc http://commits.kde.org/calligra/09df33c3a2c1b18a77d470123df6e58f948815a7 |