aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Drop python-kcofiglib build time dependencyHEADmasteraqua33 hours1-3/+2
* Readded command line optionsaqua5 days1-18/+58
* Added cmakelistsaqua6 days1-106/+11
* Ported to qt6aqua9 days1-0/+2
* Turn on more warnings by defaultAqua-sama2020-05-281-4/+2
* Update ProfileEditor pluginAqua-sama2020-05-261-7/+7
* CleanupAqua-sama2020-04-291-1/+0
* Rewrite Session backendAqua-sama2020-04-131-22/+20
* 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
* Merge some QoL improvements from staging branchAqua-sama2020-01-031-15/+2
* Add configuration subcommandAqua-sama2019-11-091-23/+38
* 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
* Use github.com/Taywee/args to parse command lineAqua-sama2019-10-221-30/+90
* Add plugin signature verification policiesAqua-sama2019-04-191-2/+1
* Add PluginLoader classAqua-sama2019-03-111-2/+4
* Use spdlog for loggingAqua-sama2019-02-061-15/+8
* Add tools/report-clang-tidy.shAqua-sama2019-01-181-1/+1
* 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
* 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
* 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
* 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
* clazy: fix warningsAqua-sama2018-10-041-1/+1
* Add Util namespaceAqua-sama2018-10-021-1/+5
* 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