aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/menubar.h
Commit message (Collapse)AuthorAgeFilesLines
* libwebengineAqua-sama2020-05-081-4/+1
| | | | | | | | | | | Make src/webengine into a static library - Add some tests - Updated manpage - Remove WebProfileManager::id and WebProfileManager::instance - Add consumable semantics checks to WebProfileManager - Add WebProfileManager::walk Add ApplicationMenu class
* Remove QMdiArea in MainWindowAqua-sama2020-04-031-0/+1
| | | | | | | | | | | | | | | | | | | | Kconfig: Change About Dialog shortcut default to F1 (was Ctrl+H) Change close current tab shortcut to Ctrl+W (was Ctrl+X) MainWindow: automatically close window when last subwindow is closed MenuBar: remove Tile/Cascade subwindows actions add show/hide/close subwindow actions SubWindow: remove Subwindow menu shortcut (was F1 by default) add close shortcut (default Ctrl+Shift+W) Minor fixes: Fix PKGBUILD sources
* Drop boost dependencyAqua-sama2019-11-031-2/+1
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Add subwindow list to Window menuAqua-sama2018-12-171-0/+3
|
* Add translations meson option to build and install translationsAqua-sama2018-12-131-0/+2
|
* MainWindow: rework menu barAqua-sama2018-12-131-0/+28
Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function