Bug 104821

Summary: Feature to show only trusted keys
Product: [Applications] kgpg Reporter: Oliver Klee <dev+kde>
Component: generalAssignee: 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:

Description Oliver Klee 2005-04-30 14:05:44 UTC
Version:           1.2 (using KDE KDE 3.3.2)
Installed from:    Debian testing/unstable Packages

RFE: Add a feature to show only trusted keys. It would be nice if the "trust threshold" could be configurable.
Comment 1 Rolf Eike Beer 2008-05-16 08:37:17 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