keepassxc/tests/gui
Janek Bevendorff e443cde452 Add a new database settings wizard
This patch implements a new database wizard to guide users through the process
of setting up a new database and choosing sane encryption settings.

It also reimplements the master key settings to be more
user-friendly. Users can now add, change, or remove individual composite
key components instead of having to set all components at once. This
avoids confusion about a password being reset if the user only wants to
add a key file.

With these changes comes a major refactor of how database composite keys and key
components are handled. Copying of keys is prohibited and each key
exists only once in memory and is referenced via shared pointers. GUI
components for changing individual keys are encapsulated into separate
classes to be more reusable. The password edit and generator widgets
have also been refactored to be more reusable.
2018-09-25 21:12:47 +02:00
..
CMakeLists.txt Move useful QTest template specializations to global header file 2018-01-24 13:32:37 +01:00
TemporaryFile.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
TemporaryFile.h Formatting the code. 2018-03-31 16:01:30 -04:00
TestGui.cpp Add a new database settings wizard 2018-09-25 21:12:47 +02:00
TestGui.h Add a new database settings wizard 2018-09-25 21:12:47 +02: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