aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Socket messages are json formattedAqua-sama2018-06-264-6/+25
|
* Add ProfileManagerAqua-sama2018-06-243-37/+13
|
* Add Session classAqua-sama2018-06-243-25/+32
|
* Add Configuration::setValue and Configuration::setShortcutAqua-sama2018-06-231-13/+25
| | | | Change MainWindow to use setShortcut
* clang-format passAqua-sama2018-06-226-16/+14
|
* Add Browser::aboutAqua-sama2018-06-211-6/+2
|
* AddressBar: code cleanupAqua-sama2018-06-182-5/+43
| | | | AddressBar: match input for protocol or '.' in addition to url validity
* Add Plasma option to cmake that turns on KF5 blur window effectAqua-sama2018-06-161-0/+10
|
* SubWindow: delete views right away when closing tabAqua-sama2018-06-151-4/+5
|
* Add poi.desktopAqua-sama2018-06-141-5/+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.
* Split webengine/webprofile into lib/webAqua-sama2018-06-071-1/+1
|
* Clazy fixesAqua-sama2018-06-022-6/+6
|
* Middle mouse button closes tabAqua-sama2018-06-012-0/+15
|
* Refactor SubwindowAqua-sama2018-05-294-47/+51
|
* Add load profile actions to tab menuAqua-sama2018-05-291-1/+20
|
* Show view profile instead of window profile in titleAqua-sama2018-05-282-13/+7
|
* Show profile name in window titleAqua-sama2018-05-282-0/+8
|
* Changing Window profileAqua-sama2018-05-282-5/+32
|
* Remove Window::addTab(WebView *view)Aqua-sama2018-05-283-9/+19
|
* Swap to new tab after creating itAqua-sama2018-05-281-1/+2
|
* Focus view when changing tabsAqua-sama2018-05-272-12/+14
|
* Back/Forward menu shortcutsAqua-sama2018-05-261-3/+30
|