Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turn on more warnings by default | Aqua-sama | 2020-05-28 | 5 | -10/+10 |
| | | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal | ||||
* | Update ProfileEditor plugin | Aqua-sama | 2020-05-26 | 6 | -90/+143 |
| | | | | | | | | ProfileEditor: - add tests - disable read-only settings on otr profiles Add WebProfile::setHeaders and WebProfile::setCookies | ||||
* | libwebengine | Aqua-sama | 2020-05-08 | 19 | -419/+743 |
| | | | | | | | | | | | 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 | 2 | -7/+50 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Fix various compiler warnings | Aqua-sama | 2020-03-23 | 2 | -2/+2 |
| | |||||
* | Remove ProfileInterface | Aqua-sama | 2020-02-29 | 2 | -4/+31 |
| | | | | | | | | | 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() | ||||
* | Fix various gcc and clazy compile warnings | Aqua-sama | 2020-01-17 | 2 | -4/+4 |
| | |||||
* | Refactor WebViewContextMenu | Aqua-sama | 2020-01-11 | 4 | -216/+255 |
| | | | | - Remove KDE Wallet code | ||||
* | Code cleanup | Aqua-sama | 2020-01-05 | 3 | -20/+50 |
| | | | | | | - 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 | -3/+1 |
| | | | | | | | | - 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/ | ||||
* | WebProfile refactoring | Aqua-sama | 2019-11-22 | 4 | -43/+34 |
| | | | | | | - Remove WebProfileManager::Profile::value - Make WebProfile constructors protected, and WebProfileManager friend class | ||||
* | Context menu: add actions for MediaTypeNone | Aqua-sama | 2019-11-09 | 1 | -6/+18 |
| | | | | | | - Select All - Clear Selection - Copy | ||||
* | Move lib/webprofile into src/webengine | Aqua-sama | 2019-11-04 | 4 | -0/+474 |
| | |||||
* | Drop boost dependency | Aqua-sama | 2019-11-03 | 1 | -1/+1 |
| | | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class | ||||
* | Use spdlog for logging | Aqua-sama | 2019-02-06 | 2 | -7/+3 |
| | |||||
* | Add tools/report-clang-tidy.sh | Aqua-sama | 2019-01-18 | 2 | -0/+0 |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | ||||
* | Rewrite lib/web to lib/webprofile | Aqua-sama | 2019-01-16 | 1 | -7/+4 |
| | | | | | | | | | | - 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. | ||||
* | Rewrite lib/urlfilter | Aqua-sama | 2019-01-09 | 4 | -133/+49 |
| | | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter | ||||
* | Update license year | Aqua-sama | 2019-01-02 | 2 | -19/+0 |
| | |||||
* | Fix filter.header not working | Aqua-sama | 2018-12-30 | 1 | -29/+6 |
| | |||||
* | Add separate firejail .desktop | Aqua-sama | 2018-12-10 | 1 | -0/+1 |
| | |||||
* | Add Session::view and Session::restoreView | Aqua-sama | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | Add adblockrule_parse | Aqua-sama | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | Fix various build warnings | Aqua-sama | 2018-10-25 | 1 | -8/+19 |
| | |||||
* | Remove lib/ as includepath | Aqua-sama | 2018-10-23 | 4 | -7/+7 |
| | |||||
* | AdblockRule constructor | Aqua-sama | 2018-10-22 | 2 | -2/+2 |
| | |||||
* | Add Kconfiglib to parse Kconfig/.config | Aqua-sama | 2018-10-20 | 3 | -31/+2 |
| | |||||
* | Integrate FilterTree into browser (#6) | Aqua-sama | 2018-10-19 | 3 | -64/+24 |
| | | | | | | - change filter.path to filter.hosts to represent that the setting is only used for hostlist-format lists - change FilterTree::match to use QUrl and not QString | ||||
* | unstable: KWallet integration | Aqua-sama | 2018-10-13 | 1 | -0/+12 |
| | |||||
* | Update readme | Aqua-sama | 2018-10-12 | 1 | -0/+4 |
| | |||||
* | Expand HTTP header settings #4 | Aqua-sama | 2018-10-07 | 4 | -124/+182 |
| | | | | | | | - add doc/Usage/Filter.asciidoc to explain the usage of the filter headers - add HTTP headers to Profile (section "headers") - Use request interceptor to apply filter headers, then profile headers - add insert/delete actions to ProfileEditor | ||||
* | Split off UrlFilter into library | Aqua-sama | 2018-10-02 | 2 | -7/+8 |
| | | | | - add more adblock filter options | ||||
* | ProfileManager: move initial profile loading to ProfileManager | Aqua-sama | 2018-09-29 | 1 | -0/+2 |
| | |||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 6 | -6/+6 |
| | |||||
* | clang-format pass | Aqua-sama | 2018-09-18 | 3 | -11/+12 |
| | |||||
* | 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 | -10/+6 |
| | |||||
* | Clean up ProfileManager | Aqua-sama | 2018-09-02 | 1 | -1/+1 |
| | |||||
* | WebPage: add render process crash recovery page | Aqua-sama | 2018-08-23 | 2 | -2/+35 |
| | |||||
* | Add mute button to WebView context menu | Aqua-sama | 2018-08-20 | 1 | -2/+15 |
| | |||||
* | WebView: close context menu when buttons are pressed | Aqua-sama | 2018-08-19 | 1 | -3/+14 |
| | |||||
* | Add back/forward/refresh buttons to page context menu | Aqua-sama | 2018-08-19 | 1 | -2/+35 |
| | |||||
* | Move SubWindow to src/subwindow | Aqua-sama | 2018-08-07 | 1 | -1/+1 |
| | |||||
* | WebView: add open image action to context menu | Aqua-sama | 2018-07-31 | 1 | -3/+8 |
| | |||||
* | UrlRequestInterceptor: add filter rules | Aqua-sama | 2018-07-24 | 2 | -14/+42 |
| | |||||
* | AdBlockRule: move matching logic to FilterRule | Aqua-sama | 2018-07-18 | 2 | -25/+0 |
| | |||||
* | WebView: add Open in new tab and Save actions for images | Aqua-sama | 2018-07-12 | 1 | -0/+8 |
| | |||||
* | WebView: always add Open link actions if the link URL is not empty | Aqua-sama | 2018-07-12 | 1 | -59/+67 |
| | |||||
* | WebView: fix context menu transparency with Plasma | Aqua-sama | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | WebView: always add zoom widget to context menu | Aqua-sama | 2018-07-11 | 1 | -21/+21 |
| |