aboutsummaryrefslogtreecommitdiff
path: root/mingui
AgeCommit message (Collapse)Author
2022-09-12Even more mingui adjustments.Gravatar Chris Xiong
Image list is no longer collapsible. Set min size for image list. Main window is now a real QMainWindow.
2022-09-12mingui adjustments. Fix image item rendering.Gravatar 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-12disable text wrap in image items.Gravatar Chris Xiong
2022-09-12mingui: Remove old widget implementation.Gravatar Chris Xiong
also correct silly stuff that I forgot to change.
2022-09-12Implement hotkeys with QActions.Gravatar Chris Xiong
2022-09-06Transitioning to using ListView to show images.Gravatar Chris Xiong
The old widgets are not yet removed. A LOT of old sh*t needs rewriting for removing them. (Note to self) Other TODOs: - Convert all keyevents to qactions. - Convert main window to an actual main window. - Move file loading logic out of main.cpp (or not, doesn't even matter). - Move subsliced signatures into library.
2022-09-04format thread_pool.hppGravatar 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-29More w*ndows shenanigans.Gravatar Chris Xiong
2022-08-29Trying to support the superior operating system.Gravatar Chris Xiong
Also reformat a bit of legacy code. Smells like mold.
2022-08-29Add mingui.Gravatar Chris Xiong