Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add translations meson option to build and install translations | Aqua-sama | 2018-12-13 | 1 | -0/+2 |
| | |||||
* | MainWindow: rework menu bar | Aqua-sama | 2018-12-13 | 8 | -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 icons | Aqua-sama | 2018-12-11 | 3 | -25/+18 |
| | |||||
* | pick-session: pass session data to existing instance if any | Aqua-sama | 2018-11-30 | 1 | -1/+28 |
| | |||||
* | Rewrite Session saving and loading | Aqua-sama | 2018-11-28 | 2 | -25/+9 |
| | |||||
* | Add Session::view and Session::restoreView | Aqua-sama | 2018-11-26 | 1 | -1/+21 |
| | |||||
* | Add Session Dialog | Aqua-sama | 2018-11-25 | 1 | -8/+3 |
| | |||||
* | Adding and Removing plugins at runtime | Aqua-sama | 2018-11-23 | 1 | -2/+9 |
| | |||||
* | Add About and Run actions to plugin submenu | Aqua-sama | 2018-11-23 | 3 | -23/+17 |
| | | | | - Remove plugin list from About dialog | ||||
* | Fix transparent background being enabled if Plasma is found | Aqua-sama | 2018-11-22 | 1 | -2/+3 |
| | |||||
* | Add AboutPlugin dialog | Aqua-sama | 2018-11-22 | 1 | -1/+7 |
| | |||||
* | Fix various build warnings | Aqua-sama | 2018-10-25 | 1 | -0/+2 |
| | |||||
* | Remove lib/ as includepath | Aqua-sama | 2018-10-23 | 2 | -6/+6 |
| | |||||
* | unstable: KWallet integration | Aqua-sama | 2018-10-13 | 1 | -2/+2 |
| | |||||
* | mainwindow: keep maximized state when adding subwindows | Aqua-sama | 2018-10-07 | 1 | -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 position | Aqua-sama | 2018-10-06 | 1 | -1/+4 |
| | |||||
* | Add "subwindow.shortcuts.menu" shortcut | Aqua-sama | 2018-10-06 | 1 | -5/+14 |
| | |||||
* | clazy: fix warnings | Aqua-sama | 2018-10-04 | 2 | -14/+8 |
| | |||||
* | Update remaining repository paths in license headers | Aqua-sama | 2018-10-02 | 6 | -6/+6 |
| | |||||
* | ProfileManager: move initial profile loading to ProfileManager | Aqua-sama | 2018-09-29 | 1 | -0/+1 |
| | |||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 2 | -2/+2 |
| | |||||
* | Turn Session class into namespace | Aqua-sama | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | breakpad: try to write session on crash | Aqua-sama | 2018-09-28 | 1 | -0/+10 |
| | |||||
* | clang-format pass | Aqua-sama | 2018-09-18 | 2 | -13/+16 |
| | |||||
* | Update vendor.cmake | Aqua-sama | 2018-09-18 | 1 | -2/+2 |
| | | | | | - add some more comments - made plugin include paths more generic | ||||
* | Replace ProfileManager::profileList() with ProfileManager::idList() | Aqua-sama | 2018-09-08 | 1 | -13/+4 |
| | |||||
* | Clean up ProfileManager | Aqua-sama | 2018-09-02 | 1 | -1/+1 |
| | |||||
* | MainWindow: fix load session action | Aqua-sama | 2018-08-24 | 1 | -1/+2 |
| | |||||
* | Move SubWindow to src/subwindow | Aqua-sama | 2018-08-07 | 7 | -407/+22 |
| | |||||
* | Fix fullscreen toggle | Aqua-sama | 2018-08-05 | 1 | -0/+9 |
| | |||||
* | Remove PageToolsMenu | Aqua-sama | 2018-07-11 | 2 | -5/+38 |
| | |||||
* | Remove PageMenu | Aqua-sama | 2018-07-08 | 3 | -5/+98 |
| | | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu | ||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 5 | -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 json | Aqua-sama | 2018-06-28 | 3 | -27/+31 |
| | | | | Add Session menu to main window | ||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 4 | -6/+25 |
| | |||||
* | Add ProfileManager | Aqua-sama | 2018-06-24 | 3 | -37/+13 |
| | |||||
* | Add Session class | Aqua-sama | 2018-06-24 | 3 | -25/+32 |
| | |||||
* | Add Configuration::setValue and Configuration::setShortcut | Aqua-sama | 2018-06-23 | 1 | -13/+25 |
| | | | | Change MainWindow to use setShortcut | ||||
* | clang-format pass | Aqua-sama | 2018-06-22 | 6 | -16/+14 |
| | |||||
* | Add Browser::about | Aqua-sama | 2018-06-21 | 1 | -6/+2 |
| | |||||
* | AddressBar: code cleanup | Aqua-sama | 2018-06-18 | 2 | -5/+43 |
| | | | | AddressBar: match input for protocol or '.' in addition to url validity | ||||
* | Add Plasma option to cmake that turns on KF5 blur window effect | Aqua-sama | 2018-06-16 | 1 | -0/+10 |
| | |||||
* | SubWindow: delete views right away when closing tab | Aqua-sama | 2018-06-15 | 1 | -4/+5 |
| | |||||
* | Add poi.desktop | Aqua-sama | 2018-06-14 | 1 | -5/+5 |
| | |||||
* | Move load profile menu to page menu from tab menu | Aqua-sama | 2018-06-09 | 1 | -18/+0 |
| | |||||
* | Better profile loading | Aqua-sama | 2018-06-08 | 1 | -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/web | Aqua-sama | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Clazy fixes | Aqua-sama | 2018-06-02 | 2 | -6/+6 |
| | |||||
* | Middle mouse button closes tab | Aqua-sama | 2018-06-01 | 2 | -0/+15 |
| | |||||
* | Refactor Subwindow | Aqua-sama | 2018-05-29 | 4 | -47/+51 |
| |