[Digikam-devel] [Bug 301357] Support incomplete dates (without time, day, month), like TIFF DateTime supports

Marcel Wiesweg marcel.wiesweg at gmx.de
Wed Jul 18 20:04:12 BST 2012


https://bugs.kde.org/show_bug.cgi?id=301357

--- Comment #4 from Marcel Wiesweg <marcel.wiesweg at gmx.de> ---
Apparently both Exif and Xmp support incomplete dates. The data structure which
we use, QDateTime, does not. There would be several involved to properly solve
this wish:

1) General support
 - add a QDateTime derived class to libkexiv2 which support incomplete dates
2) Reading
- add two methods which properly parse incomplete XMP and Exif date strings as
described in the relevant specifications
- use these in getImageDateTime
3) Writing
- add methods to format incomplete date strings
- adapt setImageDateTime
4) check database support, probably need to adapt parsing and formatting
5) Support in digikam's UI
6) Support for writing in the edit widgets

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list