Summary: | Date is incorrectly completed to day in future | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Gerard Dirkse <gerard.dirkse> |
Component: | Searches-Dates | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin, smit.meh |
Priority: | NOR | ||
Version: | 4.3.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/c1af0146604723fe9e3c8419a96392af25b418e6 | Version Fixed In: | 5.0.0 |
Sentry Crash Report: |
Description
Gerard Dirkse
2013-02-25 07:04:34 UTC
Hi Gerard I confirm the bug. I will have a look into it. Thanks for sharing the problem with us. Smit Gerard, This file still valid using last digiKam 4.2.0 ? Gilles Caulier (In reply to Gilles Caulier from comment #2) > Gerard, > > This file still valid using last digiKam 4.2.0 ? > > Gilles Caulier I will try as soon as I am back from holiday and started working the photos again. Just tested this problem on opensuse digikam 4.3. and it is still there, when changing date (in date field of pane not using calender view) to 01/01/99 date of pic will be 01/01/2099 and not 1999 as expected. Maik, Can you reproduce the problem with current implementation ? Gilles Gilles, Yes, I can reproduce the problem. I think it's normal behavior at 2 digit entry. An image date in the future might make no sense. It could be a if (year > current year) year - = 100 perform. Maik a If with this condition with a messagebox to indicate an error will be fine. Gilles Git commit c1af0146604723fe9e3c8419a96392af25b418e6 by Maik Qualmann. Committed on 10/05/2016 at 04:24. Pushed by mqualmann into branch 'master'. use 4-digit year and seconds in the description tab Related: bug 362441 FIXED-IN: 5.0.0 M +91 -79 app/date/ddateedit.cpp M +2 -0 app/date/ddatetimeedit.cpp http://commits.kde.org/digikam/c1af0146604723fe9e3c8419a96392af25b418e6 Git commit d646b10926c373e4afd1ca217be96ce4972d52dc by Maik Qualmann. Committed on 10/05/2016 at 16:32. Pushed by mqualmann into branch 'master'. use always 4-digit year and seconds in Metadata Editor Related: bug 362441 M +23 -0 utilities/metadataedit/exif/exifdatetime.cpp M +14 -0 utilities/metadataedit/iptc/iptcenvelope.cpp M +19 -0 utilities/metadataedit/iptc/iptcorigin.cpp M +18 -0 utilities/metadataedit/iptc/iptcproperties.cpp M +19 -0 utilities/metadataedit/xmp/xmporigin.cpp http://commits.kde.org/digikam/d646b10926c373e4afd1ca217be96ce4972d52dc |