Bug 186354

Summary: Suppress Audit Log links when Audit Log is not available
Product: [Applications] kleopatra Reporter: Marc Mutz <mutz>
Component: generalAssignee: Marc Mutz <mutz>
Status: RESOLVED FIXED    
Severity: normal CC: charles.vasquez, emanuel, kdepim-bugs
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Marc Mutz 2009-03-06 16:58:07 UTC
Version:           2.0.6 (using Devel)
Installed from:    Compiled sources

Continuation of https://www.intevation.de/roundup/kolab/issue2627
Comment 1 Emanuel Schütze 2009-10-07 14:37:43 UTC
ping.
Comment 2 Marc Mutz 2010-02-23 10:51:05 UTC
SVN commit 1094814 by mutz:

Add new class AuditLog

- wraps both the log html and the error code
- supports formatting of audit-log links

Part 1/2 of fix for kolab/issue2627 (gpg4win) / KDE bug 186354.
CCBUG: 186354.


 M  +1 -0      CMakeLists.txt  
 A             utils/auditlog.cpp   [License: GPL (v2+) (+Qt exception)]
 A             utils/auditlog.h   [License: GPL (v2+) (+Qt exception)]


WebSVN link: http://websvn.kde.org/?view=rev&revision=1094814
Comment 3 Marc Mutz 2010-02-23 11:26:17 UTC
SVN commit 1094826 by mutz:

Use new AuditLog class.

Part 2/2 of fix for kolab/issue2627 (gpg4win) / KDE bug 186354.
BUG: 186354.


 M  +23 -23    decryptverifytask.cpp  
 M  +15 -13    decryptverifytask.h  
 M  +6 -5      encryptemailtask.cpp  
 M  +12 -2     gui/resultitemwidget.cpp  
 M  +6 -5      signemailtask.cpp  
 M  +15 -14    signencryptfilestask.cpp  
 M  +2 -1      task.cpp  
 M  +5 -1      task.h  


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