summaryrefslogtreecommitdiffstats
path: root/collectionfoldersview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Always show an existing directoryArno2019-01-191-0/+6
| | | | | | | | | | When the current directory was deleted otherwhere while in CollectionFoldersView, a refresh left the user with no choice at all. Set mCurrentFolder to default (QSetting->folderdir) and say so in the status bar. For the latter add a signal to CollectionWidget and connect it to PlayerWidget::message.
* Add delete to CollectionFoldersViewArno2018-08-251-0/+28
|
* Implement navigating Folders againArno2018-02-181-0/+12
|
* Fix sorting in CollectionWidgetsArno2018-02-171-0/+2
| | | | Sort everything ascending, except CollectionDatesView.
* New class: CollectionFoldersViewArno2018-02-171-0/+59
Basically the same as doPopulateByFolder, just wrapped in a shiny, new CollectionWidget.