Find duplicates - blocking when loading file list
authorColin Clark <colin.clark@cclark.uk>
Mon, 24 Aug 2020 14:43:07 +0000 (15:43 +0100)
committerColin Clark <colin.clark@cclark.uk>
Mon, 24 Aug 2020 14:43:07 +0000 (15:43 +0100)
commit5f2afc4b57f94823105e343a844450fcf175a6db
tree7d08c15f976d346140fec53aefaf3cd10e287994
parent0b0e48bc49ef3fe725cceaa58d725ce9cc6da60f
Find duplicates - blocking when loading file list

Geeqie blocks when loading a list of files for find duplicates.
Using recurse can result in thousands of files being loaded, which
creates a problem.
This patch loads the file list in the idle loop.
src/dupe.c
src/dupe.h