aboutsummaryrefslogtreecommitdiff
path: root/qdeduper/mingui.hpp
AgeCommit message (Collapse)Author
2022-10-02Add useless (?) license header.Gravatar Chris Xiong
2022-10-02Implement toolbar customization.Gravatar Chris Xiong
2022-09-30Add context menu for the image view.Gravatar Chris Xiong
Shortcuts are currently broken. Will be fixed in future commits.
2022-09-27Also ask for confirmation on database creation / load.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 review marked images.Gravatar Chris Xiong
2022-09-25Add sorting.Gravatar Chris Xiong
2022-09-24Prep work for sorting. Leftovers from image widgets are now all gone (finally).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-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