[Bug 193124] New: import image should allow both direct and reverse ordering

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 193124] New: import image should allow both direct and reverse ordering

Bugzilla from simone@omni.it
https://bugs.kde.org/show_bug.cgi?id=193124

           Summary: import image should allow both direct and reverse
                    ordering
           Product: digikam
           Version: 0.10.0
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


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.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- 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
Reply | Threaded
Open this post in threaded view
|

[Bug 193124] import image should allow both direct and reverse ordering

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=193124


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Camera GUI




--- Comment #1 from Gilles Caulier <caulier gilles gmail com>  2009-05-18 16:42:08 ---
>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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- 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
Reply | Threaded
Open this post in threaded view
|

[Bug 193124] import image should allow both direct and reverse ordering

Bugzilla from simone@omni.it
In reply to this post by Bugzilla from simone@omni.it
https://bugs.kde.org/show_bug.cgi?id=193124





--- Comment #2 from Simone Lazzaris <simone omni it>  2009-05-19 11:08:00 ---
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.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- 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
Reply | Threaded
Open this post in threaded view
|

[Bug 193124] import image should allow both direct and reverse ordering

Bugzilla from simone@omni.it
In reply to this post by Bugzilla from simone@omni.it
https://bugs.kde.org/show_bug.cgi?id=193124





--- Comment #3 from Simone Lazzaris <simone omni it>  2009-06-01 14:56:57 ---
Created an attachment (id=34168)
 --> (http://bugs.kde.org/attachment.cgi?id=34168)
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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- 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
Reply | Threaded
Open this post in threaded view
|

[Bug 193124] import image should allow both direct and reverse ordering

Gilles Caulier-4
In reply to this post by Bugzilla from simone@omni.it
https://bugs.kde.org/show_bug.cgi?id=193124





--- Comment #4 from Gilles Caulier <caulier gilles gmail com>  2009-06-01 15:40:18 ---
Thanks Simone for your patch. I will review it soon

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- 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
Reply | Threaded
Open this post in threaded view
|

[Bug 193124] import image should allow both direct and reverse ordering

Gilles Caulier-4
In reply to this post by Bugzilla from simone@omni.it
https://bugs.kde.org/show_bug.cgi?id=193124


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #5 from Gilles Caulier <caulier gilles gmail com>  2009-06-11 13:22:42 ---
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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- 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
Reply | Threaded
Open this post in threaded view
|

[Bug 193124] import image should allow both direct and reverse ordering

Gilles Caulier-4
In reply to this post by Bugzilla from simone@omni.it
https://bugs.kde.org/show_bug.cgi?id=193124


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Camera GUI                  |Import




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- 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