aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarkswidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move BookmarksWidget out of libbookmarksAqua-sama2020-01-151-138/+0
|
* Move/rename files for readabilityAqua-sama2020-01-141-10/+4
| | | | - add BookmarkFormat <<|>> BookmarkModel operators
* Bookmarks: move xbel implementation to formats/Aqua-sama2019-11-151-3/+5
|
* Add tools/report-clang-tidy.shAqua-sama2019-01-181-1/+1
| | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles
* Bookmarks: track modified state in the model rather than the widgetAqua-sama2018-12-271-15/+6
| | | | | | | | 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
* Fix bookmarks context menu exec positionAqua-sama2018-12-221-2/+2
|
* Add BookmarksWidget::showContextMenu signalAqua-sama2018-12-221-0/+11
| | | | | | | | | | Connected the signal to last window's current subwindow. Menu contains: - Open link in current tab - Open link in current tab with profile - Open link in new tab - Open link in new tab with profile BUG: #10 Add right-click menu for bookmarks
* bookmarks: save folder expanded stateAqua-sama2018-10-061-2/+10
|
* bookmarks: fix new/delete buttonsAqua-sama2018-10-051-6/+37
|
* Update repository path in license headersAqua-sama2018-09-291-1/+1
|
* Bookmarks: remove debug definesAqua-sama2018-09-251-39/+22
|
* Bookmarks: add tags and description fields to xbelAqua-sama2018-09-251-12/+11
|
* Bookmarks: integrate model/viewAqua-sama2018-09-251-108/+21
| | | | | | - fix addBookmark and search signals - fix drag'n'drop - add xbel::write
* Bookmarks: add BookmarkItem and BookmarkModelAqua-sama2018-09-241-1/+55
| | | | | - read-only xbel - only enabled in debug build
* Add bookmark auto-save (5min)Aqua-sama2018-09-221-5/+12
|
* Fix various warningsAqua-sama2018-06-221-0/+1
|
* Bookmarks manager bugfixesAqua-sama2018-06-151-2/+2
| | | | | | | | WebProfile: remove addBookmark signal and member Bookmarks: remove unused '...' button Bookmarks: stop crashing if there's no selected item Bookmarks: activating an item will only open it if it's a bookmark Bookmarks: change header size split
* Load URL/Search page menu actionsAqua-sama2018-04-181-5/+7
|
* Style passAqua-sama2018-04-171-1/+1
|
* Add loading progess bar to the address barAqua-sama2018-04-171-2/+2
|
* Enabled address bar suggestionsAqua-sama2018-04-171-0/+12
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-161-5/+0
| | | | | | | | | | | | Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins
* Fixed address bar auto-completeAqua-sama2018-02-071-0/+5
|
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-071-67/+42
| | | | | | - cut out all the boilerplate that was BookmarkItem/BookmarksModel - deleting items no longer crash; proper drag'n'drop - Split Xbel into XbelReader and XbelWriter
* Bookmarks bugfixesAqua-sama2018-02-071-10/+32
| | | | | - Overwriting bookmarks file when saving - Added BookmarksModel::removeItem with mystery crash on QVector::count
* Bookmarks drag and dropAqua-sama2018-02-041-2/+9
|
* Pressing enter/return sets bookmark itemsAqua-sama2018-01-201-0/+26
|
* Saner bookmark editingAqua-sama2018-01-201-9/+26
| | | | - Fixed bug with bookmarks in folders getting duplicated
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Multithreaded saving during shutdownAqua-sama2018-01-131-0/+2
|
* Writing BookmarksModel to xbelAqua-sama2018-01-111-23/+4
|
* Editing bookmark itemsAqua-sama2018-01-111-2/+11
|
* BookmarksModel::insertItemAqua-sama2018-01-081-1/+12
|
* Fixed bugs with QDockWidgetsAqua-sama2018-01-081-1/+5
| | | | | | - QDockWidgets are now deleted on close - Opening a new BookmarksWidget no longer leaves an empty dock widget - Fixed crash with deleting dock widgets
* Added .clang-formatAqua-sama2018-01-071-3/+3
|
* Added BookmarksModelAqua-sama2018-01-071-58/+31
| | | | | | TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders
* Various minor fixesAqua-sama2018-01-041-9/+0
| | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings
* Changed from qbs to cmakeAqua-sama2018-01-031-0/+112