Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 1 | -3/+3 |
| | |||||
* | Connected WebView::newBookmark signal | Aqua-sama | 2018-02-08 | 1 | -1/+12 |
| | |||||
* | 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 | ||||
* | Profile menu lists loadable profiles | Aqua-sama | 2018-01-30 | 1 | -12/+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 | 1 | -1/+1 |
| | |||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 1 | -0/+316 |
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted |