keepassxc/tests/gui
Janek Bevendorff 596d2cf425 Refactor Config.
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
2020-05-02 22:30:27 +02:00
..
CMakeLists.txt Fix building without features 2019-10-29 23:03:39 -04:00
TestGui.cpp Refactor Config. 2020-05-02 22:30:27 +02:00
TestGui.h Remove inline password generator when editing entries 2020-03-09 18:03:20 -04:00
TestGuiBrowser.cpp Refactor Config. 2020-05-02 22:30:27 +02:00
TestGuiBrowser.h Add support for multiple URLs in an entry 2019-10-16 22:20:57 -04:00
TestGuiPixmaps.cpp Fixed issues with initial commit 2018-07-06 22:23:52 -04:00
TestGuiPixmaps.h Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords 2017-03-10 16:12:02 +01:00