Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite Session backend | Aqua-sama | 2020-04-13 | 1 | -0/+41 |
| | | | | | | | | | | | | | | | | | | 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 ProfileInterface | Aqua-sama | 2020-02-29 | 4 | -85/+43 |
| | | | | | | | | | Plugins should define their own specific interfaces rather than subclassing from ProfileInterface: - add Filter for QWebEngineUrlRequestInterceptor filters - add FilterPlugin for Filter loading Remove deprecated Browser::profileList() | ||||
* | Disable plugins as broken | Aqua-sama | 2020-01-04 | 2 | -27/+0 |
| | | | | - Fix several Qt deprecated warnings | ||||
* | Drop boost dependency | Aqua-sama | 2019-11-03 | 1 | -5/+0 |
| | | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class | ||||
* | Fix filter.header not working | Aqua-sama | 2018-12-30 | 1 | -2/+2 |
| | |||||
* | Fix various build warnings | Aqua-sama | 2018-10-25 | 1 | -0/+2 |
| | |||||
* | Use vcs_tag to get version information | Aqua-sama | 2018-10-24 | 1 | -9/+3 |
| | |||||
* | Initial meson build files | Aqua-sama | 2018-10-23 | 1 | -0/+14 |
| | |||||
* | Unlink plugins from lib/ libraries | Aqua-sama | 2018-10-09 | 3 | -0/+143 |