Mercurial > geeqie
diff ChangeLog @ 40:dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
* pan-view.c: Add option to ignore symbolic links to folders when
creating file list (no gui control yet), and do not allow listing
the root folder as this introduces too many issues (for instance
how do we ignore special filesystems such as /proc using only stat
attributes?). Add fix to not show empty folders in the flower view.
* thumb_standard.c (thumb_loader_std_finish): Fix logic that caused
thumbnails to be saved for images with a size between normal and large
when using large thumbnails.
* ui_fileops.[ch]: Add utilities lstat_utf8 and islink.
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
##### an offical release when making enhancements and translation updates. #####
author | gqview |
---|---|
date | Sat, 16 Apr 2005 16:26:49 +0000 |
parents | 64068b1bab89 |
children | 6281cc38e5ca |
line wrap: on
line diff
--- a/ChangeLog Thu Apr 14 14:56:17 2005 +0000 +++ b/ChangeLog Sat Apr 16 16:26:49 2005 +0000 @@ -1,3 +1,15 @@ +Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net> + + * pan-view.c: Add option to ignore symbolic links to folders when + creating file list (no gui control yet), and do not allow listing + the root folder as this introduces too many issues (for instance + how do we ignore special filesystems such as /proc using only stat + attributes?). Add fix to not show empty folders in the flower view. + * thumb_standard.c (thumb_loader_std_finish): Fix logic that caused + thumbnails to be saved for images with a size between normal and large + when using large thumbnails. + * ui_fileops.[ch]: Add utilities lstat_utf8 and islink. + Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net> * cache.c (cache_sim_data_load): Fix to return CacheData if any data