Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-25 | Add sorting. | ||
2022-09-25 | Use hidpi pixmap is deprecated in qt6. | ||
2022-09-25 | Add preliminary qt6 support for no particular reason. | ||
2022-09-24 | Prep work for sorting. Leftovers from image widgets are now all gone (finally). | ||
2022-09-23 | Load database into in-memory database. Show the progress dialog while loading. | ||
2022-09-23 | Add menu item for single item mode. | ||
2022-09-22 | Add single image view. | ||
2022-09-22 | Add "reverse image search". | ||
Fixed a stupid performance degradation in the signature library in the process. | |||
2022-09-21 | STOP CALLING GUI SH*T IN OTHER THREADS!!! | ||
2022-09-21 | Two extra useless menu items. | ||
2022-09-20 | Implement 4 more menu actions. Use fstream for file list s/l. | ||
2022-09-20 | Tweak the progress dialog. Limit the width and elide text if necessary. | ||
2022-09-19 | Scanning can now be cancelled. | ||
Fix terminate() of thread pool blocking if wait() is already called. | |||
2022-09-19 | Appease clang analyzer. | ||
2022-09-19 | Implement database save & load. | ||
2022-09-19 | Fix sizeHintChanged not being fired when item view size changes. | ||
Also menu adjustments. | |||
2022-09-19 | Remove useless leftovers in main. | ||
2022-09-19 | Add skip to group to toolbar. | ||
2022-09-19 | Actually use update_actions(). | ||
2022-09-19 | Fix everything being zero. | ||
2022-09-19 | Fix file listing progress not being displayed. | ||
2022-09-19 | Everything in concurrent::run is in another thread... | ||
2022-09-19 | Add a (very crude) toolbar. | ||
2022-09-19 | You break it, you fix it! | ||
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! | ||
2022-09-18 | Return immediately if image is invalid. | ||
2022-09-18 | Dunno why I used pascal case in the first place... | ||
2022-09-18 | Move stuff around to accommodate new family members. | ||
2022-09-18 | Add batching for get_signature(). | ||
2022-09-17 | Finish similar image grouping. | ||
2022-09-17 | Continue hollowing out the testdrive application... | ||
...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. | ||
2022-09-16 | Add versioning and support for loading on disk db. | ||
2022-09-12 | Even more mingui adjustments. | ||
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. | ||
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. | ||
2022-09-12 | Fix old crap that prevented windows compat efforts from working. | ||
Thanks BLumia for debugging. | |||
2022-09-12 | fix randomly neglected target in the last commit. | ||
2022-09-12 | correct library linkage ordering. | ||
2022-09-12 | mingui: Remove old widget implementation. | ||
also correct silly stuff that I forgot to change. | |||
2022-09-12 | Implement hotkeys with QActions. | ||
2022-09-11 | Stop writting result to a file as it's in the database already. | ||
2022-09-11 | Add additional constraints to table schemata. | ||
2022-09-11 | Rewrite most part of the sqlite version of the testdrive program. | ||
... using the shiny new bits. | |||
2022-09-11 | Somehow had old table names left around. | ||
2022-09-11 | Containment measures for ugly sql stuff. | ||
Also made forgetting return value a sin (should've been the case in the first place) | |||
2022-09-11 | Remove unused base64 functions. | ||
2022-09-11 | Add missing copyright info and include guard. | ||
2022-09-11 | Check actual size of type, not the platform. | ||
2022-09-11 | New testdrive using sqlite db as data storage. | ||
Add signature serialization & deserialization. Only link what we need from OpenCV. |