Bug 186354 - Suppress Audit Log links when Audit Log is not available
Summary: Suppress Audit Log links when Audit Log is not available
Status: RESOLVED FIXED
Alias: None
Product: kleopatra
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: Marc Mutz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-06 16:58 UTC by Marc Mutz
Modified: 2018-01-02 19:17 UTC (History)
3 users (show)

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 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