Bug 476804 - Possibility to sort "Thumbnails" view by Creation date of file
Summary: Possibility to sort "Thumbnails" view by Creation date of file
Status: REPORTED
Alias: None
Product: digikam
Classification: Applications
Component: Database-Faces (other bugs)
Version First Reported In: 8.1.0
Platform: Microsoft Windows Microsoft Windows
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-10 19:47 UTC by Olivier
Modified: 2023-11-10 20:51 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier 2023-11-10 19:47:16 UTC
Hello

It is just a wish.

In "Thumbnails" tab, is that possible to add a menu that can sort the view by "File name" (the default) and by "Creation date of file" ?

Thank's if that's possible in a next version !
;)

Olivier.
Comment 1 Maik Qualmann 2023-11-10 19:51:14 UTC
That's all there, see menu View-> Item Sort.
What exactly do you mean by thumbnail tab?

Maik
Comment 2 Maik Qualmann 2023-11-10 20:51:57 UTC
If by file creation date you mean the actual creation date of the file (ctime), it is actually not in the database. For us, the metadata creation date is important; if this does not exist, we would use the file creation date (ctime). The metadata creation date is often also the file creation date.

Maik