svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r945861 | mleupold | 2009-03-28 14:11:39 +0100 (Sat, 28 Mar 2009) | 6 lines
Backport of r945063.
Automatically remove empty lines in the recipients-editor. On removing only move to the next line if the removed line has the focus.
CCBUG: 177543
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=953737
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r951790 | mlaurent | 2009-04-10 05:14:45 -0400 (Fri, 10 Apr 2009) | 4 lines
Fix reenable drag when after have an error because we can't move/copy
folder.
Otherwise we can not dn'd after that => not good
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=951892
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r951803 | tmcguire | 2009-04-10 11:40:58 +0200 (Fri, 10 Apr 2009) | 6 lines
Backport r950884 by tmcguire from trunk to the 4.2 branch:
Don't crash when trying to activate groupware folders, the account was 0 for me.
kolab/issue2979
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=951807
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r948569 | mlaurent | 2009-04-03 04:09:46 -0400 (Fri, 03 Apr 2009) | 4 lines
Don't allow to change folder type when it's system folder in a groupware too
it's more logical.
fix issue 3480
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=948667
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r948099 | mlaurent | 2009-04-02 05:01:06 -0400 (Thu, 02 Apr 2009) | 5 lines
Backport:
Move check if transport is empty here
so we can make messagebox modal to kmcomposerwin
=> we can't close it before messagebox so it will not crash
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=948330
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r945300 | tmcguire | 2009-03-27 09:39:08 +0100 (Fri, 27 Mar 2009) | 9 lines
Backport r945039 by mlaurent from trunk to the 4.2 branch:
Fix kolab issue 3508
We paste text where cursor was.
But in kmeditor (don't know why) cursor position is not updated.
=> use KMeditor::dropEvent which paste in the correct place.
Need to backport to e4
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=945304
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r942022 | tnyblom | 2009-03-20 22:08:24 +0100 (Fri, 20 Mar 2009) | 4 lines
BUG: 186401
Make the InfoLabel be able to be bigger then the parent widget.
........
r943337 | tnyblom | 2009-03-23 18:31:08 +0100 (Mon, 23 Mar 2009) | 1 line
Backport r942819 (tmcguire) Use a popup instead, so it doesn't appear in the taskbar
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=944479
Tested and seems to still work.
--
Merged revisions 940772,940775,940777,940816 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r940772 | tmcguire | 2009-03-18 10:32:23 +0100 (Wed, 18 Mar 2009) | 20 lines
Backport r940441 by tmcguire from trunk to the 4.2 branch:
Don't produce garbage when forwarding a mail with a filter.
For this, I had to remove the code duplication in KMFilterActionForward::process()
and use KMMessage::createForward() instead.
This uncovered a bug in createForward (content type boundary was not saved) and a
small bug in the template parser.
Also, I added a KMMessage::dump() function to help with debugging mimelib
related troubles.
Not perfect yet, the way the template parser copies the message needs to be
improved, right now, when forwarding a signed message, the signed text gets
replaced with the template text, resulting in an invalid signature ...
CCBUG: 174942
........
r940775 | tmcguire | 2009-03-18 10:34:02 +0100 (Wed, 18 Mar 2009) | 11 lines
Backport r940516 by tmcguire from trunk to the 4.2 branch:
When replacing the text of a message after processing the template, don't try
to just replace the first text/plain part, this will cause trouble with signatures
and possibly many other situations.
Instead, delete the content of the old message, and set the processed
template text as the first body part.
If the old message had attachments, re-add them to the new message.
........
r940777 | tmcguire | 2009-03-18 10:36:48 +0100 (Wed, 18 Mar 2009) | 9 lines
Backport r940547 by tmcguire from trunk to the 4.2 branch:
Make valgrind happy.
This didn't find the cause of the problem I was searching for, though
(inline forwarding runs out of memory because allocating insanley huge
amounts of memory)
........
r940816 | tmcguire | 2009-03-18 11:52:19 +0100 (Wed, 18 Mar 2009) | 8 lines
Backport r940565 by tmcguire from trunk to the 4.2 branch:
Don't run out of memory when forwarding a mail with more than one
attachment.
The mimelib behavior here is very irritating...
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=940873
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
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r939778 | darioandres | 2009-03-15 18:43:22 +0100 (Sun, 15 Mar 2009) | 8 lines
Backport to 4.2branch of:
SVN commit 939775 by darioandres:
Move the "Automatic Collapse Level" spinbox+label a row down (intended to show
that it's a child option) on the "Appearance"/"Message Window" tab
CCBUG: 183740
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=940856
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r938206 | tmcguire | 2009-03-11 15:17:51 +0100 (Wed, 11 Mar 2009) | 8 lines
Backport r936954 by tmcguire from trunk to the 4.2 branch:
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/kdepim/enterprise4/kdepim/; revision=938316
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r938202 | tmcguire | 2009-03-11 15:15:49 +0100 (Wed, 11 Mar 2009) | 10 lines
Backport r935825 by marten from trunk to the 4.2 branch:
Use KMimeType::extractKnownExtension() when linking an attachment file
to open, so that it will use the intended file association.
For example, open a .tar.gz attachment as a .tar.gz file, not as a .gz
CCBUG:184459
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=938309
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/KDE/4.2/kdepim
........
r935085 | tmcguire | 2009-03-04 15:21:25 +0100 (Wed, 04 Mar 2009) | 17 lines
Backport r934167 by tmcguire from trunk to the 4.2 branch:
Only update the status of changed messages when syncing cached imap folders,
to speed up folder syncing by a large amount for people with many messages
in their folders.
Thanks to Bonne Eggleston and Jim Hague for the patches!
I slightly modified the patch for config compatibility.
Bonne, please close the review request as submitted.
http://reviewboard.kde.org/r/199/
CCMAIL: bonne@ixum.net
CCBUG: 151916
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=935913
Introduce the CMake variable ENTERPRISE_BUILD.
Now, a config-enterprise.h is created, which you can
#include to have enterprise-specifc behavior.
This is used in KMail for the "too many recipients"
warning and the default forward type combobox, which
I don't really want in trunk. The GUI option is disabled
here.
The default too-many-recipients warning is disabled by default for
non-enterprise builds, with some cmake magic.
svn path=/branches/kdepim/enterprise4/kdepim/; revision=935217
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/kdepim/enterprise/kdepim
........
r931706 | winterz | 2009-02-25 18:37:46 +0100 (Wed, 25 Feb 2009) | 3 lines
believe it or not, there's a character in the KDAB copyright line that
kills xemacs 21.4. So I replaced that char with 'ä' and now xemacs is happy.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=934940