Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor Browser::addPlugin to ::loadPlugins | Aqua-sama | 2020-01-27 | 1 | -35/+12 |
| | |||||
* | pluginloader: add test for PluginLoader::verify | Aqua-sama | 2020-01-27 | 1 | -1/+7 |
| | |||||
* | Add bookmarks subcommand | Aqua-sama | 2020-01-17 | 1 | -2/+3 |
| | |||||
* | Fix configuration not being read unless explicitly specified | Aqua-sama | 2020-01-04 | 1 | -29/+6 |
| | |||||
* | PKGBUILD: add install stage for debug symbols | Aqua-sama | 2020-01-03 | 1 | -19/+13 |
| | | | | - make toggling breakpad work properly | ||||
* | Merge some QoL improvements from staging branch | Aqua-sama | 2020-01-03 | 1 | -15/+2 |
| | | | | | | | | - Build executable in top-level buildroot - Use meson sourceset - Pull in poi-crash and poi-update from staging - Remove extraneous scripts in tools/ - Pull in configure scripts in scripts/ | ||||
* | Add configuration subcommand | Aqua-sama | 2019-11-09 | 1 | -23/+38 |
| | | | | --dump: Write current configuration to stdout and exit | ||||
* | Fix manpages not disabled when disabled by meson | Aqua-sama | 2019-11-05 | 1 | -6/+5 |
| | |||||
* | Fix gcc compile errors and warnings | Aqua-sama | 2019-11-03 | 1 | -2/+3 |
| | |||||
* | Drop boost dependency | Aqua-sama | 2019-11-03 | 1 | -60/+38 |
| | | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class | ||||
* | Use github.com/Taywee/args to parse command line | Aqua-sama | 2019-10-22 | 1 | -30/+90 |
| | | | | - This adds 3rd-party/args/args.git subrepository | ||||
* | Add plugin signature verification policies | Aqua-sama | 2019-04-19 | 1 | -2/+1 |
| | |||||
* | Add PluginLoader class | Aqua-sama | 2019-03-11 | 1 | -2/+4 |
| | | | | | | - PluginLoader::verify can be used to check if the plugin has a valid (SHA512/RSA 4096) signature. - Uses nn OpenSSL public key that is embedded during the compile. | ||||
* | Use spdlog for logging | Aqua-sama | 2019-02-06 | 1 | -15/+8 |
| | |||||
* | Add tools/report-clang-tidy.sh | Aqua-sama | 2019-01-18 | 1 | -1/+1 |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | ||||
* | Add browser.iconTheme | Aqua-sama | 2018-12-16 | 1 | -0/+4 |
| | |||||
* | Add translations meson option to build and install translations | Aqua-sama | 2018-12-13 | 1 | -18/+13 |
| | |||||
* | 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 | 1 | -37/+3 |
| | |||||
* | Configuration: parse command line after parsing config file | Aqua-sama | 2018-12-07 | 1 | -30/+23 |
| | | | | - Split CommandLine off Configuration | ||||
* | Add builtins::version, ::build and ::help | Aqua-sama | 2018-12-05 | 1 | -30/+4 |
| | |||||
* | pick-session: pass session data to existing instance if any | Aqua-sama | 2018-11-30 | 1 | -5/+9 |
| | |||||
* | 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 | 1 | -4/+6 |
| | |||||
* | Add Session::view and Session::restoreView | Aqua-sama | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | Add About and Run actions to plugin submenu | Aqua-sama | 2018-11-23 | 1 | -1/+2 |
| | | | | - Remove plugin list from About dialog | ||||
* | Add library check for Plasma and Breakpad configuration toggles | Aqua-sama | 2018-11-22 | 1 | -10/+19 |
| | |||||
* | Use vcs_tag to get version information | Aqua-sama | 2018-10-24 | 1 | -2/+4 |
| | |||||
* | Fix breakpad integration | Aqua-sama | 2018-10-23 | 1 | -1/+8 |
| | |||||
* | Remove lib/ as includepath | Aqua-sama | 2018-10-23 | 1 | -1/+1 |
| | |||||
* | Update CMakeLists option names | Aqua-sama | 2018-10-14 | 1 | -5/+5 |
| | |||||
* | Unlink plugins from lib/ libraries | Aqua-sama | 2018-10-09 | 1 | -18/+19 |
| | |||||
* | 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 | ||||
* | clazy: fix warnings | Aqua-sama | 2018-10-04 | 1 | -1/+1 |
| | |||||
* | Add Util namespace | Aqua-sama | 2018-10-02 | 1 | -1/+5 |
| | | | | - Util::files lists files in specified .path | ||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | Turn Session class into namespace | Aqua-sama | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | breakpad: try to write session on crash | Aqua-sama | 2018-09-28 | 1 | -5/+24 |
| | |||||
* | Add breakpad submodule | Aqua-sama | 2018-09-26 | 1 | -12/+31 |
| | |||||
* | Replace ProfileManager::profileList() with ProfileManager::idList() | Aqua-sama | 2018-09-08 | 1 | -0/+1 |
| | |||||
* | MainWindow: fix load session action | Aqua-sama | 2018-08-24 | 1 | -21/+19 |
| | |||||
* | Add --no-remote option | Aqua-sama | 2018-07-02 | 1 | -15/+13 |
| | |||||
* | Enable console output on Win32 | Aqua-sama | 2018-07-02 | 1 | -0/+12 |
| | |||||
* | Replace SingleApplication with itay-grudev/SingleApplication | Aqua-sama | 2018-07-02 | 1 | -15/+23 |
| | |||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 1 | -29/+16 |
| | | | | | | 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/+20 |
| | |||||
* | Add browser.session | Aqua-sama | 2018-06-29 | 1 | -1/+11 |
| | |||||
* | Add --session parameter to load a session json | Aqua-sama | 2018-06-28 | 1 | -1/+9 |
| | | | | Add Session menu to main window | ||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 1 | -1/+2 |
| | |||||
* | Sort commands alphabetically | Aqua-sama | 2018-06-23 | 1 | -2/+6 |
| |