aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/model
Commit message (Collapse)AuthorAgeFilesLines
* Bookmarks: track modified state in the model rather than the widgetAqua-sama2018-12-272-4/+28
| | | | | | | | 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
* Dropping bookmarks onto a folder now inserts it at the first positionAqua-sama2018-12-221-1/+4
| | | | BUG: #8 Dragging bookmarks onto folders crash
* bookmarks: save folder expanded stateAqua-sama2018-10-062-0/+8
|
* bookmarks: fix new/delete buttonsAqua-sama2018-10-054-0/+602