Summary: | right-click does nothing if not on or around an image in the top Light Table panel | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Michael Ploujnikov <ploujj> |
Component: | LightTable-Canvas | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: | |||
Attachments: |
Context menu patch
lighttable top anel screenshot |
Description
Michael Ploujnikov
2009-01-24 05:11:35 UTC
The only action that would make sense when clicking into the empty space of the thumbbar would be the "clear all" action, all the others are related to the underlaying thumbnail image. This should be possible. Gilles, Marcel, Arnd and others, what do you think? Andi Created attachment 30573 [details]
Context menu patch
This patch will handle your request, but it looks weird now, because of the cut-off sidebar pic in the context menu.
Andi
Why do you want to distinguish right click menu with thumbnail image and the rest of item content. A thumbnail item can be selected by left mouse click everywhere in item. Also, in album icon view, there is no difference between to right click on thumbnail image and the rest of item content. Gilles Caulier Created attachment 30574 [details]
lighttable top anel screenshot
This screenshot shows the area where I'm trying to right-click. It is marked with the red stripes.
Also, while I was doing this an idea came to mind: maybe a "clear all" button should appear in the Light Table toolbar (where the Back/Forward, Zoom, Sync, etc buttons are show).
Ok, now i understand. Andi, patch is fine for me. Gilles Gilles, what about the sidebar? Looks weird, but there is no way to disable it. Andi Andi, Use KMenu instead DPopupMenu Gilles Sometimes it is so easy ... :-) SVN commit 916232 by aclemens: Display "Clear all" action if the user clicks into an empty space in the lighttable's thumbbar. BUG:181721 M +33 -20 lighttablebar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=916232 SVN commit 916236 by aclemens: Disable "Clear all" action if no items are inserted into the thumbbar CCBUG:181721 M +2 -0 lighttablebar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=916236 SVN commit 916260 by aclemens: backport commit #916232 CCBUG:181721 M +86 -76 lighttablebar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=916260 |