2005-06-24 Benedikt Meurer <benny@xfce.org>
* configure.in.in: Add check for localtime_r. * thunar/thunar-file.{c,h}: Add support to query accessed, changed and modified dates of ThunarFiles. * thunar/thunar-local-file.c, thunar/thunar-trash-file.c: Implement the virtual get_date() method. * thunar/thunar-list-model.{c,h}: Add new columns accessed date, modified date and mime type. Fix the sorting for the mime comment column. * thunar/thunar-details-view.c: Display type and date modified columns as well. (Old svn revision: 16350)
Showing
- ChangeLog 13 additions, 0 deletionsChangeLog
- configure.in.in 1 addition, 1 deletionconfigure.in.in
- thunar/thunar-details-view.c 32 additions, 0 deletionsthunar/thunar-details-view.c
- thunar/thunar-file.c 109 additions, 8 deletionsthunar/thunar-file.c
- thunar/thunar-file.h 55 additions, 30 deletionsthunar/thunar-file.h
- thunar/thunar-list-model.c 175 additions, 33 deletionsthunar/thunar-list-model.c
- thunar/thunar-list-model.h 4 additions, 1 deletionthunar/thunar-list-model.h
- thunar/thunar-local-file.c 34 additions, 0 deletionsthunar/thunar-local-file.c
- thunar/thunar-trash-file.c 15 additions, 0 deletionsthunar/thunar-trash-file.c
Loading
Please register or sign in to comment