| Summary: | Suppress Audit Log links when Audit Log is not available | ||
|---|---|---|---|
| Product: | [Applications] kleopatra | Reporter: | Marc Mutz <mutz> |
| Component: | general | Assignee: | Marc Mutz <mutz> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | charles.vasquez, emanuel, pim-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Marc Mutz
2009-03-06 16:58:07 UTC
ping. 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 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 |