keepassxc/src/autotype
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
..
mac Add OSUtils for platform-specific functionality. 2020-03-05 09:24:11 +01:00
test Fix global Auto-Type when database locked 2019-05-12 12:37:50 -04:00
windows Reformat CMakeLists.txt files 2018-10-19 22:16:44 +02:00
xcb Fixes for minor issues found by static analysis 2020-02-02 08:46:58 -05:00
AutoType.cpp Refactor Config. 2020-05-02 22:30:27 +02:00
AutoType.h Fix global Auto-Type when database locked 2019-05-12 12:37:50 -04:00
AutoTypeAction.cpp Pin AutoTypeAction's vtable to a translation unit 2018-10-31 14:19:01 +01:00
AutoTypeAction.h Pin AutoTypeAction's vtable to a translation unit 2018-10-31 14:19:01 +01:00
AutoTypeFilterLineEdit.cpp Code formatting 2019-05-19 18:21:34 -04:00
AutoTypeFilterLineEdit.h Code formatting 2019-05-19 18:21:34 -04:00
AutoTypePlatformPlugin.h Hide window when performing entry auto-type on macOS 2019-04-10 20:31:24 -04:00
AutoTypeSelectDialog.cpp Refactor Config. 2020-05-02 22:30:27 +02:00
AutoTypeSelectDialog.h Add free text filter to Auto-Type dialog (#2955) 2019-04-15 14:19:58 -04:00
AutoTypeSelectView.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
AutoTypeSelectView.h add support for multiple autotype sequence, fix #559 2018-02-04 23:13:15 +01:00
CMakeLists.txt Add Haiku support 2019-03-24 09:32:45 -04:00
ShortcutWidget.cpp Improve readability and type-safety 2018-10-31 15:16:04 +01:00
ShortcutWidget.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
WildcardMatcher.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
WildcardMatcher.h Restore correct formatting 2018-11-28 18:29:15 -05:00
WindowSelectComboBox.cpp Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
WindowSelectComboBox.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00