keepassxc/src
Jonathan White 9886b1075f Cleanup config initialization, add local config options
* Fix #5313, allow specifying local config path using environment variable and command line flag
* Add command line flag `--localconfig <path>` to specify a file path to use for the local configuration settings.
* Add environment variable support to set config files paths: `KPXC_CONFIG` and `KPXC_CONFIG_LOCAL` to override default locations.
* Reorder startup sequence to load specified config files earlier to allow for theme settings and other early options to be picked up.
* Removed old command line option `--pw`, no longer used.

* Attempt a fix of application not closing when last window is gone. Only set `QApplication::setQuitOnLastWindowClosed(true)` when tray icon is enabled instead of always.
2020-09-26 09:26:10 -04:00
..
autotype Fix entry level Auto-Type window hiding 2020-08-01 09:01:12 -04:00
browser Fix Best-Matching ..again (#5316) 2020-09-13 10:38:19 -04:00
cli Fix heap-use-after-free & error-msg output in keepassxc-cli 2020-09-04 21:15:03 -04:00
core Cleanup config initialization, add local config options 2020-09-26 09:26:10 -04:00
crypto Various minor bug fixes / enhancements 2020-06-04 10:03:40 -04:00
fdosecrets Replace "Master Key" with "Database Credentials" 2020-07-02 17:39:45 -04:00
format Replace "Master Key" with "Database Credentials" 2020-07-02 17:39:45 -04:00
gui Cleanup config initialization, add local config options 2020-09-26 09:26:10 -04:00
keeshare Various minor bug fixes / enhancements 2020-06-04 10:03:40 -04:00
keys fix slot detection on yubikeys 2020-07-09 21:37:10 -04:00
proxy Fix send buffer size for app and proxy 2020-06-27 08:42:40 -04:00
qrcode Add QR code generator for TOTP export (#1167) 2018-10-19 14:42:49 -04:00
sshagent SSH Agent: Always forget all keys on lock 2020-07-18 09:24:40 -04:00
streams Code quality updates for 2.4.0 (#2709) 2019-02-18 08:26:56 -05:00
totp Fix minor TOTP issues 2020-07-18 09:59:02 -04:00
touchid Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
updatecheck Check for updates every 7 days while running 2020-06-04 10:03:40 -04:00
zxcvbn Correct zxcvbn build on windows & snap build 2018-02-21 21:59:42 -05:00
CMakeLists.txt Change to generate man page from AsciiDoc 2020-07-05 14:54:31 -04:00
config-keepassx.h.cmake Add Freedesktop.org Secret Storage Spec Server Side API (Fix #1403) 2019-05-12 12:35:42 -04:00
git-info.h.cmake Cleanup CMakeFiles prior to release 2019-01-30 15:03:03 -05:00
main.cpp Cleanup config initialization, add local config options 2020-09-26 09:26:10 -04:00