aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Drop python-kcofiglib build time dependencyHEADmasteraqua2024-05-011-3/+2
|
* Readded command line optionsaqua2024-04-271-18/+58
|
* Added cmakelistsaqua2024-04-261-106/+11
|
* Ported to qt6aqua2024-04-231-0/+2
|
* Turn on more warnings by defaultAqua-sama2020-05-281-4/+2
| | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal
* Update ProfileEditor pluginAqua-sama2020-05-261-7/+7
| | | | | | | | ProfileEditor: - add tests - disable read-only settings on otr profiles Add WebProfile::setHeaders and WebProfile::setCookies
* CleanupAqua-sama2020-04-291-1/+0
| | | | | | | - Don't run configuration fuzzer as test - Remove plugins/ConfigurationEditor - Move exported interfaces to include/smolbote - Install plugin interfaces
* Rewrite Session backendAqua-sama2020-04-131-22/+20
| | | | | | | | | | | | | | | | | | Add session.hpp, containing structs that describe session data MainWindow, SubWindow and WebView can be created from Session::structs Opening new window will automatically open a default subwindow and tab if none were specified Add lib/session_formats Add JsonSession, to serialize/deserialize Session structs into JSON - add some tests clang-tidy: - fix various warnings - disable modernize-use-trailing-return-type check
* Refactor Browser::addPlugin to ::loadPluginsAqua-sama2020-01-271-35/+12
|
* pluginloader: add test for PluginLoader::verifyAqua-sama2020-01-271-1/+7
|
* Add bookmarks subcommandAqua-sama2020-01-171-2/+3
|
* Fix configuration not being read unless explicitly specifiedAqua-sama2020-01-041-29/+6
|
* PKGBUILD: add install stage for debug symbolsAqua-sama2020-01-031-19/+13
| | | | - make toggling breakpad work properly
* Merge some QoL improvements from staging branchAqua-sama2020-01-031-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 subcommandAqua-sama2019-11-091-23/+38
| | | | --dump: Write current configuration to stdout and exit
* Fix manpages not disabled when disabled by mesonAqua-sama2019-11-051-6/+5
|
* Fix gcc compile errors and warningsAqua-sama2019-11-031-2/+3
|
* Drop boost dependencyAqua-sama2019-11-031-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 lineAqua-sama2019-10-221-30/+90
| | | | - This adds 3rd-party/args/args.git subrepository
* Add plugin signature verification policiesAqua-sama2019-04-191-2/+1
|
* Add PluginLoader classAqua-sama2019-03-111-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 loggingAqua-sama2019-02-061-15/+8
|
* Add tools/report-clang-tidy.shAqua-sama2019-01-181-1/+1
| | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles
* Add browser.iconThemeAqua-sama2018-12-161-0/+4
|
* Add translations meson option to build and install translationsAqua-sama2018-12-131-18/+13
|
* Fix options not getting overwritten by command lineAqua-sama2018-12-081-7/+1
|
* Split crash handler code off mainAqua-sama2018-12-081-37/+3
|
* Configuration: parse command line after parsing config fileAqua-sama2018-12-071-30/+23
| | | | - Split CommandLine off Configuration
* Add builtins::version, ::build and ::helpAqua-sama2018-12-051-30/+4
|
* pick-session: pass session data to existing instance if anyAqua-sama2018-11-301-5/+9
|
* Add --session and --pick-sessionAqua-sama2018-11-291-5/+10
| | | | | | -s,--session replaces --browser.session --pick-session shows the SessionDialog instead of creating a session on startup
* Remove old session codeAqua-sama2018-11-281-4/+6
|
* Add Session::view and Session::restoreViewAqua-sama2018-11-261-1/+1
|
* Add About and Run actions to plugin submenuAqua-sama2018-11-231-1/+2
| | | | - Remove plugin list from About dialog
* Add library check for Plasma and Breakpad configuration togglesAqua-sama2018-11-221-10/+19
|
* Use vcs_tag to get version informationAqua-sama2018-10-241-2/+4
|
* Fix breakpad integrationAqua-sama2018-10-231-1/+8
|
* Remove lib/ as includepathAqua-sama2018-10-231-1/+1
|
* Update CMakeLists option namesAqua-sama2018-10-141-5/+5
|
* Unlink plugins from lib/ librariesAqua-sama2018-10-091-18/+19
|
* Disable Chromium crash handlerAqua-sama2018-10-081-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 warningsAqua-sama2018-10-041-1/+1
|
* Add Util namespaceAqua-sama2018-10-021-1/+5
| | | | - Util::files lists files in specified .path
* Update repository path in license headersAqua-sama2018-09-291-1/+1
|
* Turn Session class into namespaceAqua-sama2018-09-281-1/+1
|
* breakpad: try to write session on crashAqua-sama2018-09-281-5/+24
|
* Add breakpad submoduleAqua-sama2018-09-261-12/+31
|
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-081-0/+1
|
* MainWindow: fix load session actionAqua-sama2018-08-241-21/+19
|
* Add --no-remote optionAqua-sama2018-07-021-15/+13
|