summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-icon-view.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-03-28 12:07:58 +0200
committerraveit65 <[email protected]>2022-07-21 19:33:51 +0200
commit14e4b2f88f45c6dfb8739ba6979057274d4c5408 (patch)
treea55cec8bfa249e226b82cf1572bba8f9d0b0b0c7 /src/file-manager/fm-icon-view.c
parent3c3ca50505fac6c93d76addf10f0eae1f7991743 (diff)
downloadcaja-14e4b2f88f45c6dfb8739ba6979057274d4c5408.tar.bz2
caja-14e4b2f88f45c6dfb8739ba6979057274d4c5408.tar.xz
Add creation time support
Diffstat (limited to 'src/file-manager/fm-icon-view.c')
-rw-r--r--src/file-manager/fm-icon-view.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/file-manager/fm-icon-view.c b/src/file-manager/fm-icon-view.c
index adeba93d..146b0a3c 100644
--- a/src/file-manager/fm-icon-view.c
+++ b/src/file-manager/fm-icon-view.c
@@ -159,6 +159,13 @@ static const SortCriterion sort_criteria[] =
N_("Keep icons sorted by modification date in rows")
},
{
+ CAJA_FILE_SORT_BY_BTIME,
+ "creation date",
+ "Sort by Creation Date",
+ N_("by _Creation Date"),
+ N_("Keep icons sorted by creation date in rows")
+ },
+ {
CAJA_FILE_SORT_BY_EMBLEMS,
"emblems",
"Sort by Emblems",
@@ -1856,6 +1863,12 @@ static const GtkRadioActionEntry arrange_radio_entries[] =
CAJA_FILE_SORT_BY_MTIME
},
{
+ "Sort by Creation Date", NULL,
+ N_("By _Creation Date"), NULL,
+ N_("Keep icons sorted by creation date in rows"),
+ CAJA_FILE_SORT_BY_BTIME
+ },
+ {
"Sort by Emblems", NULL,
N_("By _Emblems"), NULL,
N_("Keep icons sorted by emblems in rows"),