summaryrefslogtreecommitdiffstats
path: root/usersdialog.cpp
AgeCommit message (Collapse)Author
2016-09-27Lookup validity field to check if keys are validPaulo Matias
Currently, the code checks the Ownertrust field [1] to look if a key should be considered as valid. However, the Ownertrust field should not be deemed to represent the level of confidence that a key is valid. Rather, it represents how much the user trusts in the owner of the key to understand correctly how key signing works and to strictly check fingerprints before signing keys. Ownertrust is used as input by the trust models to compute the validity of keys, which is printed by GnuPG in the Validity field. This commit changes the code to check the Validity field instead of the Ownertrust field. Keys which are at least marginally valid are also included in the user list dialog, however keys which are not fully valid are printed with dark orange background. [1] http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob_plain;f=doc/DETAILS
2016-06-20Lots of source documentation, some minor cleanup and added a previously ↵Anne Jan Brouwer
non-translatable message.
2016-06-20Commenting on the UserDialogAnne Jan Brouwer
2016-05-30clang formatterAnne Jan Brouwer
2016-01-31Only use setClearButtonEnabled on QT >= 5.2Anne Jan Brouwer
2016-01-31Escape key and magic button in User search too, solves #142Anne Jan Brouwer
2015-11-24Even more linting and one more tiny optiAnne Jan Brouwer
2015-11-24clang-formatAnne Jan Brouwer
2015-11-23uncrustifyAnne Jan Brouwer
2015-08-04boldAnne Jan Brouwer
2015-08-03trying out some colour changesAnne Jan Brouwer
2015-08-03Dark-red with white it is: fixes https://github.com/IJHack/qtpass/issues/82Anne Jan Brouwer
2015-07-30show created and exiry date in users view, also filter out expired keys, ↵Anne Jan Brouwer
fixes https://github.com/IJHack/qtpass/issues/70
2015-07-29user fileteringAnne Jan Brouwer
2015-07-09Revert "Enable C++11 and use it to simplify loops."Anne Jan Brouwer
This reverts commit 4c8b9cf0ada9f93299e898e325b2069304089ac8.
2015-07-08save size and stuffAnne Jan Brouwer
2015-06-11fixes after static analysisAnne Jan Brouwer
2015-05-12Merge pull request #46 from rdoeffinger/c++11Anne Jan Brouwer
Enable C++11 and use it to simplify loops.
2015-05-09Provide more information in user list.Reimar Döffinger
Mark keys that are not valid and keys that have a secret key available specially. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2015-05-09Enable C++11 and use it to simplify loops.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2015-05-03ensure case-insensitive on user filterAnne Jan Brouwer
2015-05-03fuzzy filtering in user managementAnne Jan Brouwer
2015-04-11User edit dialog for modifying .gpg-id added.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>