summaryrefslogtreecommitdiffstats
path: root/collectionfavoritesview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecation warningHEADmasterArno2019-09-081-1/+1
| | | | FontMetrics.with seems to be obsolete.
* Add syncing favoritesArno2018-02-191-0/+42
| | | | | | 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/+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.