-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Statistics panel in Database Settings dialog #3546
Statistics panel in Database Settings dialog #3546
Conversation
Great feature. Perhaps use a different widget than a table, though? I think it uses up too much space and I don't really like the stripes. I think two columns of simple labels side by side with the left column being right-aligned would be better. Tables for key-value pairs are always a little wacky anyway. |
I kinda like it, quick and easy |
The Linux build error reported by TeamCity is a failure in "make test", the error message is:
Works fine for me (also on Linux). Doesn't seem to have anything to do with my changes since I changed nothing about AutoType. Any ideas? |
We are working through issues on the Linux CI. |
Fixed. |
I added stats for number of short and weak passwords. Also cleaned up the code. |
Added new page "Statistics" to the Database Settings dialog that shows information like number of groups and entries, number of unique and re-used passwords, average password length, etc. Show warnings for problematic values with explainations for the user in tooltips. Fixes keepassxreboot#2034 Database statistics icon: Downloaded from: https://www.flaticon.com/authors/freepik Original source: https://www.flaticon.com/free-icon/bars-chart_265733
b84c0e8
to
dd13846
Compare
Type of change
Description and Context
Added new page "Statistics" to the Database Settings dialog that shows information like number of groups and entries, number of unique and re-used passwords, average password length, etc.
Fixes #2034.
Screenshots
Testing strategy
Tested manually using my own database and the test database in the share folder (test.kdbx).
Checklist:
-DWITH_ASAN=ON
. [REQUIRED]