Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-format pass | Aqua-sama | 2018-06-22 | 3 | -4/+2 |
| | |||||
* | SubWindow: delete views right away when closing tab | Aqua-sama | 2018-06-15 | 1 | -4/+5 |
| | |||||
* | Move load profile menu to page menu from tab menu | Aqua-sama | 2018-06-09 | 1 | -18/+0 |
| | |||||
* | Better profile loading | Aqua-sama | 2018-06-08 | 1 | -1/+2 |
| | | | | | | | | First load all profiles from profile.path, and then the profile.default if missing, after which set the default profile. Profile names and whether they're otr can be set by .profile name=string and otr=bool. | ||||
* | Middle mouse button closes tab | Aqua-sama | 2018-06-01 | 2 | -0/+15 |
| | |||||
* | Add load profile actions to tab menu | Aqua-sama | 2018-05-29 | 1 | -1/+20 |
| | |||||
* | Remove Window::addTab(WebView *view) | Aqua-sama | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | Focus view when changing tabs | Aqua-sama | 2018-05-27 | 1 | -0/+7 |
| | |||||
* | Back/Forward menu shortcuts | Aqua-sama | 2018-05-26 | 1 | -3/+30 |
| | |||||
* | Tabifying dock widgets | Aqua-sama | 2018-05-06 | 2 | -0/+48 |
| | |||||
* | QTBUG-18665 workaround | Aqua-sama | 2018-05-06 | 2 | -14/+8 |
| | |||||
* | Clean up WebView | Aqua-sama | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | Add Window menu | Aqua-sama | 2018-04-19 | 2 | -26/+0 |
| | | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some | ||||
* | Style pass | Aqua-sama | 2018-04-17 | 1 | -10/+10 |
| | |||||
* | Hovering over links shows them in the status bar again | Aqua-sama | 2018-04-17 | 1 | -3/+0 |
| | |||||
* | Remove LoadingBar | Aqua-sama | 2018-04-17 | 2 | -83/+0 |
| | |||||
* | Search box works again | Aqua-sama | 2018-04-17 | 3 | -31/+60 |
| | |||||
* | Enabled address bar suggestions | Aqua-sama | 2018-04-17 | 2 | -14/+0 |
| | | | | Also fixed occasional bug when showing the completer. | ||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 8 | -314/+236 |
| | | | | | | | | | | | | 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 | 4 | -0/+231 |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | ||||
* | Add missing includes | Aqua-sama | 2018-03-23 | 1 | -0/+1 |
| | |||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Fixed bug where refresh button and loading bar would get stuck in loading state | Aqua-sama | 2018-01-31 | 3 | -3/+7 |
| | |||||
* | Added result label to search form | Aqua-sama | 2018-01-20 | 3 | -0/+144 |
| | |||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 4 | -4/+4 |
| | |||||
* | Added shortcuts to navbar actions | Aqua-sama | 2018-01-19 | 1 | -1/+16 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 4 | -0/+250 |
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted |