summaryrefslogtreecommitdiffstats
path: root/viewer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make origin distinct when comparing imagesArno2018-09-141-0/+5
| | | | Paint background with QPalette::Base when showing the first image.
* Add compare action for picsArno2018-09-141-1/+7
| | | | Show files with the same filename *after another* in Viewer.
* Implement preview for videosArno2018-03-311-1/+0
| | | | Comes at almost no cost when using Viewer :)
* View picture on doubleclickArno2018-03-311-0/+94
Use lightweight viewer from ShemovCleaner for this. Unfortunately PictureViewer2 is overengineered for this.