summaryrefslogtreecommitdiffstats
path: root/collectionalbumsview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement "Goto album"Arno2018-02-181-0/+1
| | | | | Raise album view and select, center and expand album if found. It's useful for albums with various artists, I hope.
* Fix sorting in CollectionWidgetsArno2018-02-171-0/+3
| | | | Sort everything ascending, except CollectionDatesView.
* New class: CollectionAlbumsViewArno2018-02-171-0/+58
Basically the same as populateByAlbum, just wrapped in a shiny, new CollectionWidget.