svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r970516 | tmcguire | 2009-05-20 13:43:58 +0200 (Wed, 20 May 2009) | 9 lines
Backport r968212 by tmcguire from trunk to the 4.2 branch:
Use local 8 bit encoding when getting the email fields from command line
Patch by Miroslav Los <milamby at yahoo com>, thank you!
http://reviewboard.kde.org/r/688/
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=970711
Merged revisions 965053 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r965053 | winterz | 2009-05-07 22:59:50 +0200 (Thu, 07 May 2009) | 14 lines
Merged revisions 960932 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r960932 | mlaurent | 2009-04-29 06:04:31 -0400 (Wed, 29 Apr 2009) | 7 lines
Fix kolab issue 3268 (kmail reply prefixes changes require restart of app to take effect)
Signal configCommitted is send before that we apply all config.
so necessary to create an other signal send at the end.
and necessary to write config before to send it and not before to apply all.
Need to backport to e4/trunk/kde4.2 I think but need to make some test
........
................
svn path=/branches/KDE/4.2/kdepim/; revision=967489
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r965053 | winterz | 2009-05-07 22:59:50 +0200 (Thu, 07 May 2009) | 14 lines
Merged revisions 960932 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r960932 | mlaurent | 2009-04-29 06:04:31 -0400 (Wed, 29 Apr 2009) | 7 lines
Fix kolab issue 3268 (kmail reply prefixes changes require restart of app to take effect)
Signal configCommitted is send before that we apply all config.
so necessary to create an other signal send at the end.
and necessary to write config before to send it and not before to apply all.
Need to backport to e4/trunk/kde4.2 I think but need to make some test
........
................
svn path=/trunk/KDE/kdepim/; revision=967425
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r960932 | mlaurent | 2009-04-29 06:04:31 -0400 (Wed, 29 Apr 2009) | 7 lines
Fix kolab issue 3268 (kmail reply prefixes changes require restart of app to take effect)
Signal configCommitted is send before that we apply all config.
so necessary to create an other signal send at the end.
and necessary to write config before to send it and not before to apply all.
Need to backport to e4/trunk/kde4.2 I think but need to make some test
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=965053
Merged revisions 963782 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r963782 | winterz | 2009-05-05 15:12:14 +0200 (Tue, 05 May 2009) | 10 lines
Merged revisions 963483 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r963483 | mlaurent | 2009-05-04 16:03:14 -0400 (Mon, 04 May 2009) | 3 lines
Fix kolab issue 3605
System tray icon displayed, even when there is no unread mail. (when we close kmail)
........
................
svn path=/branches/KDE/4.2/kdepim/; revision=964285
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r963483 | mlaurent | 2009-05-04 16:03:14 -0400 (Mon, 04 May 2009) | 3 lines
Fix kolab issue 3605
System tray icon displayed, even when there is no unread mail. (when we close kmail)
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=963782
Signal configCommitted is send before that we apply all config.
so necessary to create an other signal send at the end.
and necessary to write config before to send it and not before to apply all.
Need to backport to e4/trunk/kde4.2 I think but need to make some test
svn path=/branches/kdepim/enterprise/kdepim/; revision=960932
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r953504 | tmcguire | 2009-04-14 10:04:39 +0200 (Tue, 14 Apr 2009) | 4 lines
Backport r951221 by tmcguire from trunk to the 4.2 branch:
This is needed as well for the docked state restoring.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=953749
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r914005 | tmcguire | 2009-01-20 13:11:59 +0100 (Tue, 20 Jan 2009) | 15 lines
Backport r913992 by tmcguire from trunk to the 4.1 branch:
Fix the bug that causes KMail to loose receiving accounts when
KMail is exiting and wants to open the wallet, but is killed during
that time (happens during logout).
Now, the account config groups are saved after writing out the existing
accounts, so this can't happen anymore.
I also removed the feature to disable accounts, it was only a
hidden feature and caused trouble with this.
CCBUG: 169166
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=914266
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r907747 | tmcguire | 2009-01-08 18:42:44 +0100 (Thu, 08 Jan 2009) | 8 lines
Backport r907739 by tmcguire from trunk to the 4.2 branch:
Fix invitation sending:
- When auto-sending invitations, disable wordwrapping completely, since QTextEdit fails at this
when it was never layed out.
- When sending invitations, disable HTML mode, so that the mail gets the correct content-type.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=914249
Fix the bug that causes KMail to loose receiving accounts when
KMail is exiting and wants to open the wallet, but is killed during
that time (happens during logout).
Now, the account config groups are saved after writing out the existing
accounts, so this can't happen anymore.
I also removed the feature to disable accounts, it was only a
hidden feature and caused trouble with this.
CCBUG: 169166
CCMAIL: winter@kde.org
svn path=/branches/KDE/4.2/kdepim/; revision=913998
KMail is exiting and wants to open the wallet, but is killed during
that time (happens during logout).
Now, the account config groups are saved after writing out the existing
accounts, so this can't happen anymore.
I also removed the feature to disable accounts, it was only a
hidden feature and caused trouble with this.
BUG: 169166
svn path=/trunk/KDE/kdepim/; revision=913992
Disable the starting of Akonadi again, it didn't really fix the duplicate POP3
bug properly, since the brided resource also uses event loops when fetching the
collection initally.
svn path=/branches/KDE/4.2/kdepim/; revision=913669
Fix invitation sending:
- When auto-sending invitations, disable wordwrapping completely, since QTextEdit fails at this
when it was never layed out.
- When sending invitations, disable HTML mode, so that the mail gets the correct content-type.
svn path=/branches/KDE/4.2/kdepim/; revision=907747
- When auto-sending invitations, disable wordwrapping completely, since QTextEdit fails at this
when it was never layed out.
- When sending invitations, disable HTML mode, so that the mail gets the correct content-type.
svn path=/trunk/KDE/kdepim/; revision=907739
This prevents Akonadi from starting up at inconvenient moments, for example during POP3 mailcheck filtering
with the filter criteria "is in addressbook", where the Akonadi::Control::start() subeventloop would
wreak havoc with the POP3 state logic, causing duplicate mails in some conditions.
svn path=/trunk/KDE/kdepim/; revision=898670
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r890891 | tmcguire | 2008-11-30 17:03:36 +0100 (Sun, 30 Nov 2008) | 5 lines
Backport r888157 by mleupold from trunk to the 4.1 branch:
Remove an assertion that might actually crash KMail (eg. by issuing a DBus setFolder call). Passing 0 to setCurrentFolder is perfectly valid.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=890946
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r890871 | tmcguire | 2008-11-30 16:14:44 +0100 (Sun, 30 Nov 2008) | 9 lines
Backport r884374 by otrichet from trunk to the 4.1 branch:
Ensure the singleton Kpgp::Module::kpgpObject is correctly instanciated
- Remove an unecessary call to Module() in kmail (used to initialize the singleton)
- Adapt knode
CCBUG: 174707
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=890942
Remove an assertion that might actually crash KMail (eg. by issuing a DBus setFolder call). Passing 0 to setCurrentFolder is perfectly valid.
svn path=/branches/KDE/4.1/kdepim/; revision=890891
Ensure the singleton Kpgp::Module::kpgpObject is correctly instanciated
- Remove an unecessary call to Module() in kmail (used to initialize the singleton)
- Adapt knode
CCBUG: 174707
svn path=/branches/KDE/4.1/kdepim/; revision=890871
- Remove an unecessary call to Module() in kmail (used to initialize the singleton)
- Adapt knode
CCBUG: 174707
svn path=/trunk/KDE/kdepim/knode/; revision=884374
This brings a reworked folder tree and and a new message list, which is much more powerful than the old one.
New features include grouping, multiline items and the ability to customize just about everything of the look of the message list.
Also, we have a tabbed interface for opening more than one folder at once now.
An important aspect of the new message list is that drawing speed is now fast again (there was a regression in Q3ListView that
made huge folders a real pain to navigate, reading commit folders was not a nice thing to do).
There are probably more things which I forgot to list here.
Also, this is big step forward in getting rid of Qt3Support in KMail, now just some tiny bits are left.
Many thanks to SoC student Szymon Stefanek for his awesome work on his project! I can't stress enough how great this
achivment is. He even added very good API documentation to his classes :)
This requires the lastest version of qt-copy, otherwise you'll get mysterious crashes in Qt painting code from time to time.
We hope that this patch will be added to the next Qt 4.4.x version.
And finally, this merge also brings many regressions, which is not unnatural for such a big change.
In the remaining time before the KDE 4.2 release, we'll have to work on those to get it polished and regression-free.
Help here is always needed, and is a good opportunity to start working on KMail, since many regressions are low hanging fruit.
It also means the message list and the folder tree need a bit of testing.
If you find bugs, report them under the "new message list" and "new folder tree" component of the bug tracker, thanks.
I also plan to setup a wiki page with known regressions.
CCMAIL: kde-pim@kde.org
GUI:
CCBUG: 117808
BUG: 163469
FEATURE: 18170
FEATURE: 32400
FEATURE: 42107
FEATURE: 45526
FEATURE: 81272
FEATURE: 90142
FEATURE: 107450
(and probably many others)
svn path=/trunk/KDE/kdepim/; revision=881321
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r864002 | vkrause | 2008-09-23 19:51:21 +0200 (Tue, 23 Sep 2008) | 13 lines
Merged revisions 861999 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r861999 | vkrause | 2008-09-17 20:42:27 +0200 (Wed, 17 Sep 2008) | 6 lines
Extend the openComposer() DCOP method by an identity parameter and use
that in KOrganizer to send invitations from the identity that was used
as organizer instead of the default identity.
Kolab issue 2830
........
................
svn path=/trunk/KDE/kdepim/; revision=866421
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r861999 | vkrause | 2008-09-17 20:42:27 +0200 (Wed, 17 Sep 2008) | 6 lines
Extend the openComposer() DCOP method by an identity parameter and use
that in KOrganizer to send invitations from the identity that was used
as organizer instead of the default identity.
Kolab issue 2830
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=864002
that in KOrganizer to send invitations from the identity that was used
as organizer instead of the default identity.
Kolab issue 2830
svn path=/branches/kdepim/enterprise/kdepim/; revision=861999