summaryrefslogtreecommitdiffstats
path: root/collectionfavoritesview.h
Commit message (Collapse)AuthorAgeFilesLines
* Add "remove from Favorites"Arno2018-02-191-0/+1
| | | | Implemented as a custom action. Works out fine so far :)
* Sprinkle Q_OBJECT here and there...Arno2018-02-181-0/+1
| | | | | Well, all those Collection*Views are Q_OBJECTs of course, forgot to add the macro... :(
* New class: CollectionFavoritesViewArno2018-02-171-0/+14
Basically the same as populateByFavorites, just wrapped in a shiny, new CollectionWidget.