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.