diff options
| author | Julian Schraner <[email protected]> | 2018-01-23 16:32:51 -0700 |
|---|---|---|
| committer | Nathaniel Graham <[email protected]> | 2018-01-23 16:33:30 -0700 |
| commit | ea6a2424fb454eafb80a731e5fdce4e4a50cb606 (patch) | |
| tree | 83f6c0af0a8254e31052c579a67e9d9868f425d4 /src/kitemviews/private | |
| parent | bba44ae907b4faaf115d33fb0a3c50cd96ee2cb6 (diff) | |
Add option to sort for original date
Summary:
Takes the original date a photo was taken out of the data provided by Baloo & makes it available to the user
FEATURE: 303645
{F5671033}
Test Plan:
- Works with a batch of time-tagged photos
- Can be hidden/shown/sorted like any other property
Reviewers: #dolphin, ngraham, elvisangelaccio
Reviewed By: #dolphin, ngraham, elvisangelaccio
Subscribers: elvisangelaccio, ngraham
Differential Revision: https://phabricator.kde.org/D10059
Diffstat (limited to 'src/kitemviews/private')
| -rw-r--r-- | src/kitemviews/private/kbaloorolesprovider.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kitemviews/private/kbaloorolesprovider.cpp b/src/kitemviews/private/kbaloorolesprovider.cpp index 314c2f06b..53fc0b3b9 100644 --- a/src/kitemviews/private/kbaloorolesprovider.cpp +++ b/src/kitemviews/private/kbaloorolesprovider.cpp @@ -148,6 +148,7 @@ KBalooRolesProvider::KBalooRolesProvider() : { "lineCount", "lineCount" }, { "width", "imageSize" }, { "height", "imageSize" }, + { "imageDateTime", "imageDateTime"}, { "nexif.orientation", "orientation", }, { "artist", "artist" }, { "genre", "genre" }, |
