aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Added cmakelistsaqua8 days2-16/+9
* Ported to qt6aqua12 days2-11/+13
* Turn on more warnings by defaultAqua-sama2020-05-282-6/+9
* BookmarkModel: enable drag/drop for the root itemAqua-sama2020-01-301-1/+2
* Remove non-const BookmarkItem::iconAqua-sama2020-01-282-12/+9
* Add bookmarks toolbarAqua-sama2020-01-285-39/+48
* Merge branch 'bookmarks-subcommand'Aqua-sama2020-01-182-8/+8
|\
| * Add bookmarks subcommandAqua-sama2020-01-172-8/+8
* | Fix various gcc and clazy compile warningsAqua-sama2020-01-171-1/+1
|/
* Parse Tags and Descriptions in FFJsonAqua-sama2020-01-171-0/+13
* Add Import option to BookmarksWidgetAqua-sama2020-01-171-4/+0
* BookmarkItem::DateAdded and LastModified fieldsAqua-sama2020-01-175-5/+44
* Add Firefox bookmarks.json format to libbookmarksAqua-sama2020-01-165-4/+75
* Move BookmarksWidget out of libbookmarksAqua-sama2020-01-157-547/+5
* Move/rename files for readabilityAqua-sama2020-01-1411-56/+81
* Disable plugins as brokenAqua-sama2020-01-041-1/+1
* Bookmarks: move xbel implementation to formats/Aqua-sama2019-11-157-5/+69
* Add WIP Python REPL interfaceAqua-sama2019-02-231-1/+1
* Add tools/report-clang-tidy.shAqua-sama2019-01-183-3/+3
* Bookmarks: track modified state in the model rather than the widgetAqua-sama2018-12-274-21/+34
* Fix bookmarks context menu exec positionAqua-sama2018-12-221-2/+2
* Add BookmarksWidget::showContextMenu signalAqua-sama2018-12-222-0/+12
* Dropping bookmarks onto a folder now inserts it at the first positionAqua-sama2018-12-221-1/+4
* Fix various build warningsAqua-sama2018-10-251-1/+1
* Remove CMakeListsAqua-sama2018-10-251-28/+0
* Remove lib/ as includepathAqua-sama2018-10-231-1/+1
* Fix link errorsAqua-sama2018-10-231-5/+1
* Initial meson build filesAqua-sama2018-10-231-0/+23
* bookmarks: save folder expanded stateAqua-sama2018-10-063-2/+18
* bookmarks: fix new/delete buttonsAqua-sama2018-10-059-26/+90
* clazy: fix warningsAqua-sama2018-10-041-3/+0
* Update remaining repository paths in license headersAqua-sama2018-10-022-2/+2
* Update repository path in license headersAqua-sama2018-09-298-8/+8
* Bookmarks: remove debug definesAqua-sama2018-09-251-39/+22
* Bookmarks: add search by tagAqua-sama2018-09-251-7/+44
* Bookmarks: add tags and description fields to xbelAqua-sama2018-09-2510-150/+81
* Bookmarks: integrate model/viewAqua-sama2018-09-2514-311/+259
* Bookmarks: add BookmarkItem and BookmarkModelAqua-sama2018-09-2411-5/+743
* Add bookmark auto-save (5min)Aqua-sama2018-09-222-7/+14
* Fix various warningsAqua-sama2018-06-222-1/+4
* Bookmarks manager bugfixesAqua-sama2018-06-154-12/+28
* Download widget item tooltipAqua-sama2018-05-131-6/+0
* Load URL/Search page menu actionsAqua-sama2018-04-182-6/+8
* Style passAqua-sama2018-04-174-5/+4
* Add loading progess bar to the address barAqua-sama2018-04-172-3/+3
* Enabled address bar suggestionsAqua-sama2018-04-172-0/+16
* Multiple subwindows interfaceAqua-sama2018-04-162-9/+1
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-1/+7
* Fixed address bar auto-completeAqua-sama2018-02-072-0/+7
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-0712-732/+232