aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/model
Commit message (Collapse)AuthorAgeFilesLines
* Move/rename files for readabilityAqua-sama2020-01-144-637/+0
| | | | - add BookmarkFormat <<|>> BookmarkModel operators
* Disable plugins as brokenAqua-sama2020-01-041-1/+1
| | | | - Fix several Qt deprecated warnings
* 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-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