https://bugs.kde.org/show_bug.cgi?id=306158
Bug ID: 306158 Severity: normal Version: 2.9.0 Priority: NOR Assignee: [hidden email] Summary: Descending Image Sorting order doesn't work if Images are grouped by Album (Folder) Classification: Unclassified OS: Linux Reporter: [hidden email] Hardware: openSUSE RPMs Status: UNCONFIRMED Component: Thumbnails Product: digikam Descending Image Sorting order doesn't work if Images are grouped by Album. The order only changes inside of Albums (Folders), but Albums (Folders) themselves are always sorted in Ascending order. Reproducible: Always Steps to Reproduce: Choose: 1.View -> Sort Images -> By Path 2.View -> Image Sorting Order -> Descending 3.View -> Group Images -> By Album 4.Create three folders and put some pictures inside of them: Folder2001 Folder2002 Folder2003 Actual Results: Folder2001 is always on top, no matter what sorting order is chosen. So, when descending or ascending sorting order is chosen, folders are sorted in this way always: Folder2001 Folder2002 Folder2003 Expected Results: When descending sorting order is chosen, folders (Albums) with image thumbnails should be sorted in this way: Folder2003 Folder2002 Folder2001 Use case: I organize all of my images by dates, so every folder (which becomes Albums in digikam) with images is named as a date (or range of dates), e.g.: 2012.06.06-Sunset_on_a_beach 2012.01.05-Brothers_birthday 2012.01.01-New_Year_Celebration When I open digikam I expect the newest images and newest folders to be on top, not on the bottom. So I choose Descending order. But it doesn't affect the way Albums (Folders) are sorted. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
https://bugs.kde.org/show_bug.cgi?id=306158
Andrey <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|2.9.0 |2.8.0 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andrey
https://bugs.kde.org/show_bug.cgi?id=306158
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] Component|Thumbnails |Albums GUI -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andrey
https://bugs.kde.org/show_bug.cgi?id=306158
Smit Mehta <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #1 from Smit Mehta <[hidden email]> --- Hi Andrey Just to confirm, are you expecting a descending order in the tree of albums, in the pane which is on the left? Or in main view area where all the pics are shown, and you want the pics to be grouped album wise, where album should appear in a descending order? Smit -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andrey
https://bugs.kde.org/show_bug.cgi?id=306158
--- Comment #2 from Andrey <[hidden email]> --- I mean the latter: main view area with the thumbnails of the pictures grouped album wise. There seems to be no way to change it, other that choosing Descending order (which actually doesn't change the order of Albums). Tree of albums has its own order, which changes by clicking on "My Albums" label. I think that's quite convenient and works exactly as it should. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andrey
https://bugs.kde.org/show_bug.cgi?id=306158
Smit Mehta <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|Descending Image Sorting |Sorting the image-groups by |order doesn't work if |name in main image view, |Images are grouped by Album |when the images are grouped |(Folder) |in albums. Ever confirmed|0 |1 Severity|normal |wishlist --- Comment #3 from Smit Mehta <[hidden email]> --- Andrey Correct. I suspected so. But the current implementation is about sorting the images only, and not about sorting the image-groups (albums, tags). These functions just sort the images on the basis of their name, etc. internally within the albums, and not the albums themselves. But yes, it could be a nice feature if we wanted to do that. I will change the bug-definition to wish list, and slightly modify the bug-summary. Smit -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andrey
https://bugs.kde.org/show_bug.cgi?id=306158
--- Comment #4 from Andrey <[hidden email]> --- Hi Smit, That was my original thought. But using other settings Image-groups sorting does change. I have created 3 albums to test it: 2001 2002 2003 Using "Edit Albums" I have set the year to each folder (2001 to 2001 and so on, by default all folders have the same date, so this test won't work). These settings... 1.View -> Sort Images -> By Date 2.View -> Image Sorting Order -> Descending 3.View -> Group Images -> By Album ...produce this order: 2003 2002 2001 These settings... 1.View -> Sort Images -> By Date 2.View -> Image Sorting Order -> Ascending 3.View -> Group Images -> By Album ...produce this order: 2001 2002 2003 As, you see, current behavior seems inconsistent: if you use Sort Images -> By Date, order of albums does change, but if you use Sort Images -> By Name, order of Albums doe not change. This made me think that it is a bug. I have tried to find similar bug reports and stumbled upon some comments about removed menu entries considering sorting of Albums (there is no way to sort them now), so that might be related to this bug/inconsistency. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andrey
https://bugs.kde.org/show_bug.cgi?id=306158
--- Comment #5 from Marcel Wiesweg <[hidden email]> --- I cant right now explain the phenomenon described in #4, regarding the original bug: There a method setCategorizationSortOrder in ImageSortSettings which implements the requested setting, but it's not used from the UI, so the default order should always apply, which is ascending. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andrey
https://bugs.kde.org/show_bug.cgi?id=306158
--- Comment #6 from Smit Mehta <[hidden email]> --- @Andrey, Yes, I confirm this inconsistency. We will look into it and see what we can do. Thanks for your replies. @Marcel Should we include another UI option to handle this? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andrey
https://bugs.kde.org/show_bug.cgi?id=306158
--- Comment #7 from Marcel Wiesweg <[hidden email]> --- This was intentionally omitted from the UI, some things are just too much. May be we can set the same sort order as for the images. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andrey
https://bugs.kde.org/show_bug.cgi?id=306158
--- Comment #8 from Andrey <[hidden email]> --- Any updates on this issue? I tried digikam 3.1.0, I still observe the same behavior: If I choose sorting by path, then Albums with previews are sorted Ascending, not matter what the settings are. If I choose sorting by name, then Albums with previews are shown according to Ascending/Descending setting in View - Image Sorting Order. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andrey
https://bugs.kde.org/show_bug.cgi?id=306158
Mohamed <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mohammed.ahmed.anwer@gmail. | |com --- Comment #9 from Mohamed <[hidden email]> --- Andrey , I am working on it currently. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andrey
https://bugs.kde.org/show_bug.cgi?id=306158
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Sorting the image-groups by |GROUP : Sorting the |name in main image view, |image-groups by name in |when the images are grouped |main image view, when the |in albums. |images are grouped in | |albums. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andrey
https://bugs.kde.org/show_bug.cgi?id=306158
Mohamed <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |4.3.0 Latest Commit| |http://commits.kde.org/digi | |kam/3417e0e0a123c5ce6b734d2 | |50c95dbb2f3334248 Status|CONFIRMED |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andrey
https://bugs.kde.org/show_bug.cgi?id=306158
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|AlbumsView |AlbumsView-Group -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |