summaryrefslogtreecommitdiffstats
path: root/dirselectionwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename dirselectionwidget > itemselectionwidgetArno2018-01-041-80/+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/+80
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.