Bug 173328 - trust field is sorted incorrectly
Summary: trust field is sorted incorrectly
Status: RESOLVED FIXED
Alias: None
Product: kgpg
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Rolf Eike Beer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-23 00:31 UTC by Alex Mauer
Modified: 2008-10-23 00:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Mauer 2008-10-23 00:31:08 UTC
Version:           2.0.0 (using KDE 4.1.2)
OS:                Linux
Installed from:    Ubuntu Packages

In kgpg, the trust (actually validity) field is sorted incorrectly.  "Ultimate" validity is first, then "revoked"/"expired", then "unknown", "marginal", and finally "full" validity.

The trust field should sort in order:
Ultimate
Full
Marginal
Unknown
Expired
Revoked
Comment 1 Rolf Eike Beer 2008-10-23 00:33:43 UTC
Which dialog is this in?
Comment 2 Alex Mauer 2008-10-23 00:41:54 UTC
In the main window.  I guess the "Key manager"?
Comment 3 Rolf Eike Beer 2008-10-23 00:44:52 UTC
Ah, I see. Sorting by key trust. Weird.
Comment 4 Rolf Eike Beer 2008-10-23 00:54:33 UTC
SVN commit 874983 by dakon:

Fix sorting by trust showing the secret pairs at the wrong end of the list

BUG:173328


 M  +3 -2      keylistproxymodel.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=874983
Comment 5 Rolf Eike Beer 2008-10-23 00:56:37 UTC
SVN commit 874984 by dakon:

Fix sorting by trust showing the secret pairs at the wrong end of the list

backport of r874983

CCBUG:173328


 M  +4 -3      keylistproxymodel.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=874984