| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
Add BookmarksToolbar config toggles
- bookmarks.toolbar.movable
- bookmarks.toolbar.visible
clang-format pass
|
|
|
|
|
|
| |
- MenuBar: add toggles for MainWindow toolbars to Window menu
- set NavigationBar and BookmarksToolbar titles so the default
MainWindow context menu makes sense
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Adding a menu to an action is incompatible with triggerring that action.
This means a "Toggle to" action is required as well to preserve the
functionality.
|
|
|
|
|
|
| |
- Replace Browser::getProfileManager with WebProfileManager::instance
- Make WebProfileManager::profileMenu a free function
- Replace Browser::loadProfile with Browser::loadProfiles
|
| |
|
|
|
|
|
| |
- wrote not-invented-here config file parser and conf class
- spent obscene amount of time plugging in said conf class
|
|
|
|
|
| |
- Fix various clang-tidy warnings
- Fix use-after-free crash when deleting profiles
|
|
|
|
|
|
|
|
|
|
| |
- libweb was supposed to be a general QtWebEngine wrapper, but only
turned out to do profiles and profile management. The new name should
make this more obvious.
- Renamed ProfileManager to WebProfileManager, and cut out duplicate
code.
- Temporary profiles: temporary profiles are not kept after closing the
browser.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Split off menu bar into its own class out of MainWindow
Menu bar now has a 'Find in menus' function
|