log src/exif-common.c @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Tue, 30 Jun 2009 20:12:28 +0000 nadvornik fixes for a built without Exiv2
Sun, 29 Mar 2009 10:36:13 +0000 nadvornik re-added possibility to display basic file info (size, mode, date)
Thu, 12 Mar 2009 22:35:45 +0000 zas_ gint -> gboolean and tidy up.
Sun, 01 Mar 2009 17:11:51 +0000 zas_ Only attempt to read exif if the file is readable.
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Fri, 26 Dec 2008 14:12:36 +0000 nadvornik improved sidecar writting
Sun, 21 Dec 2008 21:20:36 +0000 nadvornik most of the metadata options now works
Tue, 16 Dec 2008 12:59:23 +0000 nadvornik queue metadata and write them in an idle callback
Mon, 15 Dec 2008 22:47:31 +0000 nadvornik prepared infrastructure for delayed metadata writting - refreshing
Thu, 27 Nov 2008 19:10:59 +0000 zas_ Do not hardcode exif formatted prefix.
Thu, 20 Nov 2008 11:46:43 +0000 zas_ Fix compilation warnings.
Tue, 07 Oct 2008 18:22:58 +0000 nadvornik Fixed degree symbol encoding
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sat, 04 Oct 2008 20:28:31 +0000 nadvornik fixed charset of exiv2 strings in non-utf8 locales
Wed, 01 Oct 2008 20:57:56 +0000 nadvornik Add support for GPSInfo - patch by Klaus Ethgen
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Sat, 23 Aug 2008 20:46:31 +0000 zas_ Minor optimization: no need to copy the whole remaining of the string, just copy next char.
Wed, 23 Jul 2008 17:38:04 +0000 zas_ Minor tidy up.
Wed, 18 Jun 2008 22:26:52 +0000 nadvornik implemented generic FileData cache
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
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
Sat, 03 May 2008 20:55:16 +0000 zas_ exif_get_description_by_key(): check for "formatted." prefix, and optimize.
Sat, 03 May 2008 20:49:25 +0000 zas_ exif_get_formatted_by_key(): skip prefix when comparing.
Sat, 03 May 2008 20:40:50 +0000 zas_ Change the prefix of formatted exif tags to a more explicit "formatted." prefix
Fri, 02 May 2008 23:11:31 +0000 zas_ Make exif_rational_to_double() and exif_get_rational_as_double() static.
Fri, 02 May 2008 22:31:24 +0000 zas_ exif_get_description_by_key(): tidy up.
Fri, 02 May 2008 22:28:39 +0000 zas_ Add a pointer to the build function in the formatted exif tags struct
Fri, 02 May 2008 21:58:36 +0000 zas_ Indentation fix.
Fri, 02 May 2008 21:34:26 +0000 zas_ Explode exif_get_formatted_by_key() in smaller functions prefixed "exif_build_f".
Fri, 02 May 2008 09:03:52 +0000 zas_ Move variable declaration and affectation near where it is used.
Fri, 02 May 2008 08:41:32 +0000 zas_ Replace GQView by Geeqie.
Thu, 24 Apr 2008 16:32:20 +0000 zas_ Cleanup exif_get_formatted_by_key().
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 21:35:03 +0000 nadvornik read color profiles from jpeg also with Exiv2
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Sun, 20 Apr 2008 09:29:46 +0000 nadvornik added fColorProfile pseudo-tag with detailed information
Thu, 10 Apr 2008 12:07:34 +0000 zas_ Fix fCamera even more.
Thu, 10 Apr 2008 00:09:43 +0000 zas_ Fix broken remove_common_prefix(), fCamera didn't display model as it should.
Tue, 08 Apr 2008 23:02:33 +0000 zas_ gqview.h -> main.h
Thu, 03 Apr 2008 20:53:13 +0000 zas_ Remove two unused variables declarations, and add a missing #include.
Wed, 02 Apr 2008 20:44:40 +0000 nadvornik various exif improvements based on patch by Uwe Ohse
Sun, 30 Mar 2008 11:47:14 +0000 nadvornik differentiate among normal image, raw image and metadata
Wed, 26 Mar 2008 08:00:46 +0000 nadvornik improved xmp vs. legacy metadata handling
Sun, 16 Mar 2008 14:11:22 +0000 nadvornik whitelist of files that can have an xmp sidecar, sample external command
Sun, 16 Mar 2008 10:32:52 +0000 nadvornik write comment and keywords to xmp, sidecars are used if exist
Thu, 14 Feb 2008 14:04:43 +0000 nadvornik more exiv2 fixes
Wed, 13 Feb 2008 23:02:48 +0000 nadvornik more exiv2 fixes