| Summary: | Suggestion: "favorite presets" for right-click palette setup | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Ilya V. Portnov <portnov> |
| Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | iuckkeevz2, sven.langkamp |
| Priority: | NOR | ||
| Version First Reported In: | 2.9 Beta | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/calligra/0e5e92c8ac84d13d24bdcf7ca03e1edd7e10089b | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Ilya V. Portnov
2014-08-08 15:52:22 UTC
Users already have trouble to find the dialog based editor. A tag based system would hide the functionality even more. How about adding several "pages" to the favorite brushes, ie. 10 brushes per page. Then the current page could be selected some buttons (ie. next/prev page) on the right-click pop-up. Git commit 0e5e92c8ac84d13d24bdcf7ca03e1edd7e10089b by Sven Langkamp. Committed on 14/09/2014 at 22:38. Pushed by langkamp into branch 'master'. lets the popup palette use tags instead of manually editing the list, that allows to switch between multiple sets of preset with two clicks the maximum number of presets in the popup can also be increase now M +0 -1 krita/ui/CMakeLists.txt M +8 -1 krita/ui/dialogs/kis_dlg_preferences.cc M +1 -0 krita/ui/dialogs/kis_dlg_preferences.h M +18 -1 krita/ui/forms/wdggeneralsettings.ui M +11 -0 krita/ui/kis_config.cc M +3 -0 krita/ui/kis_config.h M +49 -96 krita/ui/kis_favorite_resource_manager.cpp M +8 -17 krita/ui/kis_favorite_resource_manager.h M +4 -15 krita/ui/kis_paintop_box.cc M +1 -1 krita/ui/kis_paintop_box.h D +0 -238 krita/ui/kis_palette_manager.cpp D +0 -66 krita/ui/kis_palette_manager.h M +41 -3 krita/ui/kis_popup_palette.cpp M +1 -0 krita/ui/kis_popup_palette.h http://commits.kde.org/calligra/0e5e92c8ac84d13d24bdcf7ca03e1edd7e10089b |