summaryrefslogtreecommitdiff
path: root/src/panels/bookmarkspanel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename BookmarkModel to BookmarksTreeModelaqua2022-09-141-2/+2
| | | | | - remove BookmarkManager - remove BookmarkOwner
* BookmarksPanel: add custom context menuaqua2022-09-141-5/+30
|
* Add Bookmarks panelaqua2022-09-141-162/+17
|
* Supporting panel (again) :)Andrea Diamantini2013-03-101-0/+170
- Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354