log src/cache_maint.c @ 1145:3a7af6a8cd5f

age author description
Sat, 15 Nov 2008 17:30:45 +0000 zas_ Use functions to return directories instead of constants.
Wed, 22 Oct 2008 19:56:29 +0000 zas_ Let Create thumbnails start in current directory (fallback to home directory if not available) as requested by Marcin Zajaczkowski (feature request 2166691).
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sun, 15 Jun 2008 20:09:15 +0000 nadvornik use FileData in thumb_loader
Sun, 08 Jun 2008 19:09:44 +0000 nadvornik better check for notify type
Fri, 06 Jun 2008 22:34:15 +0000 nadvornik used new notification in cache_maint
Tue, 03 Jun 2008 19:44:19 +0000 nadvornik replaced directory path with FileData* dir_fd
Tue, 03 Jun 2008 11:24:16 +0000 zas_ Drop initialization to NULL since filelist_read() will take care of it.
Thu, 22 May 2008 11:28:35 +0000 zas_ Comment out unused static function extension_truncate().
Thu, 22 May 2008 11:27:43 +0000 zas_ Fix up some types, make some signed vs unsigned warnings quiet.
Wed, 21 May 2008 00:01:03 +0000 zas_ Disable unused code:
Tue, 20 May 2008 23:41:13 +0000 zas_ Build path using g_build_filename() then calculate its length.
Tue, 20 May 2008 23:07:09 +0000 zas_ Use g_build_filename() and move location label creation from cache_manager_show() to new cache_manager_location_label().
Fri, 16 May 2008 14:59:45 +0000 zas_ Fix redundant application name in window titles.
Fri, 16 May 2008 12:16:49 +0000 zas_ Do not use printf() directly but use new wrapper function log_printf() instead.