log src/collect-io.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 15:01:07 +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.
Thu, 26 Feb 2009 08:04:52 +0000 nadvornik quoted_value is no longer needed
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
Sat, 15 Nov 2008 17:30:45 +0000 zas_ Use functions to return directories instead of constants.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sun, 31 Aug 2008 11:27:24 +0000 zas_ Move quoted_value() and escquote_value() to misc.[ch].
Sun, 13 Jul 2008 12:36:18 +0000 zas_ Fix a segfault occuring when opening some collection files.
Fri, 27 Jun 2008 21:09:15 +0000 nadvornik added pixbuf_fallback function
Wed, 25 Jun 2008 20:53:52 +0000 zas_ Tidy up.
Sun, 15 Jun 2008 20:09:15 +0000 nadvornik use FileData in thumb_loader
Fri, 13 Jun 2008 12:27:41 +0000 zas_ Revert patches 759 and 760.
Sun, 08 Jun 2008 19:09:44 +0000 nadvornik better check for notify type
Sat, 07 Jun 2008 10:45:33 +0000 nadvornik use the new notification for collections
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.
Wed, 21 May 2008 11:07:23 +0000 zas_ Use G_DIR_SEPARATOR where applicable.
Wed, 21 May 2008 00:12:19 +0000 zas_ Use g_build_filename().
Tue, 20 May 2008 08:14:35 +0000 zas_ Sort out log_printf() vs printf_term() mix up.
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.
Wed, 14 May 2008 16:52:55 +0000 zas_ Simplify collect_manager_add_action(), since g_list_append knows
Thu, 08 May 2008 12:50:25 +0000 zas_ Use g_ascii_strncasecmp() instead of strncasecmp() where applicable.
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c