Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Add workaround for QTBUG-62511 | Aqua-sama | 2018-10-15 | 1 | -0/+4 |
| | |||||
* | Rewrite vendor.cmake to cmake/VendorConfig.cmake | Aqua-sama | 2018-10-15 | 1 | -19/+19 |
| | | | | | | Add menuconfig-editable .config files to platforms. VendorConfig.cmake looks for and includes .config files based on platform name. | ||||
* | Update CMakeLists option names | Aqua-sama | 2018-10-14 | 4 | -21/+19 |
| | |||||
* | unstable: KWallet integration | Aqua-sama | 2018-10-13 | 5 | -6/+82 |
| | |||||
* | Update readme | Aqua-sama | 2018-10-12 | 1 | -0/+4 |
| | |||||
* | Unlink plugins from lib/ libraries | Aqua-sama | 2018-10-09 | 5 | -97/+84 |
| | |||||
* | Create .profile file when adding a new profile | Aqua-sama | 2018-10-08 | 1 | -1/+10 |
| | |||||
* | Disable Chromium crash handler | Aqua-sama | 2018-10-08 | 1 | -10/+34 |
| | | | | | | 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 | ||||
* | Expand HTTP header settings #4 | Aqua-sama | 2018-10-07 | 7 | -128/+190 |
| | | | | | | | - 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 | ||||
* | mainwindow: keep maximized state when adding subwindows | Aqua-sama | 2018-10-07 | 1 | -1/+11 |
| | | | | | Only maximize added subwindow when there is no current subwindow, or when the current subwindow is maximized. | ||||
* | Show subwindow system menu at correct position | Aqua-sama | 2018-10-06 | 1 | -1/+4 |
| | |||||
* | Add "subwindow.shortcuts.menu" shortcut | Aqua-sama | 2018-10-06 | 1 | -5/+14 |
| | |||||
* | clazy: fix warnings | Aqua-sama | 2018-10-04 | 7 | -22/+17 |
| | |||||
* | Subwindow: only keep tab history for restore tab action | Aqua-sama | 2018-10-03 | 2 | -20/+41 |
| | |||||
* | Add SingleApplication as a git submodule | Aqua-sama | 2018-10-02 | 2 | -4/+1 |
| | |||||
* | Update remaining repository paths in license headers | Aqua-sama | 2018-10-02 | 11 | -11/+11 |
| | |||||
* | Add Util namespace | Aqua-sama | 2018-10-02 | 6 | -58/+85 |
| | | | | - Util::files lists files in specified .path | ||||
* | Split off UrlFilter into library | Aqua-sama | 2018-10-02 | 3 | -8/+9 |
| | | | | - add more adblock filter options | ||||
* | ProfileManager: move initial profile loading to ProfileManager | Aqua-sama | 2018-09-29 | 6 | -37/+29 |
| | |||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 15 | -15/+15 |
| | |||||
* | ProfileEditor plugin: fix delete button | Aqua-sama | 2018-09-29 | 2 | -3/+3 |
| | |||||
* | Turn Session class into namespace | Aqua-sama | 2018-09-28 | 5 | -31/+13 |
| | |||||
* | breakpad: try to write session on crash | Aqua-sama | 2018-09-28 | 5 | -10/+58 |
| | |||||
* | breakpad: Use system breakpad by default | Aqua-sama | 2018-09-28 | 1 | -3/+4 |
| | |||||
* | Add breakpad submodule | Aqua-sama | 2018-09-26 | 2 | -12/+45 |
| | |||||
* | Add bookmark auto-save (5min) | Aqua-sama | 2018-09-22 | 1 | -0/+6 |
| | |||||
* | SubWindow: add 'open last closed tab/tabs' actions | Aqua-sama | 2018-09-22 | 3 | -0/+63 |
| | |||||
* | clang-format pass | Aqua-sama | 2018-09-18 | 6 | -31/+37 |
| | |||||
* | Update vendor.cmake | Aqua-sama | 2018-09-18 | 7 | -26/+29 |
| | | | | | - add some more comments - made plugin include paths more generic | ||||
* | Replace ProfileManager::profileList() with ProfileManager::idList() | Aqua-sama | 2018-09-08 | 6 | -41/+15 |
| | |||||
* | Move ProfileManager to libweb | Aqua-sama | 2018-09-07 | 5 | -154/+7 |
| | |||||
* | Clean up ProfileManager | Aqua-sama | 2018-09-02 | 7 | -31/+54 |
| | |||||
* | PluginEditor: implement add plugin action | Aqua-sama | 2018-08-27 | 2 | -3/+18 |
| | |||||
* | Add BrowserInterface to simplify plugins a bit | Aqua-sama | 2018-08-25 | 2 | -24/+18 |
| | |||||
* | MainWindow: fix load session action | Aqua-sama | 2018-08-24 | 2 | -22/+21 |
| | |||||
* | 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 |
| | |||||
* | Add move tab left/right shortcut | Aqua-sama | 2018-08-07 | 1 | -5/+18 |
| | |||||
* | Move SubWindow to src/subwindow | Aqua-sama | 2018-08-07 | 11 | -38/+42 |
| | |||||
* | Fix fullscreen toggle | Aqua-sama | 2018-08-05 | 1 | -0/+9 |
| | |||||
* | 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 |
| | |||||
* | Fix version.h.in | Aqua-sama | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | Switch vcs to git | Aqua-sama | 2018-07-17 | 1 | -11/+2 |
| | |||||
* | Add vendor.cmake | Aqua-sama | 2018-07-15 | 1 | -8/+8 |
| | |||||
* | WebView: add Open in new tab and Save actions for images | Aqua-sama | 2018-07-12 | 1 | -0/+8 |
| |