Summary: | sort order of filenames in camera - no way to set or choose | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Joe Ogulin <kiltedknight> |
Component: | Import-Sort | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Joe Ogulin
2009-03-25 05:54:39 UTC
Hum, I have fixed code relevant to sort items by date. Please try again using code from svn trunk (0.11.0) Gilles Caulier 1.0.0-beta1 release is out now. Please try again... Gilles Caulier SVN commit 980179 by cgilles: apply patch from Simone Lazzaris to change sort of camera icon view item : in chronological order or not. Factorize code. Bug fix : there is a race condition between camera gui and camera controler when thumbnails are processed: camera controller switch randomly between busy state or not when camera gui fill the list of item thumbs to get one by one. A new method fill all thumbs to get in a first time : camera controler will be still busy during this task. BUGS: 193124 BUGS: 188051 M +36 -4 cameracontroller.cpp M +6 -2 cameracontroller.h M +2 -2 cameraiconview.cpp M +61 -10 cameraui.cpp M +5 -1 cameraui.h M +3 -1 cameraui.rc M +2 -0 cameraui_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=980179 |