Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 13 | -688/+481 | |
| | | | | | | | | | | | | 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 | |||||
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 6 | -7/+238 | |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | |||||
* | Page menus refactoring | Aqua-sama | 2018-04-01 | 1 | -3/+2 | |
| | | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog | |||||
* | Add keyboard shortcuts for address bar menus | Aqua-sama | 2018-03-31 | 1 | -13/+1 | |
| | ||||||
* | Add missing includes | Aqua-sama | 2018-03-23 | 1 | -0/+1 | |
| | ||||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 2 | -4/+4 | |
| | ||||||
* | Connected WebView::newBookmark signal | Aqua-sama | 2018-02-08 | 2 | -1/+15 | |
| | ||||||
* | Fixed address bar auto-complete | Aqua-sama | 2018-02-07 | 1 | -1/+1 | |
| | ||||||
* | Rewrote bookmark manager to use QTreeWidget over QTreeView | Aqua-sama | 2018-02-07 | 1 | -1/+1 | |
| | | | | | | - cut out all the boilerplate that was BookmarkItem/BookmarksModel - deleting items no longer crash; proper drag'n'drop - Split Xbel into XbelReader and XbelWriter | |||||
* | Fixed bug where refresh button and loading bar would get stuck in loading state | Aqua-sama | 2018-01-31 | 3 | -3/+7 | |
| | ||||||
* | Profile menu lists loadable profiles | Aqua-sama | 2018-01-30 | 2 | -13/+5 | |
| | ||||||
* | Using boost::program_options instead of libconfig | Aqua-sama | 2018-01-26 | 1 | -3/+3 | |
| | ||||||
* | UrlLineEdit rework | Aqua-sama | 2018-01-26 | 1 | -4/+2 | |
| | | | | | | | | | - moved UrlLineEdit to src/addressbar - added UrlLineEdit::connectWebView - removed UrlLineEdit::pageAction - UrlLineEdit restores the text format when losing focus - Split off completer code into Completer class - WebPage now displays a warning message box instead on certificate errors | |||||
* | Added result label to search form | Aqua-sama | 2018-01-20 | 4 | -1/+145 | |
| | ||||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 6 | -6/+6 | |
| | ||||||
* | Added shortcuts to navbar actions | Aqua-sama | 2018-01-19 | 1 | -1/+16 | |
| | ||||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 7 | -0/+727 | |
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted |