aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/model/bookmarkmodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Move/rename files for readabilityAqua-sama2020-01-141-73/+0
| | | | - add BookmarkFormat <<|>> BookmarkModel operators
* Disable plugins as brokenAqua-sama2020-01-041-1/+1
| | | | - Fix several Qt deprecated warnings
* Bookmarks: track modified state in the model rather than the widgetAqua-sama2018-12-271-0/+11
| | | | | | | | Dragging and dropping bookmarks is done by the QTreeView rather than through the BookmarksWidget, so the widget could not track modification state correctly when items were reordered. BUG: #9 Bookmark reordering does not persist
* bookmarks: save folder expanded stateAqua-sama2018-10-061-0/+1
|
* bookmarks: fix new/delete buttonsAqua-sama2018-10-051-0/+61