gimp/plug-ins/metadata
Jacob Boerema f84e4ee04d plug-ins: fix failure to write IPTC TimeCreated
The IPTC TimeCreated tag does not allow fractions of a second, while
Xmp.Photoshop.DateCreated (which includes the time) does allow this.

In our metadata editor we base our date/time on the last value and then
synchronize it with the IPTC date and time values.
While doing that, we did not check if the seconds had a fractional part.

To fix this we first check for the presence of a fraction by checking
for a dot in the time string.
Complicating factor is that a timezone difference may follow that,
which we want to keep if present. So we check for that too and
concatenate the parts we want.
2024-09-23 13:37:29 -04:00
..
meson.build meson: on macOS temporarily update rpath to find libraries of non-installed GIMP. 2024-04-16 17:43:15 +00:00
metadata-editor.c plug-ins: fix failure to write IPTC TimeCreated 2024-09-23 13:37:29 -04:00
metadata-editor.h plug-ins: Remove dependency on GtkBuilder from metadata-editor 2023-05-10 13:25:12 -04:00
metadata-impexp.c plug-ins: add synchronization with certain Exif tags. 2023-08-14 17:29:44 -04:00
metadata-impexp.h plug-ins: port the metadata plug-ins to GimpPlugIn and object 2019-08-27 18:28:56 +02:00
metadata-misc.h plug-ins: add synchronization with certain Exif tags. 2023-08-14 17:29:44 -04:00
metadata-tags.c plug-ins: add synchronization with certain Exif tags. 2023-08-14 17:29:44 -04:00
metadata-tags.h plug-ins: add synchronization with certain Exif tags. 2023-08-14 17:29:44 -04:00
metadata-viewer.c plug-ins: readd translation context for tag values 2023-12-31 13:14:00 +00:00
metadata-xml.c plug-ins: make mode in metadata-editor an enum 2023-08-13 15:15:03 -04:00
metadata-xml.h plug-ins: make mode in metadata-editor an enum 2023-08-13 15:15:03 -04:00