Version: 0.10.0 (using KDE 4.2.3) OS: Linux Installed from: Unlisted Binary Package Wher I open the image import dialog, I cannot choose image ordering. The images are ordered by date, starting from the more recent to the older ones. While I find this disturbing (I can easly recognise the images if are shown in the cronological order) this causes a more annoying problem if I use the auto-renaming feature. 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. I mean, on the camera the files are named dsc_0001.jpg, dsc_0002.jpg and so on. Smaller the number, older the file. If i use autorename and the sequence number, I have photo-vacation-0001874.jpg, photo-vacation-0001873.jpg, photo-vacation-0001873.jpg and so on. Higher the number, older the file. Worse, if I browse the collection via (say) gwenview, I see the photo in the reversed order, which is *very* annoying. I think that the import dialog should present the photo in the cronological order, or at least, allow me to choose the ordering I prefer in the configuration.
>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