2005-06-26 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/thunar-vfs-uri.{c,h}: Don't use a GObject for the ThunarVfsURI class. GObject is really overhead here, as we don't need anything of whats provided by GObject. * TODO: Add note about missing GValue handling for ThunarVfsURI. * TODO: Add note to fix ThunarVfsInfo to not implicitly query the link target. * thunar-vfs/*.[ch], thunar/*.[ch]: Use thunar_vfs_uri_unref() and thunar_vfs_uri_ref() instead of g_object_unref() and g_object_ref(), as ThunarVfsURI is no longer a GObject derived type. * thunar/thunar-window.c: Make loading new directories look and feel "smoother". Still not perfect. (Old svn revision: 16357)
Showing
- ChangeLog 14 additions, 0 deletionsChangeLog
- TODO 6 additions, 0 deletionsTODO
- thunar-vfs/thunar-vfs-info.c 2 additions, 3 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-trash.c 1 addition, 1 deletionthunar-vfs/thunar-vfs-trash.c
- thunar-vfs/thunar-vfs-uri.c 166 additions, 32 deletionsthunar-vfs/thunar-vfs-uri.c
- thunar-vfs/thunar-vfs-uri.h 9 additions, 6 deletionsthunar-vfs/thunar-vfs-uri.h
- thunar-vfs/thunar-vfs-volume-bsd.c 1 addition, 10 deletionsthunar-vfs/thunar-vfs-volume-bsd.c
- thunar-vfs/thunar-vfs-volume.c 3 additions, 16 deletionsthunar-vfs/thunar-vfs-volume.c
- thunar/main.c 1 addition, 1 deletionthunar/main.c
- thunar/thunar-computer-folder.c 3 additions, 6 deletionsthunar/thunar-computer-folder.c
- thunar/thunar-details-view.c 1 addition, 0 deletionsthunar/thunar-details-view.c
- thunar/thunar-favourites-model.c 4 additions, 4 deletionsthunar/thunar-favourites-model.c
- thunar/thunar-file.c 45 additions, 5 deletionsthunar/thunar-file.c
- thunar/thunar-icon-view.c 1 addition, 0 deletionsthunar/thunar-icon-view.c
- thunar/thunar-local-file.c 1 addition, 1 deletionthunar/thunar-local-file.c
- thunar/thunar-local-folder.c 2 additions, 2 deletionsthunar/thunar-local-folder.c
- thunar/thunar-trash-file.c 4 additions, 4 deletionsthunar/thunar-trash-file.c
- thunar/thunar-trash-folder.c 6 additions, 6 deletionsthunar/thunar-trash-folder.c
- thunar/thunar-window.c 87 additions, 23 deletionsthunar/thunar-window.c
Loading
Please register or sign in to comment