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
There is already that option. Settings -> Configure digikam -> Misc -> Deleting items should move them to trash
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.
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/>
thank you