2006-02-02 Benedikt Meurer <benny@xfce.org>
* configure.in.in: Check for statvfs() and statfs(), and required header files. * thunar-vfs/thunar-vfs-info.{c,h}, thunar-vfs/thunar-vfs-volume.{c,h}, thunar-vfs/thunar-vfs-volume-bsd.c, thunar-vfs/thunar-vfs.symbols: Move the get_free_space() method from ThunarVfsVolume to ThunarVfsInfo so we can use it even if no volume manager implementation is avail- able for the target system. Bug #1420. * thunar/thunar-file.h: Add get_free_space() method to ThunarFile, so we can easily determine the amount free space for a given volume based on a file located on that volume. Bug #1421. * thunar/thunar-list-model.c(thunar_list_model_get_statusbar_text): Use new method thunar_file_get_free_space(). * thunar/thunar-properties-dialog.c: Display the amount of free space on a certain volume in the properties dialog for folders. (Old svn revision: 19716)
Showing
- ChangeLog 17 additions, 0 deletionsChangeLog
- configure.in.in 5 additions, 5 deletionsconfigure.in.in
- thunar-vfs/thunar-vfs-info.c 72 additions, 0 deletionsthunar-vfs/thunar-vfs-info.c
- thunar-vfs/thunar-vfs-info.h 3 additions, 0 deletionsthunar-vfs/thunar-vfs-info.h
- thunar-vfs/thunar-vfs-volume-bsd.c 0 additions, 14 deletionsthunar-vfs/thunar-vfs-volume-bsd.c
- thunar-vfs/thunar-vfs-volume.c 0 additions, 28 deletionsthunar-vfs/thunar-vfs-volume.c
- thunar-vfs/thunar-vfs-volume.h 0 additions, 5 deletionsthunar-vfs/thunar-vfs-volume.h
- thunar-vfs/thunar-vfs.symbols 1 addition, 1 deletionthunar-vfs/thunar-vfs.symbols
- thunar/thunar-file.h 26 additions, 0 deletionsthunar/thunar-file.h
- thunar/thunar-list-model.c 2 additions, 3 deletionsthunar/thunar-list-model.c
- thunar/thunar-properties-dialog.c 29 additions, 2 deletionsthunar/thunar-properties-dialog.c
Loading
Please register or sign in to comment