aboutsummaryrefslogtreecommitdiff
path: root/mingui/imageitem.cpp
AgeCommit message (Collapse)Author
2022-09-18First step to adopt mingui as part of the project -- break it!Gravatar Chris Xiong
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-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.