aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/model/bookmarkmodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move/rename files for readabilityAqua-sama2020-01-141-356/+0
| | | | - add BookmarkFormat <<|>> BookmarkModel operators
* Bookmarks: move xbel implementation to formats/Aqua-sama2019-11-151-1/+1
|
* Bookmarks: track modified state in the model rather than the widgetAqua-sama2018-12-271-4/+17
| | | | | | | | 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/+7
|
* bookmarks: fix new/delete buttonsAqua-sama2018-10-051-0/+336