Bug 119742 - wish list -include move to trash in right click menu
Summary: wish list -include move to trash in right click menu
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-Trash (show other bugs)
Version: 0.8.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-08 16:33 UTC by Ted Hansen
Modified: 2023-04-12 02:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.9.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ted Hansen 2006-01-08 16:33:16 UTC
Version:           0.8.0 (using KDE 3.5.0, Debian Package 4:3.5.0-1 (testing/unstable))
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.13-kanotix-9

Please add  a "move to trash" item to the right click sub-menu.
Thanks
Comment 1 Joern Ahrens 2006-01-08 18:58:42 UTC
There is already that option.
Settings -> Configure digikam -> Misc -> Deleting items should move them to trash
Comment 2 Ted Hansen 2006-01-08 19:35:22 UTC
I think you misunderstand what I am requesting.  
When you have an image open in the image editor, right-clicking on the image pops up a sub-menu: previous, next, rotate, crop, assign tag & remove tag are currently the only options. 
I would like 'move to trash' available on this sub-menu as well. 
I use digikam for editing photos downloaded from camera, often this editing is just choosing the best ones and getting rid of the rest. I usually do this selection in the image editor because of the full size image. Photos that I do not want to keep are sent to trash. Presently 'send to trash' is only available under the 'file' menu item. It would be much more convenient if it was also available on the right click sub menu as it is with kuickshow. I used to use kuickshow for this editing but have switched to digikam because it also has editing capability.

Comment 3 Joern Ahrens 2006-01-08 19:57:58 UTC
SVN commit 495722 by jahrens:

>I think you misunderstand what I am requesting.

Yes, i did.

BUG: 119742


 M  +4 -2      digikamimagewindowui.rc  


--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/digikamimagewindowui.rc #495721:495722
@@ -1,5 +1,5 @@
 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<gui version="2" name="digikamimagewindow" >
+<gui version="3" name="digikamimagewindow" >
 
  <MenuBar>
 
@@ -99,7 +99,9 @@
     <Action name="imageview_next" />
     <Separator/>
     <Action name="imageview_rotate" /> 
-    <Action name="imageview_crop" />    
+    <Action name="imageview_crop" /> 
+    <Separator/>
+    <Action name="imageview_delete" />
 </Menu>
  
  <ActionProperties/>
Comment 4 Ted Hansen 2006-01-09 03:16:26 UTC
thank you