Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ported to qt6 | aqua | 2024-04-23 | 2 | -5/+4 |
| | |||||
* | Turn on more warnings by default | Aqua-sama | 2020-05-28 | 5 | -63/+63 |
| | | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal | ||||
* | libwebengine | Aqua-sama | 2020-05-08 | 4 | -100/+22 |
| | | | | | | | | | | | Make src/webengine into a static library - Add some tests - Updated manpage - Remove WebProfileManager::id and WebProfileManager::instance - Add consumable semantics checks to WebProfileManager - Add WebProfileManager::walk Add ApplicationMenu class | ||||
* | Rewrite Session backend | Aqua-sama | 2020-04-13 | 3 | -19/+68 |
| | | | | | | | | | | | | | | | | | | Add session.hpp, containing structs that describe session data MainWindow, SubWindow and WebView can be created from Session::structs Opening new window will automatically open a default subwindow and tab if none were specified Add lib/session_formats Add JsonSession, to serialize/deserialize Session structs into JSON - add some tests clang-tidy: - fix various warnings - disable modernize-use-trailing-return-type check | ||||
* | Remove QMdiArea in MainWindow | Aqua-sama | 2020-04-03 | 7 | -230/+144 |
| | | | | | | | | | | | | | | | | | | | | Kconfig: Change About Dialog shortcut default to F1 (was Ctrl+H) Change close current tab shortcut to Ctrl+W (was Ctrl+X) MainWindow: automatically close window when last subwindow is closed MenuBar: remove Tile/Cascade subwindows actions add show/hide/close subwindow actions SubWindow: remove Subwindow menu shortcut (was F1 by default) add close shortcut (default Ctrl+Shift+W) Minor fixes: Fix PKGBUILD sources | ||||
* | Fix various compiler warnings | Aqua-sama | 2020-03-23 | 6 | -32/+32 |
| | |||||
* | MenuBar: Add Unlock toolbars toggle | Aqua-sama | 2020-01-29 | 2 | -4/+18 |
| | | | | | | | | Add BookmarksToolbar config toggles - bookmarks.toolbar.movable - bookmarks.toolbar.visible clang-format pass | ||||
* | BookmarksToolbar: add toggle shortcut | Aqua-sama | 2020-01-29 | 3 | -4/+17 |
| | | | | | | - MenuBar: add toggles for MainWindow toolbars to Window menu - set NavigationBar and BookmarksToolbar titles so the default MainWindow context menu makes sense | ||||
* | Add bookmarks toolbar | Aqua-sama | 2020-01-28 | 1 | -0/+6 |
| | | | | | Bookmarks Toolbar displays the contents of the top-level "Bookmarks Toolbar" folder. | ||||
* | Refactor Browser::addPlugin to ::loadPlugins | Aqua-sama | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Fix various gcc and clazy compile warnings | Aqua-sama | 2020-01-17 | 1 | -1/+1 |
| | |||||
* | Move BookmarksWidget out of libbookmarks | Aqua-sama | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Add close action to subwindow list | Aqua-sama | 2020-01-14 | 1 | -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 selected | Aqua-sama | 2020-01-12 | 1 | -1/+2 |
| | |||||
* | Code cleanup | Aqua-sama | 2020-01-05 | 1 | -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 branch | Aqua-sama | 2020-01-03 | 1 | -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/webengine | Aqua-sama | 2019-11-04 | 3 | -4/+4 |
| | |||||
* | Drop boost dependency | Aqua-sama | 2019-11-03 | 13 | -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.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 |
| |