Summary: | Feature to show only trusted keys | ||
---|---|---|---|
Product: | [Applications] kgpg | Reporter: | Oliver Klee <dev+kde> |
Component: | general | Assignee: | Rolf Eike Beer <kde> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.2 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Oliver Klee
2005-04-30 14:05:44 UTC
SVN commit 808244 by dakon: Implement filter by key trust Until now there was an option to hide expired keys. This is the successor, allowing to set a level of trust and every key below this trust is hidden in the key manager. This includes support for hiding disabled and expired keys. If you set it to "Active" (which is the default) you get the old behaviour with expired and revoked keys hidden. Set it to Full to get only keys shown you really trust. BUG:104821 M +5 -7 keylistproxymodel.cpp M +10 -1 keylistproxymodel.h M +43 -9 keysmanager.cpp M +2 -2 keysmanager.h M +1 -0 keysmanager.rc M +10 -3 kgpg.kcfg WebSVN link: http://websvn.kde.org/?view=rev&revision=808244 |