[Gallery] imported pictures should show in Event for today
Bug #1381583 reported by
Bill Filler
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Canonical Devices Products | ||
Ubuntu UX |
Fix Released
|
High
|
Jouni Helminen | ||
gallery-app |
Fix Released
|
High
|
Arthur Mello | ||
gallery-app (Ubuntu) |
Confirmed
|
High
|
Arthur Mello | ||
gallery-app (Ubuntu RTM) |
Confirmed
|
High
|
Arthur Mello |
Bug Description
When pictures are imported into the gallery, via content-hub, we should always display them in the Event for the current day. Right now, the picture is played in the Event that corresponds to the metadata creation date which is very confusing because after the picture is imported you can't find it easily.
Arthur and I discussed modifiying one of the standard exif tags (like DateTime, but don't modify CreationDate) with the current date of import as the gallery already sorts by a series of tags. Another solution would be to add a custom tag like (importDate) and change the sort to use that if it exists before falling back to other tags.
Related branches
lp://staging/~artmello/gallery-app/gallery-app-sort_imported_files
- Bill Filler (community): Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 81 lines (+30/-2)3 files modifiedsrc/content-communicator.cpp (+12/-0)
src/medialoader/photo-metadata.cpp (+17/-2)
src/medialoader/photo-metadata.h (+1/-0)
lp://staging/~artmello/gallery-app/gallery-app-rtm-1409-sort_imported_files
- Ubuntu Phablet Team: Pending requested
-
Diff: 117 lines (+60/-8)3 files modifiedsrc/content-communicator.cpp (+14/-0)
src/medialoader/photo-metadata.cpp (+45/-8)
src/medialoader/photo-metadata.h (+1/-0)
lp://staging/~artmello/gallery-app/gallery-app-fix_show_imported_media_on_today_event
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 168 lines (+112/-2)6 files modifieddebian/rules (+3/-0)
src/config.h.in (+1/-1)
src/photoeditor/photo-metadata.cpp (+1/-1)
tests/unittests/CMakeLists.txt (+1/-0)
tests/unittests/photo-metadata/CMakeLists.txt (+60/-0)
tests/unittests/photo-metadata/tst_photo-metadata.cpp (+46/-0)
Changed in gallery-app: | |
importance: | Undecided → High |
assignee: | nobody → Arthur Mello (artmello) |
tags: | added: rtm14 |
Changed in gallery-app: | |
status: | New → In Progress |
Changed in gallery-app (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → High |
Changed in gallery-app (Ubuntu RTM): | |
status: | New → In Progress |
importance: | Undecided → High |
Changed in gallery-app (Ubuntu): | |
assignee: | nobody → Arthur Mello (artmello) |
Changed in gallery-app (Ubuntu RTM): | |
assignee: | nobody → Arthur Mello (artmello) |
tags: | added: ota-1 |
Changed in gallery-app (Ubuntu RTM): | |
status: | In Progress → Fix Released |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Canonical Devices Products (canonical-devices-products-team) |
importance: | Undecided → High |
milestone: | none → r1 |
status: | New → Confirmed |
Changed in gallery-app: | |
status: | In Progress → Fix Released |
Changed in ubuntu-ux: | |
assignee: | nobody → Jouni Helminen (jounihelminen) |
status: | New → Triaged |
importance: | Undecided → High |
Changed in gallery-app (Ubuntu RTM): | |
status: | Fix Released → In Progress |
Changed in gallery-app: | |
status: | Fix Released → In Progress |
tags: | added: ww51 |
summary: |
- imported pictures should show in Event for today + [Gallery] imported pictures should show in Event for today |
Changed in gallery-app: | |
status: | In Progress → Fix Released |
Changed in canonical-devices-system-image: | |
status: | Confirmed → Fix Released |
Changed in ubuntu-ux: | |
status: | Triaged → Fix Released |
Changed in gallery-app: | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
milestone: | ww51-2014 → ww28-2015 |
Changed in gallery-app: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
Product Team feedback: shouldn't this apply to pics where there is no meta data, but when there is a creation date, then honor the existing information