Bug 248428 - wish: Sort MRU/Alphabetically/Tree
Summary: wish: Sort MRU/Alphabetically/Tree
Status: RESOLVED FIXED
Alias: None
Product: kphotoalbum
Classification: Applications
Component: Annotation Dialog (show other bugs)
Version: SVN trunk (KDE4 version)
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: KPhotoAlbum Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-19 21:20 UTC by Reimar Imhof
Modified: 2012-01-22 10:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch to have 3 sort types: alpha-tree, alph-flag mru (10.17 KB, text/plain)
2010-08-21 22:57 UTC, Reimar Imhof
Details
sorting refinements (1.98 KB, patch)
2010-08-29 19:00 UTC, Reimar Imhof
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Reimar Imhof 2010-08-19 21:20:25 UTC
in the annotation dialog items in categories can be sorted in two ways:
- most recently used
- alphabetically

in kphotoalbum 4.1.1 alphabetically implies a tree view.

For example
places
 germany
  bavaria
   munich
  nrw
   cologne

I'd like to have three views:

- most recently used (existing)
- alphabetically as a flat list (new)
- alphabetically as tree (existing).

In an alphabetical list this would be:
places
 bavaria
 cologne
 germany
 munich
 nrw
Comment 1 Reimar Imhof 2010-08-21 22:57:08 UTC
Created attachment 50815 [details]
patch to have 3 sort types: alpha-tree, alph-flag mru
Comment 2 Miika Turkia 2010-08-28 07:07:41 UTC
Thanks for the patch. It is now applied to the trunk.
Committed revision 1169003.

theBro
Comment 3 Reimar Imhof 2010-08-29 19:00:32 UTC
Created attachment 51086 [details]
sorting refinements

Two refinements:
1.) First opening of annotation dialog: sort button selection fits real sorting (without this patch e.g. MRU button was selected but items were sorted somehow different.
2.) sort menu items now have check boxes.
Comment 4 Miika Turkia 2010-08-30 20:16:18 UTC
Thanks, committed to revision 1170084.
Comment 5 Miika Turkia 2012-01-22 10:20:00 UTC
Fixed already a while ago, closing the bug now that I have the proper access rights...