| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Fix various clang-tidy warnings
- Fix use-after-free crash when deleting profiles
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
| |
- fix addBookmark and search signals
- fix drag'n'drop
- add xbel::write
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also fixed occasional bug when showing the completer.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
- cut out all the boilerplate that was BookmarkItem/BookmarksModel
- deleting items no longer crash; proper drag'n'drop
- Split Xbel into XbelReader and XbelWriter
|
|
|
|
|
| |
- Overwriting bookmarks file when saving
- Added BookmarksModel::removeItem with mystery crash on QVector::count
|
| |
|
|
|
|
| |
- Fixed bug with bookmarks in folders getting duplicated
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- QDockWidgets are now deleted on close
- Opening a new BookmarksWidget no longer leaves an empty dock widget
- Fixed crash with deleting dock widgets
|
| |
|
|
|
|
|
|
| |
TODO: Editing bookmarks
TODO: Saving bookmarks
BUG: Completer doesn't search through folders
|
|
|
|
|
|
|
| |
- typo fixes
- bumped copyright year
- removed a bunch of unused imports
- fixed a couple of clazy warnings
|
|
|