Summary: | Sorting by EXIF date broken | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | RalphB <pub> |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.7 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/gwenview/7e3963a6e8074618af8167d6e4330920db2776c2 | Version Fixed In: | 2.9.0 |
Sentry Crash Report: |
Description
RalphB
2011-11-12 13:04:55 UTC
Git commit 7e3963a6e8074618af8167d6e4330920db2776c2 by Aurélien Gâteau. Committed on 10/07/2012 at 14:41. Pushed by gateau into branch 'KDE/4.9'. Fix reading of exif date in images KFileMetaInfo (actually the Strigi jpeg indexer) changed its format and I am not sure the new format is correct. For now it is simpler to directly use Exiv2. This should actually be faster than going through KFileMetaInfo > Strigi > Exiv2. FIXED-IN: 2.9.0 M +1 -0 lib/CMakeLists.txt M +61 -11 lib/timeutils.cpp http://commits.kde.org/gwenview/7e3963a6e8074618af8167d6e4330920db2776c2 |