log src/metadata.c @ 2607:4a7ef0180612

age author description
Sun, 17 Sep 2017 15:12:21 +0100 Klaus Ethgen Fix writing to meta files
Sat, 16 Sep 2017 20:18:35 +0100 Tomasz Golinski Bug fix #509: Increase number of marks to 10
Thu, 14 Sep 2017 10:38:09 +0100 Tomasz Golinski Addl #510: Rudimentary video support
Mon, 05 Jun 2017 16:55:14 +0100 Colin Clark Additional keyword menu entries
Wed, 31 May 2017 09:01:35 +0100 Colin Clark Fix #357: Save mark-and-keyword connections
Sun, 14 May 2017 21:57:53 +0100 Colin Clark Geocode image by drag-drop
Wed, 15 Mar 2017 11:06:10 +0000 Tomasz Golinski Fix #147: Alternative format for sidecar extension
Wed, 24 Aug 2016 17:19:04 +0100 Colin Clark Map image direction
Tue, 24 May 2016 14:47:56 +0100 Klaus Ethgen Update copyright in all files
Thu, 30 Aug 2012 18:32:32 +0200 Laurent Monin Trim trailing white spaces on empty lines.
Thu, 30 Aug 2012 18:31:41 +0200 Laurent Monin Trim trailing white spaces.
Thu, 30 Aug 2012 18:10:47 +0200 Laurent Monin Clear few more warnings, unused variables mostly.
Thu, 23 Dec 2010 15:35:24 +0100 Laurent Monin Fix a snprintf() warning regarding unsigned int64 format string.
Tue, 31 Jul 2012 17:41:47 +0200 Vladimir Nadvornik updated version and copyright notice
Thu, 23 Dec 2010 15:35:24 +0100 Laurent Monin Fix a snprintf() warning regarding unsigned int64 format string.
Thu, 23 Dec 2010 15:35:24 +0100 Laurent Monin Fix a snprintf() warning regarding unsigned int64 format string.
Tue, 04 Oct 2011 22:09:55 +0200 Vladimir Nadvornik rename file_data_new_simple to file_data_new_group, filedata.c cleanup
Thu, 29 Sep 2011 12:36:08 +0200 Vladimir Nadvornik added long-term cache for keywords
Sat, 27 Feb 2010 20:35:26 +0000 Klaus Ethgen Add the feature to add single keywords to selection
Tue, 16 Feb 2010 21:18:03 +0000 Vladimir Nadvornik added 2010 to copyright text
Sat, 22 Aug 2009 21:58:49 +0000 Vladimir Nadvornik remove deleted files from metadata queue
Sat, 01 Aug 2009 22:37:57 +0000 Klaus Ethgen Fix a small problem with casefull keywords
Tue, 30 Jun 2009 20:15:33 +0000 Vladimir Nadvornik fixed an use of uninitialized value
Tue, 30 Jun 2009 20:12:28 +0000 Vladimir Nadvornik fixes for a built without Exiv2
Mon, 29 Jun 2009 19:48:14 +0000 Vladimir Nadvornik fixed writting to gqview legacy format
Sat, 20 Jun 2009 18:42:23 +0000 Vladimir Nadvornik fixed leak in file_util_* functions
Sat, 09 May 2009 19:25:51 +0000 Vladimir Nadvornik extended the list of grouped metadata tags
Thu, 07 May 2009 19:52:38 +0000 Vladimir Nadvornik fixed keyword tree initialization
Thu, 07 May 2009 19:30:15 +0000 Vladimir Nadvornik use "keywords" instead of "tags" in option name, it is more consistent
Sat, 02 May 2009 11:14:24 +0000 Vladimir Nadvornik force the metadata dialog if it was triggered by the menu or the button
Fri, 01 May 2009 23:15:51 +0000 Vladimir Nadvornik - handle color profile and write metadata buttons on statusbar by ui_manager
Sun, 26 Apr 2009 09:25:52 +0000 Vladimir Nadvornik fixed return from metadata_write_revert
Sun, 26 Apr 2009 09:01:35 +0000 Vladimir Nadvornik added an option to write image orientation to the metadata
Sat, 11 Apr 2009 21:28:46 +0000 Vladimir Nadvornik improved default keyword tree
Sat, 11 Apr 2009 19:51:03 +0000 Klaus Ethgen Allow to configure case handling of keywords
Mon, 06 Apr 2009 22:13:54 +0000 Laurent Monin Fix up event source ids type: gint -> guint.
Sat, 04 Apr 2009 19:10:49 +0000 Vladimir Nadvornik added metadata_read_GPS_coord
Tue, 31 Mar 2009 22:23:33 +0000 Laurent Monin Cleanup.
Sun, 29 Mar 2009 19:40:16 +0000 Vladimir Nadvornik fixed possible crash
Sun, 29 Mar 2009 10:36:13 +0000 Vladimir Nadvornik re-added possibility to display basic file info (size, mode, date)
Fri, 20 Mar 2009 11:52:29 +0000 Vladimir Nadvornik do not add duplicate keywords from config file
Fri, 20 Mar 2009 10:12:29 +0000 Vladimir Nadvornik be more verbose on parse errors
Thu, 19 Mar 2009 22:12:14 +0000 Vladimir Nadvornik improved config file formatting
Tue, 17 Mar 2009 19:09:34 +0000 Vladimir Nadvornik simplified code
Tue, 17 Mar 2009 18:58:15 +0000 Vladimir Nadvornik improved expanding and hiding of helper keywords
Sat, 14 Mar 2009 20:07:23 +0000 Laurent Monin More gboolean.
Sat, 14 Mar 2009 17:21:35 +0000 Vladimir Nadvornik improved notification system
Fri, 13 Mar 2009 23:19:58 +0000 Vladimir Nadvornik do not allow to add keywords with the same name as siblings
Fri, 13 Mar 2009 16:45:21 +0000 Vladimir Nadvornik added keyword tree filtering
Fri, 13 Mar 2009 09:03:06 +0000 Vladimir Nadvornik fixed keyword to mark connection
Wed, 11 Mar 2009 21:54:54 +0000 Vladimir Nadvornik added a popup menu in keyword tree
Sun, 08 Mar 2009 23:09:27 +0000 Vladimir Nadvornik save and restore the keyword tree
Sun, 08 Mar 2009 12:42:23 +0000 Vladimir Nadvornik dnd fixes
Sun, 08 Mar 2009 09:56:40 +0000 Vladimir Nadvornik dnd in keywords tree
Sat, 07 Mar 2009 17:02:59 +0000 Vladimir Nadvornik implemented keywords editor as described at
Sat, 28 Feb 2009 20:52:51 +0000 Laurent Monin Add missing space between switch and first parenthesis.
Sat, 28 Feb 2009 18:01:16 +0000 Laurent Monin Use g_utf8_casefold() to compare keywords, uppercased/lowercased keywords are now matched against predefined list.
Sat, 07 Feb 2009 19:01:21 +0000 Vladimir Nadvornik use metadata_read_* functions where possible
Wed, 04 Feb 2009 17:15:30 +0000 Laurent Monin Add year 2009 to copyright info everywhere.
Sun, 25 Jan 2009 09:27:27 +0000 Vladimir Nadvornik do not ignore newly created sidecars