Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tools/report-clang-tidy.sh | Aqua-sama | 2019-01-18 | 2 | -10/+10 |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | ||||
* | Rewrite lib/web to lib/webprofile | Aqua-sama | 2019-01-16 | 2 | -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 menu | Aqua-sama | 2019-01-03 | 1 | -0/+85 |
| | |||||
* | Update license year | Aqua-sama | 2019-01-02 | 1 | -1/+2 |
| | |||||
* | Connect Developer Tools and View Source actions | Aqua-sama | 2019-01-02 | 2 | -32/+47 |
| | |||||
* | Add subwindow list to Window menu | Aqua-sama | 2018-12-17 | 3 | -3/+27 |
| | |||||
* | Add restore last tab shortcut | Aqua-sama | 2018-12-15 | 1 | -23/+17 |
| | |||||
* | Move tab actions to Subwindow menu | Aqua-sama | 2018-12-15 | 1 | -0/+145 |
| | |||||
* | Add SaveSessionDialog | Aqua-sama | 2018-12-14 | 1 | -10/+8 |
| | |||||
* | 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 |