summaryrefslogtreecommitdiffstats
path: root/dirselectionwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename dirselectionwidget > itemselectionwidgetArno2018-01-041-29/+0
| | | | | It's much more general purpose than I thought. I'm gonna reuse the code for MIME-type filters later on.
* Implement DirSelectionWidgetArno2018-01-041-0/+29
This Widget lets you select a list of directories. It's basically about code reuse. We're gonna need this later when implementing the favorite directories feature.