Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix options not getting overwritten by command line | Aqua-sama | 2018-12-08 | 1 | -7/+1 |
| | |||||
* | Split crash handler code off main | Aqua-sama | 2018-12-08 | 4 | -38/+76 |
| | |||||
* | Configuration: parse command line after parsing config file | Aqua-sama | 2018-12-07 | 2 | -31/+24 |
| | | | | - Split CommandLine off Configuration | ||||
* | Add builtins::version, ::build and ::help | Aqua-sama | 2018-12-05 | 4 | -31/+88 |
| | |||||
* | Update .desktop and .profile | Aqua-sama | 2018-12-02 | 1 | -4/+11 |
| | |||||
* | pick-session: pass session data to existing instance if any | Aqua-sama | 2018-11-30 | 4 | -18/+78 |
| | |||||
* | Add --session and --pick-session | Aqua-sama | 2018-11-29 | 1 | -5/+10 |
| | | | | | | -s,--session replaces --browser.session --pick-session shows the SessionDialog instead of creating a session on startup | ||||
* | Remove old session code | Aqua-sama | 2018-11-28 | 9 | -108/+69 |
| | |||||
* | Rewrite Session saving and loading | Aqua-sama | 2018-11-28 | 9 | -39/+114 |
| | |||||
* | Add Session::view and Session::restoreView | Aqua-sama | 2018-11-26 | 7 | -14/+73 |
| | |||||
* | Add Session Dialog | Aqua-sama | 2018-11-25 | 8 | -12/+342 |
| | |||||
* | Add QT_NO_DEBUG to non-debug builds | Aqua-sama | 2018-11-23 | 3 | -239/+0 |
| | |||||
* | Adding and Removing plugins at runtime | Aqua-sama | 2018-11-23 | 3 | -23/+88 |
| | |||||
* | Loading and unloading of plugins at runtime | Aqua-sama | 2018-11-23 | 1 | -5/+6 |
| | |||||
* | 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 |
| |