Add option to sort for original date
ClosedPublic

Authored by xyquadrat on Jan 23 2018, 7:05 PM.

Details

Summary

Takes the original date a photo was taken out of the data provided by Baloo & makes it available to the user

FEATURE: 303645

Test Plan
  • Works with a batch of time-tagged photos
  • Can be hidden/shown/sorted like any other property

Diff Detail

Repository
R318 Dolphin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
xyquadrat requested review of this revision.Jan 23 2018, 7:05 PM
xyquadrat created this revision.
xyquadrat edited the summary of this revision. (Show Details)Jan 23 2018, 7:06 PM
xyquadrat edited the test plan for this revision. (Show Details)
ngraham edited the summary of this revision. (Show Details)Jan 23 2018, 7:09 PM
ngraham added inline comments.
src/kitemviews/kfileitemmodel.cpp
2315

"Original Date" is rather ambiguous. Maybe... "Date Photographed"?

xyquadrat updated this revision to Diff 25842.Jan 23 2018, 7:16 PM

Change name from "Original Date" to "Date Photographed"

This should make it clearer what exactly this property is.

xyquadrat marked an inline comment as done.Jan 23 2018, 7:16 PM
ngraham accepted this revision.Jan 23 2018, 7:40 PM

Looks great. Any chance you can attach a screenshot to the Summary section, too?

This revision is now accepted and ready to land.Jan 23 2018, 7:40 PM
xyquadrat edited the summary of this revision. (Show Details)Jan 23 2018, 7:48 PM
xyquadrat edited the summary of this revision. (Show Details)

Looks great. Any chance you can attach a screenshot to the Summary section, too?

Sure, is the one I attached right now enough?

Perfect! I'll land this on the master branch (since it adds a new string) later today. Thanks for the patch! You're doing great work.

elvisangelaccio accepted this revision.Jan 23 2018, 8:10 PM
elvisangelaccio added a subscriber: elvisangelaccio.

Please use FEATURE: rather than BUG: in the commit message.

xyquadrat edited the summary of this revision. (Show Details)Jan 23 2018, 8:11 PM

Please use FEATURE: rather than BUG: in the commit message.

Updated the commit message to use FEATURE now.

This revision was automatically updated to reflect the committed changes.