summaryrefslogtreecommitdiffstats
path: root/itemselectionwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Sort copy dirs whenever possibleArno2018-02-011-6/+12
|
* More renaming for new ItemSelectionWidgetArno2018-01-041-29/+31
| | | | | | | | | | | Use item instead of directory in var and function names to make clear that this a general purpose widget. Introduce a mode, so we can hide the browse button if we're not selecting directories. Make the label configurable and use different icons for folders or other items.
* Rename dirselectionwidget > itemselectionwidgetArno2018-01-041-0/+80
It's much more general purpose than I thought. I'm gonna reuse the code for MIME-type filters later on.