aboutsummaryrefslogtreecommitdiff
path: root/src/bookmarks
Commit message (Collapse)AuthorAgeFilesLines
* Drop python-kcofiglib build time dependencyHEADmasteraqua2024-05-011-3/+3
|
* Turn on more warnings by defaultAqua-sama2020-05-281-3/+3
| | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal
* BookmarksWidget: add Clear selection in context menuAqua-sama2020-01-302-3/+45
|
* MenuBar: Add Unlock toolbars toggleAqua-sama2020-01-291-2/+6
| | | | | | | | Add BookmarksToolbar config toggles - bookmarks.toolbar.movable - bookmarks.toolbar.visible clang-format pass
* BookmarksToolbar: add toggle shortcutAqua-sama2020-01-291-0/+9
| | | | | | - MenuBar: add toggles for MainWindow toolbars to Window menu - set NavigationBar and BookmarksToolbar titles so the default MainWindow context menu makes sense
* BookmarksToolbar: show text next to iconAqua-sama2020-01-281-1/+2
|
* Remove non-const BookmarkItem::iconAqua-sama2020-01-281-3/+9
| | | | | | | Default BookmarkItem icons will be created when creating the item, if a QApplication (and subsequently, qApp->style()) is present. - added a poi-bookmarks test
* Add bookmarks toolbarAqua-sama2020-01-285-33/+124
| | | | | Bookmarks Toolbar displays the contents of the top-level "Bookmarks Toolbar" folder.
* bookmarks: implicitly append if export is not setAqua-sama2020-01-181-4/+17
|
* Add bookmarks subcommandAqua-sama2020-01-171-0/+87
|
* Add Import option to BookmarksWidgetAqua-sama2020-01-172-11/+43
|
* BookmarkItem::DateAdded and LastModified fieldsAqua-sama2020-01-171-0/+4
| | | | | | | - add read support in FFJson for DateAdded and LastModified fields - add read/write support in Xbel for DateAdded and LastModified fields - BookmarkModel: set DateAdded on appendBookmark and appendFolder - EditBookmarkDialog: set LastModified field when saving changes
* Move BookmarksWidget out of libbookmarksAqua-sama2020-01-156-0/+539