Move the icon load (constant) outside of while.
This reduces the time to show the mail for me from 15s to 9s.
svn path=/trunk/KDE/kdepim/; revision=980160
message with only an image". Although I cannot reproduce the crash here.
Brian, this will be in the KDE 4.3 rc1 due out in a couple weeks
please test as soon as possible.
CCBUG: 193395
svn path=/trunk/KDE/kdepim/; revision=980044
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r972564 | mutz | 2009-05-25 05:58:57 -0400 (Mon, 25 May 2009) | 6 lines
Async KMail Reader (4/5): Extend partNode::setBodyPartMemento in two ways:
1. Allow more than one memento per node, by designating them with a string id
2. If backed by a KMReader, store the mementos there instead of in the
partNode. Ideally, this would not be necessary, but it was deemed too risky
to change KMReaderWin to avoid destroying the partNode hierarchy.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=972799
1. Allow more than one memento per node, by designating them with a string id
2. If backed by a KMReader, store the mementos there instead of in the
partNode. Ideally, this would not be necessary, but it was deemed too risky
to change KMReaderWin to avoid destroying the partNode hierarchy.
svn path=/branches/kdepim/enterprise/kdepim/; revision=972564
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r940769 | tmcguire | 2009-03-18 10:26:57 +0100 (Wed, 18 Mar 2009) | 8 lines
Backport r940115 by tmcguire from trunk to the 4.2 branch:
Make sure HTMl messages can not overwrite the header.
CCBUG: 96557
CCBUG: 96020
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=940863
Merged revisions 934942 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r934942 | tmcguire | 2009-03-04 10:27:01 +0100 (Wed, 04 Mar 2009) | 12 lines
Merged revisions 931708 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r931708 | winterz | 2009-02-25 18:39:48 +0100 (Wed, 25 Feb 2009) | 5 lines
in makeShowAuditLogLink, return empty QString if the auditLog is empty.
fixes kolab/issue3436
Should be merged into all branches.
........
................
svn path=/branches/KDE/4.2/kdepim/; revision=938246
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r937852 | mutz | 2009-03-10 16:42:07 +0100 (Tue, 10 Mar 2009) | 9 lines
Merged revisions 935926 via svnmerge from
svn+ssh://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r935926 | mutz | 2009-03-06 15:30:02 +0100 (Fri, 06 Mar 2009) | 1 line
Dump the gpgme result objects to kdDebug(). This should enable much better bug reports since no debugger is necessary anymore.
........
................
svn path=/trunk/KDE/kdepim/; revision=938177
svn+ssh://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r935926 | mutz | 2009-03-06 15:30:02 +0100 (Fri, 06 Mar 2009) | 1 line
Dump the gpgme result objects to kdDebug(). This should enable much better bug reports since no debugger is necessary anymore.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=937852
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r931708 | winterz | 2009-02-25 18:39:48 +0100 (Wed, 25 Feb 2009) | 5 lines
in makeShowAuditLogLink, return empty QString if the auditLog is empty.
fixes kolab/issue3436
Should be merged into all branches.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=934942
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r931333 | tmcguire | 2009-02-25 09:26:40 +0100 (Wed, 25 Feb 2009) | 17 lines
Backport r929169 by tilladam from trunk to the 4.2 branch:
Revert 928247 which forward ported a fix from enterprise35 via
enterprise4 which I believe is wrong in all branches, but doesn't crash
in e35, probably. Kleo jobs auto-delete, and thus do not need to be
deleted again from KMail. The commit to e35 put the jobs in to auto_ptrs
in KMail, which in e35 probably delete the jobs before the event loop is
next reached (and thus before the job's deleteLater()) resulting in no
crash. In e4 and trunk, because of the newly added event loop wrapping
KleoJobExectuor, the deleteLater happens before the auto_ptr dtor
resulting in a crash in that.
Marc, am I missing something or does this need to be reverted in e35 and
e4 as well?
CCMAIL: mutz@kde.org
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=931609
Revert 928247 which forward ported a fix from enterprise35 via
enterprise4 which I believe is wrong in all branches, but doesn't crash
in e35, probably. Kleo jobs auto-delete, and thus do not need to be
deleted again from KMail. The commit to e35 put the jobs in to auto_ptrs
in KMail, which in e35 probably delete the jobs before the event loop is
next reached (and thus before the job's deleteLater()) resulting in no
crash. In e4 and trunk, because of the newly added event loop wrapping
KleoJobExectuor, the deleteLater happens before the auto_ptr dtor
resulting in a crash in that.
Marc, am I missing something or does this need to be reverted in e35 and
e4 as well?
CCMAIL: mutz@kde.org
svn path=/branches/KDE/4.2/kdepim/; revision=931333
enterprise4 which I believe is wrong in all branches, but doesn't crash
in e35, probably. Kleo jobs auto-delete, and thus do not need to be
deleted again from KMail. The commit to e35 put the jobs in to auto_ptrs
in KMail, which in e35 probably delete the jobs before the event loop is
next reached (and thus before the job's deleteLater()) resulting in no
crash. In e4 and trunk, because of the newly added event loop wrapping
KleoJobExectuor, the deleteLater happens before the auto_ptr dtor
resulting in a crash in that.
Marc, am I missing something or does this need to be reverted in e35 and
e4 as well?
CCMAIL: mutz@kde.org
svn path=/trunk/KDE/kdepim/; revision=929169
Merged revisions 925261 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r925261 | tmcguire | 2009-02-12 22:18:12 +0100 (Thu, 12 Feb 2009) | 5 lines
Disable the "Details" link for S/MIME signatures, as Kleopatra
doesn't have a -query option anymore.
CCMAIL: marc@kdab.net
........
svn path=/branches/KDE/4.2/kdepim/; revision=928270
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r925418 | tmcguire | 2009-02-13 10:38:01 +0100 (Fri, 13 Feb 2009) | 9 lines
Backport r922051 by tmcguire from trunk to the 4.2 branch:
Fix display of S/MIME signatures that don't specify the protocol in the multipart/signed
header.
This happened to me with a mail from my university, they seem to use some crappy
Exchange implementation.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=925443
Fix display of S/MIME signatures that don't specify the protocol in the multipart/signed
header.
This happened to me with a mail from my university, they seem to use some crappy
Exchange implementation.
svn path=/branches/KDE/4.2/kdepim/; revision=925418