svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r980011 | tmcguire | 2009-06-11 00:04:34 +0200 (Thu, 11 Jun 2009) | 11 lines
Merged revisions 980009 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r980009 | tmcguire | 2009-06-11 00:00:40 +0200 (Thu, 11 Jun 2009) | 4 lines
Clear the body part mementos when destroying the reader.
Fixes kolab/issue3692 (or maybe I'm too tired to press ctrl+w fast enough to reproduce, who knows)
........
................
svn path=/trunk/KDE/kdepim/; revision=986479
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r973662 | winterz | 2009-05-27 17:22:35 +0200 (Wed, 27 May 2009) | 9 lines
Merged revisions 972569 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r972569 | mutz | 2009-05-25 06:11:34 -0400 (Mon, 25 May 2009) | 1 line
Async KMail Reader (5/5): factor Kleo::Jobs into BodyPartMemento-derived classes for async execution. There is still a synchronous mode, since OTP is not only used in KMReaderWin, and those users don't expect OTP to return without finishing it's job. The different BodyPartMemento subclasses share a lot of code, and could and should be refactored to derive from a common base class at some later point.
........
................
svn path=/trunk/KDE/kdepim/; revision=986442
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r972799 | winterz | 2009-05-25 19:52:05 +0200 (Mon, 25 May 2009) | 13 lines
Merged revisions 972564 via svnmerge from
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=/trunk/KDE/kdepim/; revision=986438
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r972793 | winterz | 2009-05-25 19:31:54 +0200 (Mon, 25 May 2009) | 9 lines
Merged revisions 972556 via svnmerge from
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=/trunk/KDE/kdepim/; revision=986433
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
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r981587 | tmcguire | 2009-06-13 19:16:33 +0200 (Sat, 13 Jun 2009) | 5 lines
Provide a "scroll to" menu entry when clicking on an attachment.
Hopefully enough to fix kolab/issue3375.
MERGE: e4, 4.4
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=981596
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r980009 | tmcguire | 2009-06-11 00:00:40 +0200 (Thu, 11 Jun 2009) | 4 lines
Clear the body part mementos when destroying the reader.
Fixes kolab/issue3692 (or maybe I'm too tired to press ctrl+w fast enough to reproduce, who knows)
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=980011
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