2006-08-06 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/thunar-vfs-thumb.c (thunar_vfs_thumb_factory_lookup_thumbnail): Fix an invalid return value. * thunar-vfs/thunar-vfs-thumb.c (thunar_vfs_thumb_factory_generate_thumbnail), thunar/thunar-icon-factory.c(thunar_icon_factory_load_file_icon): Add support for generating and loading thumbnails for files in the trash. * thunar-vfs/thunar-vfs-info.c(_thunar_vfs_io_local_rename), thunar-vfs/thunar-vfs-mime-application.c (thunar_vfs_mime_application_new_from_file), thunar-vfs/thunar-vfs-mime-cleaner.c(main), thunar-vfs/thunar-vfs-mime-handler.c (thunar_vfs_mime_handler_set_icon), thunar/thunar-dialogs.c(thunar_dialogs_show_job_error), thunar/thunar-launcher.c, thunar/thunar-path-entry.c(thunar_path_entry_check_completion_idle): Use strncmp() instead of g_str_has_prefix() where it makes sense. Try to avoid g_str_has_suffix() if checking only for a single character. * thunar/thunar-standard-view.c(thunar_standard_view_drag_motion): Deny XdndDirectSave0 and _NETSCAPE_URL drops to locations in the trash. (Old svn revision: 22676)
Showing
- ChangeLog 25 additions, 0 deletionsChangeLog
- thunar-vfs/thunar-vfs-io-local.c 1 addition, 1 deletionthunar-vfs/thunar-vfs-io-local.c
- thunar-vfs/thunar-vfs-mime-application.c 1 addition, 1 deletionthunar-vfs/thunar-vfs-mime-application.c
- thunar-vfs/thunar-vfs-mime-cleaner.c 1 addition, 1 deletionthunar-vfs/thunar-vfs-mime-cleaner.c
- thunar-vfs/thunar-vfs-mime-handler.c 9 additions, 2 deletionsthunar-vfs/thunar-vfs-mime-handler.c
- thunar-vfs/thunar-vfs-thumb.c 17 additions, 14 deletionsthunar-vfs/thunar-vfs-thumb.c
- thunar/thunar-dialogs.c 2 additions, 2 deletionsthunar/thunar-dialogs.c
- thunar/thunar-icon-factory.c 1 addition, 1 deletionthunar/thunar-icon-factory.c
- thunar/thunar-launcher.c 9 additions, 2 deletionsthunar/thunar-launcher.c
- thunar/thunar-path-entry.c 1 addition, 1 deletionthunar/thunar-path-entry.c
- thunar/thunar-standard-view.c 1 addition, 1 deletionthunar/thunar-standard-view.c
Loading
Please register or sign in to comment