aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-20Implement 4 more menu actions. Use fstream for file list s/l.Gravatar Chris Xiong
2022-09-20Tweak the progress dialog. Limit the width and elide text if necessary.Gravatar Chris Xiong
2022-09-19Scanning can now be cancelled.Gravatar Chris Xiong
2022-09-19Appease clang analyzer.Gravatar Chris Xiong
2022-09-19Implement database save & load.Gravatar Chris Xiong
2022-09-19Fix sizeHintChanged not being fired when item view size changes.Gravatar Chris Xiong
2022-09-19Remove useless leftovers in main.Gravatar Chris Xiong
2022-09-19Add skip to group to toolbar.Gravatar Chris Xiong
2022-09-19Actually use update_actions().Gravatar Chris Xiong
2022-09-19Fix everything being zero.Gravatar Chris Xiong
2022-09-19Fix file listing progress not being displayed.Gravatar Chris Xiong
2022-09-19Everything in concurrent::run is in another thread...Gravatar Chris Xiong
2022-09-19Add a (very crude) toolbar.Gravatar Chris Xiong
2022-09-19You break it, you fix it!Gravatar Chris Xiong
2022-09-18First step to adopt mingui as part of the project -- break it!Gravatar Chris Xiong
2022-09-18Return immediately if image is invalid.Gravatar Chris Xiong
2022-09-18Dunno why I used pascal case in the first place...Gravatar Chris Xiong
2022-09-18Move stuff around to accommodate new family members.Gravatar Chris Xiong
2022-09-18Add batching for get_signature().Gravatar Chris Xiong
2022-09-17Finish similar image grouping.Gravatar Chris Xiong
2022-09-17Continue hollowing out the testdrive application...Gravatar Chris Xiong
2022-09-16Stop using explicit ids from outside.Gravatar Chris Xiong
2022-09-16Add versioning and support for loading on disk db.Gravatar Chris Xiong
2022-09-12Even more mingui adjustments.Gravatar Chris Xiong
2022-09-12mingui adjustments. Fix image item rendering.Gravatar Chris Xiong
2022-09-12disable text wrap in image items.Gravatar Chris Xiong
2022-09-12Fix old crap that prevented windows compat efforts from working.Gravatar Chris Xiong
2022-09-12fix randomly neglected target in the last commit.Gravatar Chris Xiong
2022-09-12correct library linkage ordering.Gravatar Chris Xiong
2022-09-12mingui: Remove old widget implementation.Gravatar Chris Xiong
2022-09-12Implement hotkeys with QActions.Gravatar Chris Xiong
2022-09-11Stop writting result to a file as it's in the database already.Gravatar Chris Xiong
2022-09-11Add additional constraints to table schemata.Gravatar Chris Xiong
2022-09-11Rewrite most part of the sqlite version of the testdrive program.Gravatar Chris Xiong
2022-09-11Somehow had old table names left around.Gravatar Chris Xiong
2022-09-11Containment measures for ugly sql stuff.Gravatar Chris Xiong
2022-09-11Remove unused base64 functions.Gravatar Chris Xiong
2022-09-11Add missing copyright info and include guard.Gravatar Chris Xiong
2022-09-11Check actual size of type, not the platform.Gravatar Chris Xiong
2022-09-11New testdrive using sqlite db as data storage.Gravatar Chris Xiong
2022-09-11update readme.Gravatar Chris Xiong
2022-09-07Add classes for subslicing (extracted from testdrive.cpp).Gravatar Chris Xiong
2022-09-07Pass matrices as pointers so that headers no longer depend on opencv.Gravatar Chris Xiong
2022-09-06Transitioning to using ListView to show images.Gravatar Chris Xiong
2022-09-04format thread_pool.hppGravatar Chris Xiong
2022-08-30Add proper readme and license.Gravatar Chris Xiong
2022-08-29Make signature test non-stupid.Gravatar Chris Xiong
2022-08-29Add group skipping.Gravatar Chris Xiong
2022-08-29Add load list. Wrap stuff in a scroll area. Do not crash if user cancels saving.Gravatar Chris Xiong
2022-08-29stupid misspellGravatar Chris Xiong