| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Show files with the same filename *after another* in Viewer.
|
|
Use lightweight viewer from ShemovCleaner for this. Unfortunately
PictureViewer2 is overengineered for this.
|