aboutsummaryrefslogtreecommitdiff
path: root/qdeduper/sigdb_qt.hpp
AgeCommit message (Collapse)Author
2022-10-02Add useless (?) license header.Gravatar Chris Xiong
2022-09-26Add show db engine memory usage.Gravatar Chris Xiong
2022-09-26Add a few basic settings items.Gravatar Chris Xiong
Yes I stole qmp's settings design and silently relicensed the (largely identical) code. But who in the world cares, plus I'm the author of qmp anyway.
2022-09-26Add proper quit confirmation.Gravatar Chris Xiong
2022-09-25Implement mark all within directory.Gravatar Chris Xiong
2022-09-22Add "reverse image search".Gravatar Chris Xiong
Fixed a stupid performance degradation in the signature library in the process.
2022-09-19Scanning can now be cancelled.Gravatar Chris Xiong
Fix terminate() of thread pool blocking if wait() is already called.
2022-09-19Implement database save & load.Gravatar Chris Xiong
2022-09-19You break it, you fix it!Gravatar Chris Xiong
The GUI is now working again, with scanning built-in.