summaryrefslogtreecommitdiffstats
path: root/viewer.h
Commit message (Collapse)AuthorAgeFilesLines
* Set fixed size for viewer.cppArno2022-07-021-0/+1
| | | | | | While adding new pictures to my collection, I realized that the simple viewer didn't obey it's size restrictions and grew out of proportions. So make the maximum size configurable.
* Fix Qt::Windowflags nullptr deprecation warningsArno2020-07-191-1/+1
|
* Fix scaling images in viewerArno2019-11-241-1/+0
| | | | | | Don't resize the image unconditionally. When doing that while keeping the aspect ratio, it may grow wider than the window/widget size. So check if it fits. If it doesn't scale down, otherwise leave it.
* Fix nullptr in viever.hArno2018-09-141-1/+1
|
* Add compare action for picsArno2018-09-141-0/+1
| | | | Show files with the same filename *after another* in Viewer.
* View picture on doubleclickArno2018-03-311-0/+27
Use lightweight viewer from ShemovCleaner for this. Unfortunately PictureViewer2 is overengineered for this.