Summary: | "Maintenance / Merge Duplicates" needs to handle two entries for same image correctly | ||
---|---|---|---|
Product: | [Applications] kphotoalbum | Reporter: | Martin Jost <ntgbkrg7t> |
Component: | general | Assignee: | KPhotoAlbum Bugs <kpabugs> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | johannes |
Priority: | NOR | ||
Version: | 4.4 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 320635 |
Description
Martin Jost
2013-05-30 10:57:59 UTC
Note: Two database entries to the same physical file can also occur due to symlinks in the file system (by linking a directory under a different name). One option would be to have the following alternatives on merging: - Delete duplicate - Move duplicate to trash - Keep both files -> dependent checkbox: block duplicate from database (default: on) When both entries have identical paths, these alternatives should be greyed out. Changing severity to normal ("This bugs makes a feature of the application unusable.") Git commit 6e5bb118bf972239724f1d809d0f66e63d75be85 by Johannes Zarl. Committed on 15/06/2013 at 17:51. Pushed by johanneszarl into branch 'master'. DuplicateMerger: don't delete destination image. When a duplicate is not a different file but just a duplicate entry in the database, only remove the database entry, not the image file. M +9 -3 MainWindow/DuplicateMerger/DuplicateMatch.cpp http://commits.kde.org/kphotoalbum/6e5bb118bf972239724f1d809d0f66e63d75be85 |