comparison src/filefilter.c @ 587:5963c394ba53

added .gqv to known file types
author nadvornik
date Mon, 05 May 2008 19:20:46 +0000
parents 905688aa2317
children 651ae2be1031
comparison
equal deleted inserted replaced
586:905688aa2317 587:5963c394ba53
222 filter_add_if_missing("ras", "Raster", ".ras", FORMAT_CLASS_IMAGE, FALSE); 222 filter_add_if_missing("ras", "Raster", ".ras", FORMAT_CLASS_IMAGE, FALSE);
223 filter_add_if_missing("svg", "Scalable Vector Graphics", ".svg", FORMAT_CLASS_IMAGE, FALSE); 223 filter_add_if_missing("svg", "Scalable Vector Graphics", ".svg", FORMAT_CLASS_IMAGE, FALSE);
224 224
225 /* non-image files that might be desirable to show */ 225 /* non-image files that might be desirable to show */
226 filter_add_if_missing("xmp", "XMP sidecar", ".xmp", FORMAT_CLASS_META, TRUE); 226 filter_add_if_missing("xmp", "XMP sidecar", ".xmp", FORMAT_CLASS_META, TRUE);
227 filter_add_if_missing("gqv", GQ_APPNAME " image collection", ".gqv", FORMAT_CLASS_META, TRUE);
227 228
228 /* These are the raw camera formats with embedded jpeg/exif. 229 /* These are the raw camera formats with embedded jpeg/exif.
229 * (see format_raw.c and/or exiv2.cc) 230 * (see format_raw.c and/or exiv2.cc)
230 */ 231 */
231 filter_add_if_missing("arw", "Sony raw format", ".arw;.srf;.sr2", FORMAT_CLASS_RAWIMAGE, TRUE); 232 filter_add_if_missing("arw", "Sony raw format", ".arw;.srf;.sr2", FORMAT_CLASS_RAWIMAGE, TRUE);