summaryrefslogtreecommitdiffstats
path: root/collectionwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Re-Add filterArno2018-02-171-0/+2
| | | | | It's a replacement for search. It isn't very useful yet, since it doesn't show the children yet :)
* Fix sorting in CollectionWidgetsArno2018-02-171-1/+3
| | | | Sort everything ascending, except CollectionDatesView.
* Introduce new class CollectionWidgetArno2018-02-171-0/+35
It's intended to be the base class/widget for different views of the collection, eg. Artists or Songs. Each collection view should have its own widget to make it easier to keep the state when switching between collection views. Let's see how it turns out :)