Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Remove PageToolsMenu | Aqua-sama | 2018-07-11 | 4 | -106/+1 |
| | |||||
* | Add custom WebView context menu | Aqua-sama | 2018-07-11 | 1 | -26/+115 |
| | |||||
* | Remove PageMenu | Aqua-sama | 2018-07-08 | 4 | -165/+36 |
| | | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu | ||||
* | Integrate urlfilter with urlrequestinterceptor | Aqua-sama | 2018-07-07 | 2 | -6/+38 |
| | |||||
* | Add web/urlfilter | Aqua-sama | 2018-07-05 | 1 | -0/+9 |
| | |||||
* | Add filter.header | Aqua-sama | 2018-07-05 | 2 | -3/+26 |
| | |||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 2 | -16/+5 |
| | |||||
* | Add ProfileManager | Aqua-sama | 2018-06-24 | 1 | -5/+7 |
| | |||||
* | clang-format pass | Aqua-sama | 2018-06-22 | 4 | -11/+12 |
| | |||||
* | Fix various warnings | Aqua-sama | 2018-06-22 | 3 | -3/+7 |
| | |||||
* | Bookmarks manager bugfixes | Aqua-sama | 2018-06-15 | 1 | -1/+4 |
| | | | | | | | | WebProfile: remove addBookmark signal and member Bookmarks: remove unused '...' button Bookmarks: stop crashing if there's no selected item Bookmarks: activating an item will only open it if it's a bookmark Bookmarks: change header size split | ||||
* | Move load profile menu to page menu from tab menu | Aqua-sama | 2018-06-09 | 2 | -0/+32 |
| | |||||
* | Split webengine/webprofile into lib/web | Aqua-sama | 2018-06-07 | 3 | -263/+1 |
| | |||||
* | Fix clazy warnings in WebProfile | Aqua-sama | 2018-06-05 | 2 | -66/+128 |
| | | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage |