summaryrefslogtreecommitdiffstats
path: root/collectionfavoritesview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add "remove from Favorites"Arno2018-02-191-0/+24
| | | | Implemented as a custom action. Works out fine so far :)
* Fix sorting in CollectionWidgetsArno2018-02-171-0/+2
| | | | Sort everything ascending, except CollectionDatesView.
* New class: CollectionFavoritesViewArno2018-02-171-0/+43
Basically the same as populateByFavorites, just wrapped in a shiny, new CollectionWidget.