Summary: | when selecting multiple images, some controls should be disabled | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Simon Oosthoek <kdebugs> |
Component: | Albums-MainView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.3.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.0.0 | |
Sentry Crash Report: |
Description
Simon Oosthoek
2010-09-23 14:38:25 UTC
I can agree with this idea: Dont show overlays - except +/- - when pressing SHIFT or CTRL I disagree about hiding the overlays on multiple selection. Rather, I see it as a usability problem that the action taken only affects the immediate image instead of the full selection. It's a general problem that the overlays graphically refer to a single item, but it's a common case to apply the operation to the full selection. That means in case of multiple selection, the overlays would need a graphical hint at operating on the full selection. I've been thinking about this for some time. Git commit f4d52daa980d4711607a79b209788b5c1988f24c by Marcel Wiesweg. Committed on 01/07/2011 at 18:17. Pushed by mwiesweg into branch 'master'. Do not show overlays when Ctrl or Shift are pressed. This agrees with other behavior, such as disabling the View action. BUG: 252134 M +15 -2 libs/widgets/common/imagedelegateoverlay.cpp http://commits.kde.org/digikam/f4d52daa980d4711607a79b209788b5c1988f24c Note: since some time, overlays apply to all selected images. This is indicated by a tooltip-like message "Operation applied to n images" |