Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-02 | Add useless (?) license header. | Chris Xiong | |
2022-09-27 | 1000x performance improvement for loading database. | Chris Xiong | |
So huge that it doesn't even sound real. I need to learn to write proper sql. | |||
2022-09-26 | Add show db engine memory usage. | Chris Xiong | |
2022-09-26 | Add a few basic settings items. | 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-26 | Add proper quit confirmation. | Chris Xiong | |
2022-09-25 | Implement mark all within directory. | Chris Xiong | |
2022-09-24 | Prep work for sorting. Leftovers from image widgets are now all gone (finally). | Chris Xiong | |
2022-09-23 | Load database into in-memory database. Show the progress dialog while loading. | Chris Xiong | |
2022-09-22 | Add "reverse image search". | Chris Xiong | |
Fixed a stupid performance degradation in the signature library in the process. | |||
2022-09-19 | Scanning can now be cancelled. | Chris Xiong | |
Fix terminate() of thread pool blocking if wait() is already called. | |||
2022-09-19 | Implement database save & load. | Chris Xiong | |
2022-09-19 | Fix everything being zero. | Chris Xiong | |
2022-09-19 | You break it, you fix it! | Chris Xiong | |
The GUI is now working again, with scanning built-in. |