log src/bar_info.c @ 1239:254b09942e68

age author description
Sat, 10 Jan 2009 20:40:37 +0000 nadvornik simplified metadata interface, dropped metadata_read,
Sat, 03 Jan 2009 15:29:08 +0000 nadvornik write keywords and comments with separate functions
Thu, 25 Dec 2008 12:39:34 +0000 nadvornik implemented a possibility to connect keywords with marks
Tue, 23 Dec 2008 22:42:57 +0000 nadvornik allow writing of empty keywords/comment
Tue, 23 Dec 2008 20:53:44 +0000 nadvornik added change notification to bar_info.c
Tue, 23 Dec 2008 19:13:48 +0000 nadvornik write changes immediately, the necessary buffering is done on lower
Sun, 30 Nov 2008 21:59:28 +0000 zas_ keyword_list_find() -> find_string_in_list(), return gboolean.
Sun, 30 Nov 2008 21:52:37 +0000 zas_ metadata_set_keywords() -> metadata_set(). Use gboolean type for boolean parameters.
Sun, 30 Nov 2008 21:43:01 +0000 zas_ Rename most comment_*() functions to more appropriate metadata_*().
Tue, 25 Nov 2008 17:32:51 +0000 zas_ Move comments/keywords read and write stuff to new metadata.{c,h}.
Sun, 23 Nov 2008 16:10:29 +0000 zas_ Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
Sat, 15 Nov 2008 20:01:25 +0000 zas_ Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
Thu, 06 Nov 2008 20:01:32 +0000 zas_ Previous patch (revision 1185) for the comments-related segfault was incomplete, and as such, it broke keywords in files whose metadata had keywords but no comments.
Tue, 04 Nov 2008 17:26:46 +0000 zas_ Fix a segfault occuring when searching for comments in a directory where at least one photo doesn't have a comment. The fix modifies comment_read() function to return FALSE when a comment doesn't exist. Patch by Omari Stephens.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Mon, 29 Sep 2008 21:17:19 +0000 nadvornik The comment section in the meta file is the last section. However it do
Sun, 31 Aug 2008 10:51:41 +0000 zas_ Move miscellaneous functions to their own files (new misc.[ch]).
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Sun, 20 Jul 2008 14:56:32 +0000 zas_ Move history_list_*() functions to separate files:
Wed, 18 Jun 2008 22:26:52 +0000 nadvornik implemented generic FileData cache
Fri, 30 May 2008 08:36:23 +0000 zas_ Make utf8_validate_or_convert() to always allocate a new string.
Thu, 22 May 2008 11:27:43 +0000 zas_ Fix up some types, make some signed vs unsigned warnings quiet.
Tue, 20 May 2008 21:51:25 +0000 zas_ Use g_build_filename() to build paths.
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.
Tue, 13 May 2008 14:35:51 +0000 zas_ Comparing tag id is not sufficient, check the tag name too.
Tue, 13 May 2008 07:34:37 +0000 zas_ Ensure that we end with UTF8 encoded comment and keywords.
Mon, 12 May 2008 23:26:00 +0000 zas_ Reading of Iptc.Application2.Keywords should now be fixed.
Mon, 12 May 2008 19:56:28 +0000 zas_ Disable non-working Iptc.Application2.Keywords reading introduced in revision 736.
Mon, 12 May 2008 17:10:40 +0000 zas_ Extract and append keywords from Iptc.Application2.Keywords tags.
Thu, 08 May 2008 12:38:34 +0000 zas_ Use g_ascii_strcasecmp() instead of strcasecmp() where ascii-only strings