that maps the mimetype to an icon name. The icon name was often not found, like for
image_jpeg, and that was slow.
According to the bug report, this improves message display from 20 to 3 seconds in some
cases.
Thanks to Martin for finding the reason for the speed problem.
BUG: 189961
BUG: 191666
svn path=/trunk/KDE/kdepim/; revision=984088
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
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r972556 | mutz | 2009-05-25 05:48:49 -0400 (Mon, 25 May 2009) | 1 line
Async KMail Reader (3/5): Allow storing of BodyPartMemento's in KMReader. This lets selected BodyPartMementos transcend the (temporary) partNode hierarchy in KMReader which is destroyed on every parseMsg()
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=972793
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/kdepim/enterprise4/kdepim
........
r968827 | tmcguire | 2009-05-16 18:46:44 +0200 (Sat, 16 May 2009) | 3 lines
Fun with sub-eventloops, part 35: Don't show a bogus drag object when commenting on
accepted invitations.
........
svn path=/trunk/KDE/kdepim/; revision=970630
Merged revisions 953962 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r953962 | winterz | 2009-04-14 22:46:18 +0200 (Tue, 14 Apr 2009) | 13 lines
Merged revisions 953868 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r953868 | mlaurent | 2009-04-14 12:28:42 -0400 (Tue, 14 Apr 2009) | 6 lines
Fix kolab issue 2130
Displayed header type in the mail display is wrong
when we changed header type and double click on mail
header type was not good because we didn't save config.
But we mustn't save config when it's an external dialog
........
................
svn path=/branches/KDE/4.2/kdepim/; revision=957740
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r953962 | winterz | 2009-04-14 22:46:18 +0200 (Tue, 14 Apr 2009) | 13 lines
Merged revisions 953868 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r953868 | mlaurent | 2009-04-14 12:28:42 -0400 (Tue, 14 Apr 2009) | 6 lines
Fix kolab issue 2130
Displayed header type in the mail display is wrong
when we changed header type and double click on mail
header type was not good because we didn't save config.
But we mustn't save config when it's an external dialog
........
................
svn path=/trunk/KDE/kdepim/; revision=957686
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r953868 | mlaurent | 2009-04-14 12:28:42 -0400 (Tue, 14 Apr 2009) | 6 lines
Fix kolab issue 2130
Displayed header type in the mail display is wrong
when we changed header type and double click on mail
header type was not good because we didn't save config.
But we mustn't save config when it's an external dialog
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=953962
Displayed header type in the mail display is wrong
when we changed header type and double click on mail
header type was not good because we didn't save config.
But we mustn't save config when it's an external dialog
svn path=/branches/kdepim/enterprise/kdepim/; revision=953868
Add icons for context menus and a sortable identity list.
Patch by klebezettel <klebezettel at gmx dot net>, thanks!
http://reviewboard.kde.org/r/253/
svn path=/branches/KDE/4.2/kdepim/; revision=938206
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r928212 | tmcguire | 2009-02-19 08:54:57 +0100 (Thu, 19 Feb 2009) | 6 lines
Backport r927283 by tmcguire from trunk to the 4.2 branch:
Be sure to get rid of the nbsp char, both in the composer (when pasting something
from KHTML) and in the reader (when copying something, for example inline patches)
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=928312
Be sure to get rid of the nbsp char, both in the composer (when pasting something
from KHTML) and in the reader (when copying something, for example inline patches)
svn path=/branches/KDE/4.2/kdepim/; revision=928212
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r925421 | tmcguire | 2009-02-13 10:40:39 +0100 (Fri, 13 Feb 2009) | 4 lines
Backport r922960 by tmcguire from trunk to the 4.2 branch:
Also hide the msg.asc attachment for encrypted mail.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=925445
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
header.
This happened to me with a mail from my university, they seem to use some crappy
Exchange implementation.
svn path=/trunk/KDE/kdepim/; revision=922051
This makes the status tips actually appear in the status bar.
However, this doesn't work in KMail standalone (or in KOrganizer standalone),
anybody got an idea why?
You'll need an up-to-date kdelibs for this.
svn path=/trunk/KDE/kdepim/; revision=919756
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r880534 | woebbe | 2008-11-05 20:38:00 +0100 (Wed, 05 Nov 2008) | 1 line
call KMimeType::mimeType() with ResolveAliases so that e.g. application/x-zip (used by KDE3) works
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=884009