aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Download widget item tooltipAqua-sama2018-05-131-0/+1
| | | | Simplified ElidedLabel
* New window actionAqua-sama2018-05-061-3/+8
|
* Tabifying dock widgetsAqua-sama2018-05-064-8/+70
|
* QTBUG-18665 workaroundAqua-sama2018-05-063-15/+19
|
* Clean up WebViewAqua-sama2018-05-021-1/+1
|
* Don't open additional tabs when creating subwindowsAqua-sama2018-05-013-7/+24
|
* Split off addressbar into lib/Aqua-sama2018-05-012-18/+34
|
* Window::sessionAqua-sama2018-04-303-1/+63
|
* Add tile and cascade actions to Window menuAqua-sama2018-04-222-9/+10
|
* Add Window menuAqua-sama2018-04-196-34/+42
| | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some
* Removed MainWindow::titleChangedConnectionAqua-sama2018-04-192-11/+1
|
* Style passAqua-sama2018-04-172-13/+13
|
* Hovering over links shows them in the status bar againAqua-sama2018-04-175-3/+13
|
* Remove LoadingBarAqua-sama2018-04-172-83/+0
|
* Search box works againAqua-sama2018-04-175-33/+83
|
* Clear navigation bar and address bar when last subwindow is closedAqua-sama2018-04-171-1/+6
|
* Add loading progess bar to the address barAqua-sama2018-04-172-12/+5
|