Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-28 | Use QPixmap's downscaling when required. | Chris Xiong | |
2022-09-27 | Add back the threshold parameter for testdrive. | Chris Xiong | |
2022-09-27 | Force path compression after merging. | Chris Xiong | |
2022-09-27 | Also ask for confirmation on database creation / load. | 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 | Remove cancel button from progress dialog in finalizing stage. | Chris Xiong | |
Also remove all window buttons from the dialog. | |||
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 | Avoid using setCencelButton() for hiding the button | Gary Wang | |
2022-09-26 | Immaculate application icon by @BLumia. Sorry. | Chris Xiong | |
2022-09-26 | Add proper quit confirmation. | Chris Xiong | |
2022-09-25 | Implement review marked images. | Chris Xiong | |
2022-09-25 | Implement mark all within directory. | Chris Xiong | |
2022-09-25 | Remove old mingui readme. | Chris Xiong | |
2022-09-25 | Add sorting. | Chris Xiong | |
2022-09-25 | Use hidpi pixmap is deprecated in qt6. | Chris Xiong | |
2022-09-25 | Add preliminary qt6 support for no particular reason. | 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-23 | Add menu item for single item mode. | Chris Xiong | |
2022-09-22 | Add single image view. | 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-21 | STOP CALLING GUI SH*T IN OTHER THREADS!!! | Chris Xiong | |
2022-09-21 | Two extra useless menu items. | Chris Xiong | |
2022-09-20 | Implement 4 more menu actions. Use fstream for file list s/l. | Chris Xiong | |
2022-09-20 | Tweak the progress dialog. Limit the width and elide text if necessary. | Chris Xiong | |
2022-09-19 | Scanning can now be cancelled. | Chris Xiong | |
Fix terminate() of thread pool blocking if wait() is already called. | |||
2022-09-19 | Appease clang analyzer. | Chris Xiong | |
2022-09-19 | Implement database save & load. | Chris Xiong | |
2022-09-19 | Fix sizeHintChanged not being fired when item view size changes. | Chris Xiong | |
Also menu adjustments. | |||
2022-09-19 | Remove useless leftovers in main. | Chris Xiong | |
2022-09-19 | Add skip to group to toolbar. | Chris Xiong | |
2022-09-19 | Actually use update_actions(). | Chris Xiong | |
2022-09-19 | Fix everything being zero. | Chris Xiong | |
2022-09-19 | Fix file listing progress not being displayed. | Chris Xiong | |
2022-09-19 | Everything in concurrent::run is in another thread... | Chris Xiong | |
2022-09-19 | Add a (very crude) toolbar. | Chris Xiong | |
2022-09-19 | You break it, you fix it! | Chris Xiong | |
The GUI is now working again, with scanning built-in. | |||
2022-09-18 | First step to adopt mingui as part of the project -- break it! | Chris Xiong | |
2022-09-18 | Return immediately if image is invalid. | Chris Xiong | |
2022-09-18 | Dunno why I used pascal case in the first place... | Chris Xiong | |
2022-09-18 | Move stuff around to accommodate new family members. | Chris Xiong | |
2022-09-18 | Add batching for get_signature(). | Chris Xiong | |
2022-09-17 | Finish similar image grouping. | Chris Xiong | |
2022-09-17 | Continue hollowing out the testdrive application... | Chris Xiong | |
...and stuff everything into signature_db which is now becoming the new ragbag. Includes half-finished disjoint set implementation to absorb some logic originally in mingui's main.cpp into this ever-growing signature_db. Changed how batching is handled. Now different type of batches can be interleaved. | |||
2022-09-16 | Stop using explicit ids from outside. | Chris Xiong | |
2022-09-16 | Add versioning and support for loading on disk db. | Chris Xiong | |
2022-09-12 | Even more mingui adjustments. | Chris Xiong | |
Image list is no longer collapsible. Set min size for image list. Main window is now a real QMainWindow. | |||
2022-09-12 | mingui adjustments. Fix image item rendering. | Chris Xiong | |
Always remove scrollbar dimensions from viewport. Elide filenames if needed. Use a splitter in the main widget instead of a fixed layout. | |||
2022-09-12 | disable text wrap in image items. | Chris Xiong | |