summaryrefslogtreecommitdiffstats
path: root/pictureviewer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of PictureViewerArno2012-04-281-219/+0
| | | | Remove last remnants of PictureViewer (without the 2).
* PictureViewer fixesArno2011-04-301-1/+9
| | | | | | Add an option making resizing the picture viewer to the size of the picture configurable. It's desirable when using a tiling window manager.
* Use BG-Gradient in PictureViewerArno2011-04-301-3/+5
| | | | | | Use setGradient in PictureViewer again. Modified it to take the colors for the gradient from the top left and bottom right of the QImage.
* Moved class PictureViewerInfoItemArno2010-12-161-1/+33
| | | | | PictureViewerInfoItem is only used in PictureViewer, so no need for a sepearte file.
* Implemented copying of movie dataArno2010-05-301-0/+2
| | | | | Added function to copy actors, covers, genre, dvd and quality to other parts of the same movie if movie has multiple files.
* Make directory browsing optional for PictureViewerArno2010-05-281-2/+7
| | | | | | Make directory browsing optional in preparation for new ArchiveItemEditDialog. There will be a button to view the selected picture, but it needn't be able to browse the directory of the picture.
* Implemented PictureViewer classArno2010-05-241-0/+170
Don't call an external program for showing a picture. When an image is doubleclicked a new windows shows the picture. Pictures can still be opened in an exteral program by using the "Open with..." context menu item.