log src/filefilter.c @ 1809:e1c18f81e637

age author description
Sun, 28 Feb 2010 22:55:37 +0000 mow Add unknown file class to grouping
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Sun, 29 Mar 2009 16:39:42 +0000 nadvornik added UfRaw ID files to known filetypes
Fri, 20 Mar 2009 10:12:29 +0000 nadvornik be more verbose on parse errors
Thu, 19 Mar 2009 22:12:14 +0000 nadvornik improved config file formatting
Thu, 12 Mar 2009 22:44:21 +0000 zas_ Use gboolean where applicable.
Thu, 12 Mar 2009 22:39:06 +0000 zas_ Make ishidden() static to filedata.c and rename it is_hidden_file().
Thu, 26 Feb 2009 08:04:52 +0000 nadvornik quoted_value is no longer needed
Tue, 24 Feb 2009 17:47:45 +0000 zas_ Since READ_*() macros are now exported, do not hide
Mon, 23 Feb 2009 22:13:09 +0000 nadvornik simplified config writing
Sun, 22 Feb 2009 15:35:37 +0000 nadvornik config file format changed to XML
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, 11 Jan 2009 12:13:30 +0000 nadvornik metadata write mode (direct or sidecar) made configurable for each file
Sat, 03 Jan 2009 17:13:20 +0000 zas_ Silent warnings.
Fri, 02 Jan 2009 09:26:23 +0000 nadvornik sidecar files grouping was made case-insensitive
Sat, 20 Dec 2008 21:47:04 +0000 zas_ Fix two minor compilation warnings.
Sun, 30 Nov 2008 11:46:34 +0000 zas_ File filters cleanup: add .pef .dng and .arw extensions to default sidecar extensions list, add .k25 in Kodak raw extensions, simplify and optimize sidecar_ext_parse().
Tue, 25 Nov 2008 17:01:03 +0000 zas_ Fix up unsigned expression always true/false warnings.
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].
Tue, 03 Jun 2008 13:54:22 +0000 zas_ Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).
Fri, 23 May 2008 00:20:56 +0000 zas_ Try to load a system-wide rc file if any, before per-user rc file.
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
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.
Fri, 09 May 2008 07:32:30 +0000 zas_ Use function(void) instead of function() for declaring functions which
Thu, 08 May 2008 12:50:25 +0000 zas_ Use g_ascii_strncasecmp() instead of strncasecmp() where applicable.
Mon, 05 May 2008 19:20:46 +0000 nadvornik added .gqv to known file types
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c base src/filelist.c@6c71a29c0b99