Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix scaling images in viewer | Arno | 2019-11-24 | 1 | -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.h | Arno | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | Add compare action for pics | Arno | 2018-09-14 | 1 | -0/+1 |
| | | | | Show files with the same filename *after another* in Viewer. | ||||
* | View picture on doubleclick | Arno | 2018-03-31 | 1 | -0/+27 |
Use lightweight viewer from ShemovCleaner for this. Unfortunately PictureViewer2 is overengineered for this. |