aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarkswidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Load URL/Search page menu actionsAqua-sama2018-04-181-1/+1
|
* Style passAqua-sama2018-04-171-2/+2
|
* Add loading progess bar to the address barAqua-sama2018-04-171-1/+1
|
* Enabled address bar suggestionsAqua-sama2018-04-171-0/+4
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-161-4/+1
| | | | | | | | | | | | 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/+2
|
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-071-4/+0
| | | | | | - 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-2/+1
| | | | | - Overwriting bookmarks file when saving - Added BookmarksModel::removeItem with mystery crash on QVector::count
* Bookmarks drag and dropAqua-sama2018-02-041-0/+2
|
* Saner bookmark editingAqua-sama2018-01-201-2/+0
| | | | - Fixed bug with bookmarks in folders getting duplicated
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Writing BookmarksModel to xbelAqua-sama2018-01-111-2/+0
|
* Editing bookmark itemsAqua-sama2018-01-111-0/+3
|
* Fixed bugs with QDockWidgetsAqua-sama2018-01-081-0/+3
| | | | | | - 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-5/+5
|
* Added BookmarksModelAqua-sama2018-01-071-6/+3
| | | | | | TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders
* Various minor fixesAqua-sama2018-01-041-5/+2
| | | | | | | - 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/+49