summaryrefslogtreecommitdiffstats
path: root/collectionfavoritesview.h
Commit message (Collapse)AuthorAgeFilesLines
* Add syncing favoritesArno2018-02-191-0/+1
| | | | | | Symlink all favorites to a directory. Don't try to be smart, just ask if we need to delete anything if the target dir is not empty. Be very careful about what we delete. Only remove the item if it's a symlink.
* 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.