mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dive pictures: implement FindMovedImagesDialog
Move the find-moved-images functions into a new translation unit and present the user with the identified matches before applying them. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
f3ef38ca0d
commit
09fd5c40d1
9 changed files with 535 additions and 125 deletions
|
|
@ -28,7 +28,6 @@ QString get_taglist_string(struct tag_entry *tag_list);
|
|||
void read_hashes();
|
||||
void write_hashes();
|
||||
QString thumbnailFileName(const QString &filename);
|
||||
void learnImages(const QStringList &dirNames, int max_recursions, const QVector<QString> &imageFilenames);
|
||||
void learnPictureFilename(const QString &originalName, const QString &localName);
|
||||
QString localFilePath(const QString &originalFilename);
|
||||
weight_t string_to_weight(const char *str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue