summaryrefslogtreecommitdiffstats
path: root/picturelistview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Increase maximum days for slide showArno2020-03-141-0/+1
| | | | Set it to 9999. While at it, remove some dead code and fix includes.
* Kill hover madness, part 1Arno2019-11-221-56/+0
| | | | | | Didn't work any more, and prevents it to build even under MSYS2 (windows), since xcb.h is not available. Next, kill the configuration options.
* Modernize picturelistview.cppArno2018-11-231-4/+4
| | | | The usual. connect and foreach...
* Fix headere view for PictureListViewArno2018-07-201-8/+0
| | | | Make the headers great again!
* Rename PictureView to PictureListViewArno2018-07-141-0/+170
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.