Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add About and Run actions to plugin submenu | Aqua-sama | 2018-11-23 | 6 | -56/+40 |
| | | | | - Remove plugin list from About dialog | ||||
* | Add library check for Plasma and Breakpad configuration toggles | Aqua-sama | 2018-11-22 | 1 | -10/+19 |
| | |||||
* | Fix transparent background being enabled if Plasma is found | Aqua-sama | 2018-11-22 | 1 | -2/+3 |
| | |||||
* | Add AboutPlugin dialog | Aqua-sama | 2018-11-22 | 2 | -14/+33 |
| | |||||
* | Add adblockrule_parse | Aqua-sama | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | Fix various build warnings | Aqua-sama | 2018-10-25 | 4 | -91/+22 |
| | |||||
* | Remove CMakeLists | Aqua-sama | 2018-10-25 | 1 | -117/+0 |
| | |||||
* | Use vcs_tag to get version information | Aqua-sama | 2018-10-24 | 3 | -5/+8 |
| | |||||
* | Add missing install items | Aqua-sama | 2018-10-24 | 1 | -0/+7 |
| | |||||
* | Add plugins to meson build | Aqua-sama | 2018-10-23 | 1 | -1/+1 |
| | |||||
* | Fix plasma dependency | Aqua-sama | 2018-10-23 | 1 | -7/+11 |
| | |||||
* | Fix breakpad integration | Aqua-sama | 2018-10-23 | 2 | -3/+15 |
| | |||||
* | Remove lib/ as includepath | Aqua-sama | 2018-10-23 | 12 | -27/+27 |
| | |||||
* | Fix SingleApplication segfault | Aqua-sama | 2018-10-23 | 2 | -3/+3 |
| | |||||
* | Fix link errors | Aqua-sama | 2018-10-23 | 2 | -16/+19 |
| | |||||
* | Initial meson build files | Aqua-sama | 2018-10-23 | 2 | -14/+34 |
| | |||||
* | AdblockRule constructor | Aqua-sama | 2018-10-22 | 2 | -2/+2 |
| | |||||
* | Fix install paths for icon, desktop and profile | Aqua-sama | 2018-10-20 | 1 | -3/+3 |
| | |||||
* | Fix config.h from regenerating on every build | Aqua-sama | 2018-10-20 | 1 | -0/+2 |
| | |||||
* | Add cmake manpage target | Aqua-sama | 2018-10-20 | 1 | -2/+5 |
| | |||||
* | Add Kconfiglib to parse Kconfig/.config | Aqua-sama | 2018-10-20 | 6 | -40/+94 |
| | |||||
* | 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 |
| |