-
- Downloads
"README.md" did not exist on "93ce1309569372ad02a56caf3b998671675874b9"
Add a ThunarThumbnailCache to ThunarApplication, implement Move().
With this tumblerd can just copy the thumbnail and adjust its meta data when a file is renamed. We thereby avoid regenerating thumbnails for files that are simply renamed but whose contents don't change at all. We probably need some extra code to check whether the file type has now changed or become incompatible with tumbler. In that case we will have to drop the thumbnail. But how often does this really happen?
Showing
- thunar/Makefile.am 12 additions, 0 deletionsthunar/Makefile.am
- thunar/thunar-application.c 30 additions, 13 deletionsthunar/thunar-application.c
- thunar/thunar-application.h 121 additions, 117 deletionsthunar/thunar-application.h
- thunar/thunar-file.c 14 additions, 5 deletionsthunar/thunar-file.c
- thunar/thunar-thumbnail-cache-dbus.xml 27 additions, 0 deletionsthunar/thunar-thumbnail-cache-dbus.xml
- thunar/thunar-thumbnail-cache.c 213 additions, 0 deletionsthunar/thunar-thumbnail-cache.c
- thunar/thunar-thumbnail-cache.h 49 additions, 0 deletionsthunar/thunar-thumbnail-cache.h
Loading
Please register or sign in to comment