mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
UI to learn hashes of local image files
This addes a menu entry for the user to select a directory that is recursively traversed to look for image files and compute the hashes of those images (for those images to be available to be displayed in dives according to their hash values). This traversal and hash computation happens in and independend thread and so far the only feedback to the user is that upon completion the dispayed images are updated. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b02bf002a6
commit
e6482bbdc8
5 changed files with 51 additions and 1 deletions
|
@ -104,6 +104,7 @@ slots:
|
|||
void on_actionPrint_triggered();
|
||||
void on_actionPreferences_triggered();
|
||||
void on_actionQuit_triggered();
|
||||
void on_actionHash_images_triggered();
|
||||
|
||||
/* log menu actions */
|
||||
void on_actionDownloadDC_triggered();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue