comparison 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
comparison
equal deleted inserted replaced
39:64068b1bab89 40:dcc04a6a58bf
1 Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
2
3 * pan-view.c: Add option to ignore symbolic links to folders when
4 creating file list (no gui control yet), and do not allow listing
5 the root folder as this introduces too many issues (for instance
6 how do we ignore special filesystems such as /proc using only stat
7 attributes?). Add fix to not show empty folders in the flower view.
8 * thumb_standard.c (thumb_loader_std_finish): Fix logic that caused
9 thumbnails to be saved for images with a size between normal and large
10 when using large thumbnails.
11 * ui_fileops.[ch]: Add utilities lstat_utf8 and islink.
12
1 Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net> 13 Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net>
2 14
3 * cache.c (cache_sim_data_load): Fix to return CacheData if any data 15 * cache.c (cache_sim_data_load): Fix to return CacheData if any data
4 type exists. 16 type exists.
5 * pan-view.c: Fix slow merging of embedded dates into file list; 17 * pan-view.c: Fix slow merging of embedded dates into file list;