Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Address bar searches work again | Aqua-sama | 2018-04-17 | 1 | -0/+2 |
| | |||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -6/+7 |
| | | | | | | | | | | | | 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 | ||||
* | Only create developer tools page when action is triggered | Aqua-sama | 2018-04-02 | 1 | -4/+2 |
| | |||||
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 1 | -0/+3 |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | ||||
* | Page menus refactoring | Aqua-sama | 2018-04-01 | 1 | -4/+18 |
| | | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog | ||||
* | Fixed bug where refresh button and loading bar would get stuck in loading state | Aqua-sama | 2018-01-31 | 1 | -2/+6 |
| | |||||
* | UrlLineEdit rework | Aqua-sama | 2018-01-26 | 1 | -1/+0 |
| | | | | | | | | | - 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 | ||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 1 | -1/+6 |
| | | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted | ||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 1 | -2/+2 |
| | |||||
* | Changed from qbs to cmake | Aqua-sama | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | astyle pass | Aqua-sama | 2017-12-25 | 1 | -1/+1 |
| | |||||
* | Added SSL cert warnings | Aqua-sama | 2017-12-20 | 1 | -1/+3 |
| | |||||
* | Can now open links in new tab | Aqua-sama | 2017-12-20 | 1 | -2/+6 |
| | |||||
* | Changed license from GPL3+ to GPL3 | Aqua-sama | 2017-12-19 | 1 | -19/+7 |
| | |||||
* | WebView pageMenu implementation | Aqua-sama | 2017-12-15 | 1 | -1/+2 |
| | |||||
* | Cleaned up UrlLineEdit | Aqua-sama | 2017-12-14 | 1 | -1/+9 |
| | |||||
* | Updated pre-commit.rb | Aqua-sama | 2017-04-02 | 1 | -1/+1 |
| | |||||
* | Added loading bar to status bar | Aqua-sama | 2017-02-02 | 1 | -0/+40 |
Hovered links now display in status bar |