aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.ui
Commit message (Collapse)AuthorAgeFilesLines
* Move SubWindow to src/subwindowAqua-sama2018-08-071-14/+14
|
* Remove PageToolsMenuAqua-sama2018-07-111-0/+6
|
* Remove PageMenuAqua-sama2018-07-081-3/+34
| | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu
* Code cleanupAqua-sama2018-07-011-0/+118
| | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles
* Multiple subwindows interfaceAqua-sama2018-04-161-63/+0
| | | | | | | | | | | | 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 MainWindowAqua-sama2018-01-191-0/+63
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted