aboutsummaryrefslogtreecommitdiff
path: root/qdeduper/sigdb_qt.cpp
AgeCommit message (Collapse)Author
2022-10-02Add useless (?) license header.Gravatar Chris Xiong
2022-09-271000x performance improvement for loading database.Gravatar Chris Xiong
So huge that it doesn't even sound real. I need to learn to write proper sql.
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-24Prep work for sorting. Leftovers from image widgets are now all gone (finally).Gravatar Chris Xiong
2022-09-23Load database into in-memory database. Show the progress dialog while loading.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-19Fix everything being zero.Gravatar Chris Xiong
2022-09-19You break it, you fix it!Gravatar Chris Xiong
The GUI is now working again, with scanning built-in.