mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
596d2cf425
Replaces all string configuration options with enum types that can be checked by the compiler. This prevents spelling errors, in-place configuration definitions, and inconsistent default values. The default value config getter signature was removed in favour of consistently and centrally default-initialised configuration values. Individual default values were adjusted for better security, such as the default password length, which was increased from 16 characters to 32. The already existing config option deprecation map was extended by a general migration procedure using configuration versioning. Settings were split into Roaming and Local settings, which go to their respective AppData locations on Windows. Fixes #2574 Fixes #2193 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TestGui.cpp | ||
TestGui.h | ||
TestGuiBrowser.cpp | ||
TestGuiBrowser.h | ||
TestGuiPixmaps.cpp | ||
TestGuiPixmaps.h |