log src/cache_maint.c @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Mon, 06 Apr 2009 22:13:54 +0000 zas_ Fix up event source ids type: gint -> guint.
Tue, 31 Mar 2009 20:05:16 +0000 nadvornik improved debug messages
Sun, 15 Mar 2009 07:07:52 +0000 zas_ gint -> gboolean.
Sat, 14 Mar 2009 17:21:35 +0000 nadvornik improved notification system
Thu, 12 Mar 2009 21:06:37 +0000 zas_ Use gboolean where applicable, for the sake of consistency.
Sat, 28 Feb 2009 20:52:51 +0000 zas_ Add missing space between switch and first parenthesis.
Sat, 21 Feb 2009 20:43:35 +0000 zas_ Glibification again.
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Sun, 21 Dec 2008 21:20:36 +0000 nadvornik most of the metadata options now works
Sun, 23 Nov 2008 16:10:29 +0000 zas_ Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
Sat, 15 Nov 2008 20:01:25 +0000 zas_ Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
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.
Fri, 16 May 2008 10:02:56 +0000 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Sun, 04 May 2008 21:54:20 +0000 nadvornik dropped path_list functions, use filelist functions everywhere
Thu, 01 May 2008 18:26:30 +0000 zas_ Simplify and optimize extension_find_dot().
Thu, 24 Apr 2008 15:49:57 +0000 zas_ Convert the minority of while() to while ().
Thu, 24 Apr 2008 08:53:39 +0000 zas_ Move debug macros from main.h to new debug.h.
Thu, 24 Apr 2008 00:15:03 +0000 zas_ Handle the newline in DEBUG_N() macro instead of adding one
Wed, 23 Apr 2008 20:47:19 +0000 zas_ Introduce macros to display debug messages.
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
Sun, 20 Apr 2008 18:07:51 +0000 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Sat, 12 Apr 2008 09:41:44 +0000 zas_ Rename thumbnails related options.
Fri, 11 Apr 2008 22:14:36 +0000 zas_ Add a new struct ConfOptions to handle options.
Wed, 09 Apr 2008 13:53:01 +0000 zas_ Replace occurences of Geeqie / geeqie by constants defined in main.h.
Tue, 08 Apr 2008 23:16:12 +0000 zas_ GQVIEW_* -> GQ_*
Tue, 08 Apr 2008 23:02:33 +0000 zas_ gqview.h -> main.h
Thu, 03 Apr 2008 23:29:14 +0000 zas_ Make the wmclass value unique among the code by defining
Thu, 03 Apr 2008 18:20:39 +0000 zas_ Use more generic names for some cache manager callback functions.
Thu, 03 Apr 2008 17:34:30 +0000 zas_ Replace some occurences of gqview by Geeqie.
Sun, 23 Mar 2008 20:38:54 +0000 nadvornik rename GQview -> Geeqie over the code
Tue, 11 Sep 2007 20:06:29 +0000 nadvornik replaced gchar* path with FileData *fd
Thu, 19 Oct 2006 11:34:52 +0000 gqview Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net>
Fri, 13 Oct 2006 14:36:26 +0000 gqview Fri Oct 13 10:27:22 2006 John Ellis <johne@verizon.net>
Sat, 26 Feb 2005 00:13:35 +0000 gqview Sync to GQview 1.5.9 release.