aboutsummaryrefslogtreecommitdiff
path: root/qdeduper/mingui.hpp
AgeCommit message (Collapse)Author
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-19Fix sizeHintChanged not being fired when item view size changes.Gravatar Chris Xiong
Also menu adjustments.
2022-09-19Add a (very crude) toolbar.Gravatar Chris Xiong
2022-09-19You break it, you fix it!Gravatar Chris Xiong
The GUI is now working again, with scanning built-in.
2022-09-18First step to adopt mingui as part of the project -- break it!Gravatar Chris Xiong