Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various warnings | Aqua-sama | 2018-06-22 | 1 | -0/+1 |
| | |||||
* | Refactor Subwindow | Aqua-sama | 2018-05-29 | 1 | -3/+3 |
| | |||||
* | Show view profile instead of window profile in title | Aqua-sama | 2018-05-28 | 1 | -0/+8 |
| | |||||
* | Remove Window::addTab(WebView *view) | Aqua-sama | 2018-05-28 | 1 | -5/+3 |
| | |||||
* | QTBUG-65223 workaround | Aqua-sama | 2018-05-03 | 1 | -0/+8 |
| | |||||
* | Clean up WebView | Aqua-sama | 2018-05-02 | 1 | -26/+0 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 1 | -2/+2 |
| | |||||
* | Hovering over links shows them in the status bar again | Aqua-sama | 2018-04-17 | 1 | -7/+0 |
| | |||||
* | Address bar searches work again | Aqua-sama | 2018-04-17 | 1 | -2/+8 |
| | |||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -23/+24 |
| | | | | | | | | | | | | 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 | -16/+1 |
| | |||||
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 1 | -0/+11 |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | ||||
* | Page menus refactoring | Aqua-sama | 2018-04-01 | 1 | -102/+33 |
| | | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog | ||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 1 | -2/+2 |
| | |||||
* | Connected WebView::newBookmark signal | Aqua-sama | 2018-02-08 | 1 | -2/+2 |
| | |||||
* | Fixed bug where refresh button and loading bar would get stuck in loading state | Aqua-sama | 2018-01-31 | 1 | -0/+5 |
| | |||||
* | UrlLineEdit rework | Aqua-sama | 2018-01-26 | 1 | -7/+1 |
| | | | | | | | | | - 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/+22 |
| | | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted | ||||
* | Added .clang-format | Aqua-sama | 2018-01-07 | 1 | -7/+7 |
| | |||||
* | Various minor fixes | Aqua-sama | 2018-01-04 | 1 | -2/+0 |
| | | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings | ||||
* | astyle pass | Aqua-sama | 2017-12-25 | 1 | -1/+1 |
| | |||||
* | smolbote can now compile on Qt 5.7.1 | Aqua-sama | 2017-12-23 | 1 | -0/+2 |
| | |||||
* | Bug fixes | Aqua-sama | 2017-12-20 | 1 | -1/+2 |
| | | | | | | .config/smolbote will now be created if missing Connected profiles to download manager Added missing license from WebPage | ||||
* | Added SSL cert warnings | Aqua-sama | 2017-12-20 | 1 | -3/+13 |
| | |||||
* | Can now open links in new tab | Aqua-sama | 2017-12-20 | 1 | -2/+38 |
| | |||||
* | Changed license from GPL3+ to GPL3 | Aqua-sama | 2017-12-19 | 1 | -19/+7 |
| | |||||
* | WebView pageMenu implementation | Aqua-sama | 2017-12-15 | 1 | -7/+91 |
| | |||||
* | Using Q_CHECK_PTR instead of Q_ASSERT on pointers | Aqua-sama | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Cleaned up UrlLineEdit | Aqua-sama | 2017-12-14 | 1 | -0/+20 |
| | |||||
* | 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/+39 |
Hovered links now display in status bar |