Bug 104821 - Feature to show only trusted keys
Summary: Feature to show only trusted keys
Status: RESOLVED FIXED
Alias: None
Product: kgpg
Classification: Applications
Component: general (show other bugs)
Version: 1.2
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Rolf Eike Beer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-30 14:05 UTC by Oliver Klee
Modified: 2008-05-16 08:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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