aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow
Commit message (Collapse)AuthorAgeFilesLines
* Move BookmarksWidget out of libbookmarksAqua-sama2020-01-151-1/+1
|
* Add close action to subwindow listAqua-sama2020-01-141-6/+13
| | | | | | 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.
* Fix address bar completer deleting url when closing with no item selectedAqua-sama2020-01-121-1/+2
|
* Code cleanupAqua-sama2020-01-051-10/+14
| | | | | | - Replace Browser::getProfileManager with WebProfileManager::instance - Make WebProfileManager::profileMenu a free function - Replace Browser::loadProfile with Browser::loadProfiles
* Merge some QoL improvements from staging branchAqua-sama2020-01-031-11/+2
| | | | | | | | - Build executable in top-level buildroot - Use meson sourceset - Pull in poi-crash and poi-update from staging - Remove extraneous scripts in tools/ - Pull in configure scripts in scripts/
* Move lib/webprofile into src/webengineAqua-sama2019-11-043-4/+4
|
* Drop boost dependencyAqua-sama2019-11-0313-50/+535
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Add tools/report-clang-tidy.shAqua-sama2019-01-182-10/+10
| | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-162-6/+6
| | | | | | | | | | - 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.
* Add Edit menuAqua-sama2019-01-031-0/+85
|
* Update license yearAqua-sama2019-01-021-1/+2
|
* Connect Developer Tools and View Source actionsAqua-sama2019-01-022-32/+47
|
* Add subwindow list to Window menuAqua-sama2018-12-173-3/+27
|
* Add restore last tab shortcutAqua-sama2018-12-151-23/+17
|
* Move tab actions to Subwindow menuAqua-sama2018-12-151-0/+145
|
* Add SaveSessionDialogAqua-sama2018-12-141-10/+8
|
* Add translations meson option to build and install translationsAqua-sama2018-12-131-0/+2
|
* MainWindow: rework menu barAqua-sama2018-12-138-335/+322
| | | | | 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-113-25/+18
|
* pick-session: pass session data to existing instance if anyAqua-sama2018-11-301-1/+28
|
* Rewrite Session saving and loadingAqua-sama2018-11-282-25/+9
|
* Add Session::view and Session::restoreViewAqua-sama2018-11-261-1/+21
|
* Add Session DialogAqua-sama2018-11-251-8/+3
|
* Adding and Removing plugins at runtimeAqua-sama2018-11-231-2/+9
|
* Add About and Run actions to plugin submenuAqua-sama2018-11-233-23/+17
| | | | - Remove plugin list from About dialog
* Fix transparent background being enabled if Plasma is foundAqua-sama2018-11-221-2/+3
|
* Add AboutPlugin dialogAqua-sama2018-11-221-1/+7
|
* Fix various build warningsAqua-sama2018-10-251-0/+2
|
* Remove lib/ as includepathAqua-sama2018-10-232-6/+6
|
* unstable: KWallet integrationAqua-sama2018-10-131-2/+2
|
* mainwindow: keep maximized state when adding subwindowsAqua-sama2018-10-071-1/+11
| | | | | Only maximize added subwindow when there is no current subwindow, or when the current subwindow is maximized.
* Show subwindow system menu at correct positionAqua-sama2018-10-061-1/+4
|
* Add "subwindow.shortcuts.menu" shortcutAqua-sama2018-10-061-5/+14
|
* clazy: fix warningsAqua-sama2018-10-042-14/+8
|
* Update remaining repository paths in license headersAqua-sama2018-10-026-6/+6
|
* ProfileManager: move initial profile loading to ProfileManagerAqua-sama2018-09-291-0/+1
|
* Update repository path in license headersAqua-sama2018-09-292-2/+2
|
* Turn Session class into namespaceAqua-sama2018-09-281-1/+1
|
* breakpad: try to write session on crashAqua-sama2018-09-281-0/+10
|
* clang-format passAqua-sama2018-09-182-13/+16
|
* Update vendor.cmakeAqua-sama2018-09-181-2/+2
| | | | | - add some more comments - made plugin include paths more generic
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-081-13/+4
|
* Clean up ProfileManagerAqua-sama2018-09-021-1/+1
|
* MainWindow: fix load session actionAqua-sama2018-08-241-1/+2
|
* Move SubWindow to src/subwindowAqua-sama2018-08-077-407/+22
|
* Fix fullscreen toggleAqua-sama2018-08-051-0/+9
|
* Remove PageToolsMenuAqua-sama2018-07-112-5/+38
|
* Remove PageMenuAqua-sama2018-07-083-5/+98
| | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu
* Code cleanupAqua-sama2018-07-015-108/+204
| | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles
* Add --session parameter to load a session jsonAqua-sama2018-06-283-27/+31
| | | | Add Session menu to main window