diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-06-03 17:26:44 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-04 02:27:36 +0800 |
commit | 0646b41275a3f38926c75d2746b3208805da3a23 (patch) | |
tree | 857e759ca4a7c4710d8d14233d3a242a82deba51 /core/divesite-helper.cpp | |
parent | 08962cb38dbd7e07d98397826c5192f0a4156143 (diff) | |
download | subsurface-0646b41275a3f38926c75d2746b3208805da3a23.tar.gz |
Dive pictures: find moved pictures based on filename
Users might have edited their pictures. Therefore, instead of identifying
pictures by the hash of the file-content, use the file path. The match
between original and new filename is graded by a score. Currently, this
is the number of path components that match, starting from the filename.
Camparison is case-insensitive.
After having identified the matching images, write the caches so that they
are saved even if the user doesn't cleanly quit the application.
Since the new code uses significantly less resources, it can be run in a
single background thread. Thus, the multi-threading can be simplified.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/divesite-helper.cpp')
0 files changed, 0 insertions, 0 deletions