summaryrefslogtreecommitdiffstats
path: root/pictureviewer.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved class PictureViewerInfoItemArno2010-12-161-0/+11
| | | | | PictureViewerInfoItem is only used in PictureViewer, so no need for a sepearte file.
* Make directory browsing optional for PictureViewerArno2010-05-281-1/+1
| | | | | | 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/+45
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.