aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.ui
Commit message (Collapse)AuthorAgeFilesLines
* MainWindow: rework menu barAqua-sama2018-12-131-202/+0
| | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function
* pick-session: pass session data to existing instance if anyAqua-sama2018-11-301-1/+28
|
* Adding and Removing plugins at runtimeAqua-sama2018-11-231-2/+9
|
* Add About and Run actions to plugin submenuAqua-sama2018-11-231-6/+13
| | | | - Remove plugin list from About dialog
* Add AboutPlugin dialogAqua-sama2018-11-221-1/+7
|
* 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