2005-06-19 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-statusbar.c, thunar/thunar-list-model.c, thunar/thunar-favourites-model.c: Fix bug, where Thunar crashed when NULL was returned for a mime info. * thunar/thunar-file.{c,h}: Turn this into an abstract base class, which can be implemented in different ways. * thunar/thunar-local-file.{c,h}: Implementation of the abstract ThunarFile class for local files handled by the 'file:///' URI scheme. * thunar/thunar-trash-file.{c,h}: Implementation of the abstract ThunarFile class for trashed files handled by the 'trash:///' URI scheme and the trash can itself. This is currently only a boilerplate and waiting for the trash backend to show up. * thunar/Makefile.am: Add new classes to the build framework. (Old svn revision: 16340)
Showing
- ChangeLog 16 additions, 0 deletionsChangeLog
- thunar/Makefile.am 4 additions, 0 deletionsthunar/Makefile.am
- thunar/thunar-favourites-model.c 18 additions, 2 deletionsthunar/thunar-favourites-model.c
- thunar/thunar-file.c 197 additions, 206 deletionsthunar/thunar-file.c
- thunar/thunar-file.h 47 additions, 30 deletionsthunar/thunar-file.h
- thunar/thunar-list-model.c 5 additions, 5 deletionsthunar/thunar-list-model.c
- thunar/thunar-local-file.c 258 additions, 0 deletionsthunar/thunar-local-file.c
- thunar/thunar-local-file.h 43 additions, 0 deletionsthunar/thunar-local-file.h
- thunar/thunar-statusbar.c 11 additions, 2 deletionsthunar/thunar-statusbar.c
- thunar/thunar-trash-file.c 181 additions, 0 deletionsthunar/thunar-trash-file.c
- thunar/thunar-trash-file.h 43 additions, 0 deletionsthunar/thunar-trash-file.h
Loading
Please register or sign in to comment