Summary: | import image should allow both direct and reverse ordering | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Simone Lazzaris <simone> |
Component: | Import-Sort | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: | |||
Attachments: | Patch enabling 2 different sorting order |
Description
Simone Lazzaris
2009-05-18 16:34:18 UTC
>In this case, appending an autoincrementing number causes the photo to be
>imported in a reversed cronological order, which is exactly the OPPOSITE of
>what the camera does.
This is fixed in current implementation from svn. Please try again...
Image still ordered from more recent to older one. This way still more logic, and it's an old whish from users.
Gilles Caulier
Thanks for the info, I'll try to compile a snapshot from the svn. I still think that the order should be configurable: while I can see the point in showing newest images first, I (and many other, I think) still prefer chronologic order. Created attachment 34168 [details]
Patch enabling 2 different sorting order
This patch add a menu item and preference to let the user choose the order (chronological or last item first) in which (s)he want the images to be shown.
The patch is against svn revision 969933
Thanks Simone for your patch. I will review it soon 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 |