2005-09-05 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/thunar-vfs-info.{c,h}, thunar-vfs/thunar-vfs-listdir-job.c: Use GList instead of GSList to manage ThunarVfsInfo lists, which increases data locality and decreases memory usage (as there's no need to keep another allocator around any more). * thunar/thunar-computer-folder.c, thunar/thunar-folder.{c,h}, thunar/thunar-list-model.c, thunar/thunar-local-folder.c, thunar/thunar-trash-folder.c: Use GList instead of GSList to manage the list of files for a folder for the same reason. * thunar/thunar-file.{c,h}, thunar/thunar-folder.c, thunar/thunar-local-folder.c, thunar/thunar-local-file.c: ThunarFile is derived from GObject now, instead of GtkObject. * thunar/thunar-list-model.c: No need to implement GtkTreeDragDest, as that's handled in ThunarStandardView. (Old svn revision: 17375)
Showing
- ChangeLog 16 additions, 0 deletionsChangeLog
- thunar-vfs/thunar-vfs-info.c 4 additions, 5 deletionsthunar-vfs/thunar-vfs-info.c
- thunar-vfs/thunar-vfs-info.h 1 addition, 1 deletionthunar-vfs/thunar-vfs-info.h
- thunar-vfs/thunar-vfs-listdir-job.c 6 additions, 6 deletionsthunar-vfs/thunar-vfs-listdir-job.c
- thunar/thunar-computer-folder.c 6 additions, 6 deletionsthunar/thunar-computer-folder.c
- thunar/thunar-file.c 64 additions, 15 deletionsthunar/thunar-file.c
- thunar/thunar-file.h 7 additions, 2 deletionsthunar/thunar-file.h
- thunar/thunar-folder.c 4 additions, 4 deletionsthunar/thunar-folder.c
- thunar/thunar-folder.h 6 additions, 6 deletionsthunar/thunar-folder.h
- thunar/thunar-list-model.c 29 additions, 30 deletionsthunar/thunar-list-model.c
- thunar/thunar-local-file.c 2 additions, 2 deletionsthunar/thunar-local-file.c
- thunar/thunar-local-folder.c 25 additions, 25 deletionsthunar/thunar-local-folder.c
- thunar/thunar-trash-folder.c 6 additions, 6 deletionsthunar/thunar-trash-folder.c
Loading
Please register or sign in to comment