aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Remove QMdiArea in MainWindowAqua-sama2020-04-031-0/+2
| | | | | | | | | | | | | | | | | | | | 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
* Fix various compiler warningsAqua-sama2020-03-233-7/+7
|
* MenuBar: Add Unlock toolbars toggleAqua-sama2020-01-291-1/+1
| | | | | | | | Add BookmarksToolbar config toggles - bookmarks.toolbar.movable - bookmarks.toolbar.visible clang-format pass
* BookmarksToolbar: add toggle shortcutAqua-sama2020-01-291-0/+2
| | | | | | - MenuBar: add toggles for MainWindow toolbars to Window menu - set NavigationBar and BookmarksToolbar titles so the default MainWindow context menu makes sense
* Fix address bar completer deleting url when closing with no item selectedAqua-sama2020-01-121-1/+2
|
* Move lib/webprofile into src/webengineAqua-sama2019-11-041-1/+1
|
* Drop boost dependencyAqua-sama2019-11-036-9/+335
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Update license yearAqua-sama2019-01-021-1/+2
|
* MainWindow: rework menu barAqua-sama2018-12-133-2/+39
| | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function
* Fix navigation buttons using wrong iconsAqua-sama2018-12-112-24/+17
|
* Fix various build warningsAqua-sama2018-10-251-0/+2
|
* Remove lib/ as includepathAqua-sama2018-10-231-2/+2
|
* clazy: fix warningsAqua-sama2018-10-041-2/+4
|
* Update remaining repository paths in license headersAqua-sama2018-10-026-6/+6
|
* Move SubWindow to src/subwindowAqua-sama2018-08-072-160/+0
|
* clang-format passAqua-sama2018-06-223-4/+2
|
* SubWindow: delete views right away when closing tabAqua-sama2018-06-151-4/+5
|
* Move load profile menu to page menu from tab menuAqua-sama2018-06-091-18/+0
|
* Better profile loadingAqua-sama2018-06-081-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 tabAqua-sama2018-06-012-0/+15
|
* Add load profile actions to tab menuAqua-sama2018-05-291-1/+20
|
* Remove Window::addTab(WebView *view)Aqua-sama2018-05-281-1/+1
|
* Focus view when changing tabsAqua-sama2018-05-271-0/+7
|
* Back/Forward menu shortcutsAqua-sama2018-05-261-3/+30
|
* Tabifying dock widgetsAqua-sama2018-05-062-0/+48
|
* QTBUG-18665 workaroundAqua-sama2018-05-062-14/+8
|
* Clean up WebViewAqua-sama2018-05-021-1/+1
|
* Add Window menuAqua-sama2018-04-192-26/+0
| | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some
* Style passAqua-sama2018-04-171-10/+10
|
* Hovering over links shows them in the status bar againAqua-sama2018-04-171-3/+0
|
* Remove LoadingBarAqua-sama2018-04-172-83/+0
|
* Search box works againAqua-sama2018-04-173-31/+60
|
* Enabled address bar suggestionsAqua-sama2018-04-172-14/+0
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-168-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 TabBarAqua-sama2018-04-024-0/+231
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Add missing includesAqua-sama2018-03-231-0/+1
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-1/+1
|
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-313-3/+7
|
* Added result label to search formAqua-sama2018-01-203-0/+144
|
* Fixed repo location in license headersAqua-sama2018-01-204-4/+4
|
* Added shortcuts to navbar actionsAqua-sama2018-01-191-1/+16
|
* Refactoring MainWindowAqua-sama2018-01-194-0/+250
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted