Bug 159341 - Show amount of selected images
Summary: Show amount of selected images
Status: RESOLVED FIXED
Alias: None
Product: kphotoalbum
Classification: Applications
Component: Thumbnail Viewer (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KPhotoAlbum Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-15 07:52 UTC by Risto H. Kurppa
Modified: 2013-02-06 17:31 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Add selection count to status bar (3.05 KB, patch)
2013-02-02 19:20 UTC, Johannes Zarl-Zierl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Risto H. Kurppa 2008-03-15 07:52:27 UTC
Version:            (using KDE 3.5.9)
Installed from:    Unspecified
OS:                Linux

It'd be nice to see the number of selected images in the thumbnail view: at the moment you only see the total amount of shown images and the only way to find out the amount of selected is to either 'manually', one-by-one counting or selecting 'view only selected'.
Comment 1 Jan Kundrát 2008-03-15 18:48:10 UTC
Do you have a real-world use case for such a feature? :)
Comment 2 rlk 2008-03-15 20:08:37 UTC
One use case would be if a photographer committed to deliver a certain number of photographs to a client.  This interface would make it easy to determine whether enough images have been selected.

This would be more useful with a feature that allowed selecting images in image view.  While tokens are reasonably convenient, it would be very handy to be able to add/remove an image from selection in the viewer.

My current workflow is:

1) Keyword all images from the shoot in question.

2) Go into the thumbnail view on those images.

3) While in the viewer, apply a token to the images I'm interested in.

4) Leave the thumbnail viewer, and in the tree view select the token I applied.

5) Go into thumbnail view on that subset.

Being able to set/unset the selected status in the image viewer, and then in the thumbnail viewer be able to apply additional properties or perform other operations on the selection, would be very convenient.
Comment 3 Risto H. Kurppa 2011-07-24 06:51:30 UTC
Other KDE apps also show the amount of selected files/images: Dolphin, Gwenview, ..
Comment 4 Miika Turkia 2011-08-12 04:38:05 UTC
When viewing images you are able to remove images from the selection with hitting Del (Ctrl-Del to actually delete the images, unlike in ThumbnailView where Del oalone is used to delete). I wonder if this selection in Viewer mode should reflect the selection when quitting the image viewer and returning to thumbnail view.

E.g.
- Select first four images on ThumbnailView
- Hit Enter to view them
- Hit Del on one of them
- Hit Esc to quit ImageViewer
- The same four images are still selected on ThumbnailView.
=> Should the selection be updated in ThumbnailView to have only the three current images selected?
Comment 5 Johannes Zarl-Zierl 2013-02-02 19:20:16 UTC
Created attachment 76874 [details]
Add selection count to status bar

I think having that info in the status bar is a nice idea.

Can you try the attached patch and report back on it?
Comment 6 Johannes Zarl-Zierl 2013-02-06 17:31:17 UTC
Patch committed to git/master (I messed up the commit-hook keyword).