Summary: | Sort order in SlideShow | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Thomas Trepl <ttrepl> |
Component: | Plugin-Generic-SlideShow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, wazery |
Priority: | NOR | ||
Version: | 1.4.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/98bebc754e8d546abb0851be5b023704ee798f28 | Version Fixed In: | 2.6.0 |
Sentry Crash Report: |
Description
Thomas Trepl
2010-09-26 19:55:09 UTC
I can confirm: The "normal" slideshow modes, All and Selection, just take the image infos from the model, so they respect sort order. The Recursive slideshow though will do its own loading, not sorting at all. I think this bug is resolved now, for me in version 2.5 it's not reproducible any more. Please Thomas Trepl can you check it now. (In reply to comment #2) > I think this bug is resolved now, for me in version 2.5 it's not > reproducible any more. Please Thomas Trepl can you check it now. well, I tried with 2.5.0 and the result is still the same as before. It seems that for the recursive diashow it counts *when* the picture has been added to the album. The picture which has been added at last comes at last. It works perfect for dia show modes "All", "Selected" and the "Extended" show (which also goes recursive thru the subalbums), but unfortunatly not for the "Including subalbums". A workaround is to copy the new picture into the subalbum, take all the pics out (cut-paste to another temp-dir) and put them all back again. Than it seems that they get added in the sorted-by-name sequence. For me, its still there - Version 2.5.0 on KDE 4.8.1 -- Thomas Yes, now I understands, I will work on it. This bug status need to be changed to RESOLVED, due to this commit: http://commits.kde.org/digikam/e1ce85b2fbb8222fbfc4f3e06aa5b3823928b501 Git commit 98bebc754e8d546abb0851be5b023704ee798f28 by Islam Wazery. Committed on 23/03/2012 at 19:38. Pushed by wazery into branch 'master'. Sort order in recursive SlideShow M +5 -0 libs/database/imageinfolist.cpp M +1 -0 libs/database/imageinfolist.h M +3 -0 utilities/maintenance/imageinfojob.cpp http://commits.kde.org/digikam/98bebc754e8d546abb0851be5b023704ee798f28 |