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 | |
| | ||||||
* | Disable Chromium crash handler | Aqua-sama | 2018-10-08 | 2 | -0/+4 | |
| | | | | | | Chromium's crash handler prevents breakpad from creating crashdumps. - add browser.crash.path: set minidump location - add browser.crash.handler: call this program after crashing | |||||
* | 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 | 4 | -0/+43 | |
| | | | | | | | - 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 | |||||
* | Add "subwindow.shortcuts.menu" shortcut | Aqua-sama | 2018-10-06 | 1 | -1/+2 | |
| | ||||||
* | bookmarks: save folder expanded state | Aqua-sama | 2018-10-06 | 3 | -2/+18 | |
| | ||||||
* | bookmarks: fix new/delete buttons | Aqua-sama | 2018-10-05 | 9 | -26/+90 | |
| | ||||||
* | downloads: only show preview on images | Aqua-sama | 2018-10-05 | 1 | -19/+27 | |
| | ||||||
* | clazy: fix warnings | Aqua-sama | 2018-10-04 | 3 | -12/+9 | |
| | ||||||
* | Update remaining repository paths in license headers | Aqua-sama | 2018-10-02 | 10 | -10/+10 | |
| | ||||||
* | 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 | 6 | -78/+92 | |
| | | | | - 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 | 24 | -24/+24 | |
| | ||||||
* | ProfileEditor plugin: fix delete button | Aqua-sama | 2018-09-29 | 2 | -10/+31 | |
| | ||||||
* | Bookmarks: remove debug defines | Aqua-sama | 2018-09-25 | 1 | -39/+22 | |
| | ||||||
* | Bookmarks: add search by tag | Aqua-sama | 2018-09-25 | 1 | -7/+44 | |
| | | | | - Tags are any words starting with ':' | |||||
* | Bookmarks: add tags and description fields to xbel | Aqua-sama | 2018-09-25 | 10 | -150/+81 | |
| | ||||||
* | Bookmarks: integrate model/view | Aqua-sama | 2018-09-25 | 14 | -311/+259 | |
| | | | | | | - fix addBookmark and search signals - fix drag'n'drop - add xbel::write | |||||
* | Bookmarks: add BookmarkItem and BookmarkModel | Aqua-sama | 2018-09-24 | 11 | -5/+743 | |
| | | | | | - read-only xbel - only enabled in debug build | |||||
* | Add bookmark auto-save (5min) | Aqua-sama | 2018-09-22 | 2 | -7/+14 | |
| | ||||||
* | Update documentation | Aqua-sama | 2018-09-19 | 5 | -34/+21 | |
| | ||||||
* | 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 | 3 | -4/+3 | |
| | ||||||
* | Downloads: prevent download widget width from exceeding download list width | Aqua-sama | 2018-08-24 | 7 | -34/+55 | |
| | | | | Downloads: add open button | |||||
* | AddressBar: prevent URL formatting caused by context menu | Aqua-sama | 2018-08-07 | 5 | -31/+95 | |
| | ||||||
* | Add move tab left/right shortcut | Aqua-sama | 2018-08-07 | 1 | -6/+8 | |
| | ||||||
* | Address bar: add go button | Aqua-sama | 2018-07-30 | 1 | -0/+5 | |
| | ||||||
* | UrlRequestInterceptor: add filter rules | Aqua-sama | 2018-07-24 | 5 | -39/+77 | |
| | ||||||
* | 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 | |
| | ||||||
* | Remove PageToolsMenu | Aqua-sama | 2018-07-11 | 4 | -16/+0 | |
| | ||||||
* | AdBlock rule testing | Aqua-sama | 2018-07-09 | 3 | -0/+166 | |
| | ||||||
* | Remove PageMenu | Aqua-sama | 2018-07-08 | 4 | -11/+0 | |
| | | | | | 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 | 5 | -109/+173 | |
| | ||||||
* | Add web/urlfilter | Aqua-sama | 2018-07-05 | 5 | -5/+256 | |
| | ||||||
* | Add filter.header | Aqua-sama | 2018-07-05 | 1 | -0/+1 | |
| | ||||||
* | Update translations | Aqua-sama | 2018-07-05 | 2 | -0/+6 | |
| | ||||||
* | Add configuration/defaults.h | Aqua-sama | 2018-07-02 | 4 | -8/+35 | |
| | ||||||
* | Add --no-remote option | Aqua-sama | 2018-07-02 | 2 | -17/+6 | |
| | ||||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 1 | -2/+1 | |
| | | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles | |||||
* | Add browser.locale and browser.translation | Aqua-sama | 2018-07-01 | 1 | -0/+2 | |
| | ||||||
* | Add browser.session | Aqua-sama | 2018-06-29 | 1 | -0/+1 | |
| | ||||||
* | Add --session parameter to load a session json | Aqua-sama | 2018-06-28 | 1 | -0/+1 | |
| | | | | Add Session menu to main window |