Version: 1.2 (using 4.2.00 (KDE 4.2.0), Kubuntu packages) Compiler: cc OS: Linux (x86_64) release 2.6.27-11-generic It would be good if dolphin could display dates/times in a more friendly manner that is easier to read, such as the way kmail does. For instance: - instead of "1.10.2009 11:50" you display "Today 11:50" - instead of "1.09.2009 12:00" you display "Yesterday 12:00pm" - instead of "1.08.2009 12:00" you display "Thursday 12:00pm" - dates like "1.08.2008" would be displayed as is. I generally only want to find files that were modified recently and remember day names and rarely absolute dates; this way, more recent dates are easier to find (e.g. "I remember saving that file on Saturday or Sunday"). I find the above easier to parse.
Do you know about the new grouping feature by data? It could be very useful for your needings.
Calling KLocale::formatDateTime() with a DateFormat of KLocale::FancyShortDate would do exactly this. Perhaps a setting option for "Use Fancy Dates"?
Resetting assignee to default as per bug #305719
Created attachment 82291 [details] Screenshot without/with "fancy dates" using the patch from https://git.reviewboard.kde.org/r/112661/
I think that we should not implement this because (a) The screen shot clearly shows that it looks rather weird. Note that the "time" parts of the date are not aligned to each other. Making the date right-aligned won't hep because then the broken alignment of the weekdays will look strange. (b) The request did not get any support from other users. Sorry about that.