Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unlink plugins from lib/ libraries | Aqua-sama | 2018-10-09 | 5 | -31/+22 |
| | |||||
* | Create .profile file when adding a new profile | Aqua-sama | 2018-10-08 | 1 | -2/+5 |
| | |||||
* | Fix wiping current directory when deleting off-the-record profiles | Aqua-sama | 2018-10-08 | 1 | -3/+9 |
| | |||||
* | Expand HTTP header settings #4 | Aqua-sama | 2018-10-07 | 3 | -0/+36 |
| | | | | | | | - 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 | ||||
* | clazy: fix warnings | Aqua-sama | 2018-10-04 | 2 | -9/+9 |
| | |||||
* | Add Util namespace | Aqua-sama | 2018-10-02 | 1 | -15/+0 |
| | | | | - Util::files lists files in specified .path | ||||
* | Split off UrlFilter into library | Aqua-sama | 2018-10-02 | 5 | -340/+0 |
| | | | | - add more adblock filter options | ||||
* | ProfileManager: move initial profile loading to ProfileManager | Aqua-sama | 2018-09-29 | 2 | -39/+25 |
| | |||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 4 | -4/+4 |
| | |||||
* | ProfileEditor plugin: fix delete button | Aqua-sama | 2018-09-29 | 2 | -10/+31 |
| | |||||
* | Update vendor.cmake | Aqua-sama | 2018-09-18 | 1 | -1/+0 |
| | | | | | - add some more comments - made plugin include paths more generic | ||||
* | WebProfile: save httpCacheType and persistentCookiesPolicy | Aqua-sama | 2018-09-09 | 2 | -0/+17 |
| | |||||
* | Save WebProfile config when changed | Aqua-sama | 2018-09-08 | 3 | -29/+42 |
| | |||||
* | Replace ProfileManager::profileList() with ProfileManager::idList() | Aqua-sama | 2018-09-08 | 2 | -18/+33 |
| | |||||
* | Move ProfileManager to libweb | Aqua-sama | 2018-09-07 | 5 | -11/+184 |
| | |||||
* | Some cppcheck fixes | Aqua-sama | 2018-09-03 | 1 | -1/+1 |
| | |||||
* | UrlRequestInterceptor: add filter rules | Aqua-sama | 2018-07-24 | 4 | -38/+76 |
| | |||||
* | AdBlockRule: move matching logic to FilterRule | Aqua-sama | 2018-07-18 | 7 | -352/+104 |
| | |||||
* | AdBlockTest: loading subscription | Aqua-sama | 2018-07-17 | 2 | -6/+4 |
| | |||||
* | AdBlockRule: parse some options | Aqua-sama | 2018-07-12 | 2 | -0/+67 |
| | |||||
* | AdBlock rule testing | Aqua-sama | 2018-07-09 | 3 | -0/+166 |
| | |||||
* | Integrate urlfilter with urlrequestinterceptor | Aqua-sama | 2018-07-07 | 4 | -109/+172 |
| | |||||
* | Add web/urlfilter | Aqua-sama | 2018-07-05 | 5 | -5/+256 |
| | |||||
* | Add ProfileManager | Aqua-sama | 2018-06-24 | 2 | -72/+0 |
| | |||||
* | Add Session class | Aqua-sama | 2018-06-24 | 2 | -2/+18 |
| | |||||
* | WebProfile: cache a list of cookies | Aqua-sama | 2018-06-17 | 2 | -0/+23 |
| | | | | | ProfileView: delete selected items rather than current item Browser: store profiles in QMap instead of QHash | ||||
* | Sort .profile by time | Aqua-sama | 2018-06-16 | 2 | -5/+5 |
| | | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab | ||||
* | Bookmarks manager bugfixes | Aqua-sama | 2018-06-15 | 1 | -8/+0 |
| | | | | | | | | 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 | ||||
* | ProfileEditor: add delete button | Aqua-sama | 2018-06-14 | 2 | -7/+14 |
| | |||||
* | Better profile loading | Aqua-sama | 2018-06-08 | 2 | -20/+32 |
| | | | | | | | | First load all profiles from profile.path, and then the profile.default if missing, after which set the default profile. Profile names and whether they're otr can be set by .profile name=string and otr=bool. | ||||
* | Split webengine/webprofile into lib/web | Aqua-sama | 2018-06-07 | 3 | -0/+279 |