summaryrefslogtreecommitdiffstats
path: root/picturelistview.h
Commit message (Collapse)AuthorAgeFilesLines
* Various clang warning fixesArno2019-01-121-1/+1
| | | | | Mostly nullptr, one missing include that wasn't really missed, and a stray ;
* Remove the menuBar() from picture archiveArno2018-07-141-1/+0
| | | | | | | The journey started innocent enough, but turned out to be a commit that should have been severals. In the end, the picture archive has no menuBar() any more, as expected, but it's also impossible to call the slide dialog. Will fix that soon.
* Rename PictureView to PictureListViewArno2018-07-141-0/+62
Rename it to make clear(er) that it is a TreeView, not a picture viewer. Also, remove it from pictureswidget.{h,cpp} into a separate file.