! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Display full date for "Today"
Status:
RESOLVED: INVALID

Comments

Description Mathias Brodala 2008-07-15 19:53:57 CEST
User-Agent:       Opera/9.50 (X11; Linux i686; U; de)
Build Identifier: 

Thunar should always display the full localized date and time for deletion and modification time. This is especially important in trash:/// where there can be multiple files with the same name. In this situation it’s absolutely impossible to guess, which one’s the most recent.

Reproducible: Always

Steps to Reproduce:
1. Create file "foo"
2. Delete file "foo"
3. Repeat step 1. and 2.

Actual Results:  
Thunar displays "Today" as modification time for both files in the file list view and deletion time in Trash.

Expected Results:  
Thunar should display the full localized date and time of modification and deletion.
Comment 1 Mathias Brodala 2008-07-23 23:37:22 CEST
(In reply to comment #0)
> Thunar should always display the full localized date and time for deletion and
> modification time.

After digging through the source I found the option MiscDateStyle and its different values in thunar/thunar-enum-types.h.

The values THUNAR_DATE_STYLE_LONG and THUNAR_DATE_STYLE_ISO do what I want whereas THUNAR_DATE_STYLE_SIMPLE (default) and THUNAR_DATE_STYLE_SHORT do not suffice my needs. Is this actually properly documented anywhere?

Anyways, I’m closing this report.
Comment 2 Mathias Brodala 2008-07-23 23:38:38 CEST
(In reply to comment #1)
> Is this actually properly documented anywhere?

I never noticed that option in the preferences dialog though… Must have been a long time since I had a look at that dialog.

Bug #4229

Reported by:
Mathias Brodala
Reported on: 2008-07-15
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information