This prevents storing decrypted messages that are within a signature,
since we don't actually replace the decrypted part there, as it would
invalidate the signature.
Now the decrypted message is shown instead of instantly discarded.
I'm looking forward to writing unit tests for this in trunk, that will make
testing all those corner cases so much easier :)
Part of kolab/issue3387
MERGE: trunk
svn path=/branches/kdepim/enterprise/kdepim/; revision=1172539
Happened only when manually clicking the "Decrypt Message" link, since that triggered an
URL command, which called setMsg(), which then called setMsg() again when replacing the
encrypted version, which was not expected.
MERGE: ?
Part of kolab/issue3867
svn path=/branches/kdepim/enterprise/kdepim/; revision=1171105
KHTML never got notified about the mouse release event of the drag,
and got confused. Now we simply send a fake mouse release event after
the drag is finished.
kolab/issue4335
MERGE: none (works with webkit in trunk)
svn path=/branches/kdepim/enterprise/kdepim/; revision=1158790
Remove all MDN-checking stuff from MessageFactory, as it didnt' belong. Now it no longer needs to modify anything, it can just create the new MDN that is requested.
Make a new MDNAdviceHelper singleton so we can fetch an updated Akonadi::Item before saving the attribute.
svn path=/branches/KDE/4.5/kdepim/; revision=1152339
This regression was caused by the hack to treat images in a special way,
to make the enterprise mail icon in the header non-draggable.
Now do it properly and pass both the image and the href url to the url
handlers.
kolab/issue4335
MERGE: trunk, 4.5
svn path=/branches/kdepim/enterprise/kdepim/; revision=1151211
shorten the squeezed text of attachment names/descriptions in the fancy headr
from 1000pixels to 640pixels. This causes a narrower print width, which
in turn causes khtml not to shrink the print font and other bad things.
kolab/issue3908
MERGE: trunk,4.5
PS: if the user prints with a larger font (14+ pts) then the squeezed text
needs to go even smaller.. and smaller.. and so on.
which is another reason we need word-wrap break-word support.
svn path=/branches/kdepim/enterprise/kdepim/; revision=1150331
Merged revisions 1141181,1141196-1141197,1141201,1141209,1141218,1141225,1141287,1141336-1141337,1141355-1141356,1141360,1141364,1141366,1141375-1141376,1141381,1141415,1141431,1141439,1141460,1141475,1141518,1141594-1141595,1141615 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r1141181 | mlaurent | 2010-06-22 11:05:41 +0200 (Tue, 22 Jun 2010) | 2 lines
Please keep in sync with kmmainwin.rc
................
r1141196 | tilladam | 2010-06-22 11:33:15 +0200 (Tue, 22 Jun 2010) | 5 lines
Don't treat all indexes in ETM as collections.
This led to FolderCollections being created for invalid indexes,
thousands of them, config groups for which were written out to kmail2rc,
leading to a 50MB kmail2rc in my case, and very slow startup.
................
r1141197 | tilladam | 2010-06-22 11:33:25 +0200 (Tue, 22 Jun 2010) | 4 lines
Fix reconneting via task manager.
As an artefact of the custom task scheduling, the startConnect method
needs to have a QVariant parameter, although it is unused.
................
r1141201 | mlaurent | 2010-06-22 11:39:54 +0200 (Tue, 22 Jun 2010) | 2 lines
const'ify
................
r1141209 | ervin | 2010-06-22 11:56:24 +0200 (Tue, 22 Jun 2010) | 7 lines
Fix reconneting via task manager (part 2).
Corollary of Till's commit, you need to specify the empty QVariant() as
a parameter to scheduleCustomTask() (otherwise the task is actually not
prepended).
................
r1141218 | mlaurent | 2010-06-22 12:13:12 +0200 (Tue, 22 Jun 2010) | 2 lines
Minor
................
r1141225 | mlaurent | 2010-06-22 12:36:03 +0200 (Tue, 22 Jun 2010) | 2 lines
Disable action when we create action otherwise kmail crashs
................
r1141287 | tmcguire | 2010-06-22 14:33:52 +0200 (Tue, 22 Jun 2010) | 1 line
warning--
................
r1141336 | tmcguire | 2010-06-22 17:06:20 +0200 (Tue, 22 Jun 2010) | 4 lines
Use a proper MIME charset name.
kolab/issue2652
SVN_MERGE
................
r1141337 | tmcguire | 2010-06-22 17:10:07 +0200 (Tue, 22 Jun 2010) | 13 lines
SVN_SILENT:
Recorded merge of revisions 1141327 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1141327 | tmcguire | 2010-06-22 16:49:21 +0200 (Tue, 22 Jun 2010) | 5 lines
Use a proper MIME charset name.
kolab/issue2652
MERGE: trunk (?, test needed)
........
................
r1141355 | tilladam | 2010-06-22 18:14:29 +0200 (Tue, 22 Jun 2010) | 2 lines
Making a FolderCollection for an invalid collection is a programming
error.
................
r1141356 | tilladam | 2010-06-22 18:14:38 +0200 (Tue, 22 Jun 2010) | 5 lines
Only show the busy splash in the messageviewer area.
Hiding the message list does not make much sense, these days, as it
always shows the state of the akonadi cache, and is thus always up to
date, and never "loading" anything.
................
r1141360 | mlaurent | 2010-06-22 18:23:10 +0200 (Tue, 22 Jun 2010) | 2 lines
const'ify
................
r1141364 | mlaurent | 2010-06-22 18:31:36 +0200 (Tue, 22 Jun 2010) | 2 lines
const'ify
................
r1141366 | lfranchi | 2010-06-22 18:36:52 +0200 (Tue, 22 Jun 2010) | 2 lines
Remove new/old status from messages. This was confusing, as new/old vs. unread/read no longer has any meaning in the Akonadi world, anyway.
................
r1141375 | mlaurent | 2010-06-22 18:54:02 +0200 (Tue, 22 Jun 2010) | 2 lines
const'ify
................
r1141376 | lfranchi | 2010-06-22 19:03:56 +0200 (Tue, 22 Jun 2010) | 2 lines
Messages with no \SEEN flag are unread
................
r1141381 | mlaurent | 2010-06-22 19:16:08 +0200 (Tue, 22 Jun 2010) | 2 lines
Const'ify + clean up
................
r1141415 | lfranchi | 2010-06-22 20:59:03 +0200 (Tue, 22 Jun 2010) | 3 lines
Don't use fullEmailAddr when adding to mailbox, as it expects a clean address or angle-spec.
Fixes empty From fields in replies and forwards.
................
r1141431 | djarvie | 2010-06-22 21:19:06 +0200 (Tue, 22 Jun 2010) | 1 line
Remove unused declarations
................
r1141439 | lfranchi | 2010-06-22 21:32:45 +0200 (Tue, 22 Jun 2010) | 2 lines
Debug--
................
r1141460 | tilladam | 2010-06-22 22:16:30 +0200 (Tue, 22 Jun 2010) | 1 line
Enable progress animation.
................
r1141475 | smartins | 2010-06-22 23:17:25 +0200 (Tue, 22 Jun 2010) | 9 lines
Disable the active date stuff and use the old behaviour:
The editor's date pickers have the values of the start of the recurrence series.
It was buggy because we don't have proper support in KCal for editing individual occurrences, other than dissociating events. (but we will have)
CCBUG: 226394
MERGE: 4.4
................
r1141518 | tilladam | 2010-06-23 00:37:29 +0200 (Wed, 23 Jun 2010) | 1 line
Make sure to reset imap session states properly, on reconnects.
................
r1141594 | lfranchi | 2010-06-23 03:49:18 +0200 (Wed, 23 Jun 2010) | 2 lines
Properly handle non-ascii content in template parsed messages. Fixes garbage when replying to messages with non-latin1 chars.
................
r1141595 | lfranchi | 2010-06-23 03:49:29 +0200 (Wed, 23 Jun 2010) | 2 lines
update header documentation
................
r1141615 | lfranchi | 2010-06-23 04:56:48 +0200 (Wed, 23 Jun 2010) | 2 lines
Mark sent messages as read in the sent folder when moved there.
................
svn path=/branches/work/komo/kdepim/; revision=1141670
Suggestions for a better name welcome. Essentially, it does:
- hide attachments in the body of the mail
- but still display attachments in encapsulated messages
This attachment strategy is only available for the fancy or for
the enterprise header, as only those have attachment lists at the
top.
kolab/issue4085
MERGE: trunk (after freeze is over)
svn path=/branches/kdepim/enterprise/kdepim/; revision=1141453
kolab/issue3548: D'n'D a contact with umlauts, doesn't create a wrong "to"-header in a mail.
kolab/issue3548: D'n'D a contact with umlauts to Calendar or Todo part creates attendees with wrong encoding in their name
issue3320: Export a contact with umlauts in his name as VCard3 and import it, breaks the umlaut
issue4204: Copying a contact to different resource breaks the umlauts.
issue4054: Umlauts and sending contacts problem(rt#5956)
MERGE: none
svn path=/branches/kdepim/enterprise/kdepim/; revision=1135169
Merged revisions 1130548,1130553,1130564,1130598,1130647,1130664,1130667-1130668,1130746,1130755,1130765,1130769,1130788,1130803,1130819,1130868,1130883,1130906,1130926,1131008-1131009,1131082,1131086,1131100,1131107,1131117,1131159-1131160,1131165-1131166,1131168,1131170,1131201,1131220,1131225,1131242-1131243,1131282-1131284,1131297,1131299-1131306,1131453 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r1130548 | smartins | 2010-05-25 18:47:19 +0200 (Tue, 25 May 2010) | 2 lines
Call QTreeView::mouseReleaseEvent() if we don't want the event.
................
r1130553 | smartins | 2010-05-25 18:57:43 +0200 (Tue, 25 May 2010) | 2 lines
Disable dropping in flatview
................
r1130564 | winterz | 2010-05-25 19:21:11 +0200 (Tue, 25 May 2010) | 12 lines
SVN_SILENT:
Recorded merge of revisions 1130561 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1130561 | winterz | 2010-05-25 13:15:12 -0400 (Tue, 25 May 2010) | 4 lines
possible fix for now showing the completeness percentage change for tasks.
kolab/issue4360
MERGE: trunk
........
................
r1130598 | smartins | 2010-05-25 21:16:29 +0200 (Tue, 25 May 2010) | 2 lines
Added method to return the Item associated with the given uid.
................
r1130647 | smartins | 2010-05-25 23:37:11 +0200 (Tue, 25 May 2010) | 10 lines
Fix bug were korg was creating incidences with duplicated uids.
When dragging a todo from todoview to agendaview we should change the original todo's date/time instead of creating a new todo (4.4 behaviour) and
only create a new one if it came from an external app.
Fixes some crashes.
BUG: 238050
................
r1130664 | djarvie | 2010-05-26 01:04:56 +0200 (Wed, 26 May 2010) | 2 lines
Call QApplication::beep() before KNotification::beep() in case of delays
................
r1130667 | winterz | 2010-05-26 01:09:52 +0200 (Wed, 26 May 2010) | 9 lines
merge forward SVN commit 1130661 by winterz:
no longer dismiss active alarms when the user closes the dialog.
force the user to specifically dismiss the reminders.
so the closeEvent() does a save and closes the dialog thereby
keeping all the active reminders...well "active".
kolab/issue4203
................
r1130668 | winterz | 2010-05-26 01:10:56 +0200 (Wed, 26 May 2010) | 17 lines
SVN_SILENT:
Recorded merge of revisions 1130661 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1130661 | winterz | 2010-05-25 18:57:31 -0400 (Tue, 25 May 2010) | 9 lines
no longer dismiss active alarms when the user closes the dialog.
force the user to specifically dismiss the reminders.
so the closeEvent() does a save and closes the dialog thereby
keeping all the active reminders...well "active".
kolab/issue4203
MERGE: trunk
........
................
r1130746 | mlaurent | 2010-05-26 10:33:20 +0200 (Wed, 26 May 2010) | 2 lines
fix working offline/online
................
r1130755 | mlaurent | 2010-05-26 11:25:41 +0200 (Wed, 26 May 2010) | 2 lines
In emailidentity we must migrate "Drafts"/"Templates"/"Fcc" too
................
r1130765 | mlaurent | 2010-05-26 11:38:21 +0200 (Wed, 26 May 2010) | 2 lines
We must migrate "startupFolder" too
................
r1130769 | mlaurent | 2010-05-26 11:41:12 +0200 (Wed, 26 May 2010) | 2 lines
Update status (for other migrate status I don't know)
................
r1130788 | mlaurent | 2010-05-26 12:17:19 +0200 (Wed, 26 May 2010) | 2 lines
Fix extract messages
................
r1130803 | mlaurent | 2010-05-26 14:30:23 +0200 (Wed, 26 May 2010) | 2 lines
Fix mem leak
................
r1130819 | mlaurent | 2010-05-26 15:45:34 +0200 (Wed, 26 May 2010) | 2 lines
Cleanup
................
r1130868 | smartins | 2010-05-26 18:56:36 +0200 (Wed, 26 May 2010) | 2 lines
Remove a todo comment. It's true.
................
r1130883 | smartins | 2010-05-26 19:15:07 +0200 (Wed, 26 May 2010) | 9 lines
//pending(AKONADI_PORT); review the newParent stuff down there
Reviewed the newParent stuff "down there" and found a bug/typo.
Fixes the nodes not changing parent when the incidence changed parent.
CCBUG: 231354
................
r1130906 | smartins | 2010-05-26 20:34:23 +0200 (Wed, 26 May 2010) | 4 lines
Don't delete too much.
BUG: 238059
................
r1130926 | krake | 2010-05-26 21:36:03 +0200 (Wed, 26 May 2010) | 2 lines
Change the top level collection name when the resource name has been set, e.g. by the migrator
................
r1131008 | winterz | 2010-05-27 02:11:48 +0200 (Thu, 27 May 2010) | 2 lines
fix semantic markup
................
r1131009 | winterz | 2010-05-27 02:16:48 +0200 (Thu, 27 May 2010) | 4 lines
load the libincidenceeditors catalog so we can get those translations
replace libkresources catalog in favor of libakonadi (for standalone KOrganizer,
this was already the case for the KOrg part)
................
r1131082 | mlaurent | 2010-05-27 10:46:18 +0200 (Thu, 27 May 2010) | 2 lines
Fix extract messages from all ui files
................
r1131086 | mlaurent | 2010-05-27 11:08:53 +0200 (Thu, 27 May 2010) | 2 lines
We want to select a folder not create a folder
................
r1131100 | mlaurent | 2010-05-27 12:03:39 +0200 (Thu, 27 May 2010) | 2 lines
Fix enable/disable folder properties
................
r1131107 | mlaurent | 2010-05-27 12:38:41 +0200 (Thu, 27 May 2010) | 2 lines
Word wrap text
................
r1131117 | mlaurent | 2010-05-27 13:31:33 +0200 (Thu, 27 May 2010) | 4 lines
"Clear text" is always supported
=> add it.
Patch from Kevin
................
r1131159 | mlaurent | 2010-05-27 16:21:53 +0200 (Thu, 27 May 2010) | 2 lines
Remove duplicate code
................
r1131160 | krake | 2010-05-27 16:22:09 +0200 (Thu, 27 May 2010) | 2 lines
Also check for IMAP UIDs in mbox folders, normal KMail IMAP accounts use this for local caching
................
r1131165 | krake | 2010-05-27 16:29:19 +0200 (Thu, 27 May 2010) | 2 lines
The top level maildir has its mbox sub folders in its main directory, not in the subdir directory
................
r1131166 | mlaurent | 2010-05-27 16:31:18 +0200 (Thu, 27 May 2010) | 4 lines
Put offline agentinstance when we close kmail.
I don't want that email is always download when I
don't use kmail
................
r1131168 | winterz | 2010-05-27 16:39:28 +0200 (Thu, 27 May 2010) | 17 lines
SVN_SILENT:
Blocked revisions 1131000-1131001 via svnmerge
........
r1131000 | winterz | 2010-05-26 19:57:32 -0400 (Wed, 26 May 2010) | 5 lines
fix a crash that can happen when formatting an invitation with a cancel
request but the invitation is empty.
BUG: 238945
MERGE: trunk,4.4
........
r1131001 | winterz | 2010-05-26 19:58:48 -0400 (Wed, 26 May 2010) | 3 lines
revertlast
wrong branch
........
................
r1131170 | winterz | 2010-05-27 16:40:49 +0200 (Thu, 27 May 2010) | 14 lines
SVN_SILENT:
Recorded merge of revisions 1131006 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1131006 | winterz | 2010-05-26 20:05:54 -0400 (Wed, 26 May 2010) | 6 lines
backport SVN commit 1131005 by winterz from trunk:
fix a crash that can happen when formatting an invitation with a cancel
request but the invitation is empty.
MERGE: none
........
................
r1131201 | krake | 2010-05-27 18:03:06 +0200 (Thu, 27 May 2010) | 2 lines
When reading lines in a loop, also check if we reached the end of the device just to be sure
................
r1131220 | mlaurent | 2010-05-27 19:22:22 +0200 (Thu, 27 May 2010) | 2 lines
Comment this code
................
r1131225 | krake | 2010-05-27 19:29:54 +0200 (Thu, 27 May 2010) | 3 lines
Also migrate flags and tags for normal IMAP accounts using the same cache migrator.
This currently also imports the cached headers, but why not
................
r1131242 | tilladam | 2010-05-27 21:30:47 +0200 (Thu, 27 May 2010) | 1 line
Whitespace cleanup.
................
r1131243 | tilladam | 2010-05-27 21:35:22 +0200 (Thu, 27 May 2010) | 12 lines
Fix porting bug to make Comparator actually compare correctly.
This was crashing std::sort which apparenty for optimization reasons
requires a < b to imply !(b < a). qSort, on the other hand, avoids the
problem. The crash only showed up with sufficiently large keyrings, as
apparently std::sort, likely again for optimization reasons, uses a
simpler sort for shorter containers, which doesn't run into this issue.
Fun bug, took Volker and me most of the train ride from Osnabrueck to
Berlin to figure out why and how this happens, boring our travel
companion to tears in the process. Geek out!
BUG: 238708
................
r1131282 | link | 2010-05-28 00:36:01 +0200 (Fri, 28 May 2010) | 8 lines
the viewer/urlhandlermanager expects that the message (mMessage) it is
passed is the root when doing index calculation in urls. Simply passing
the result of bodyAsMessage() does not cut it as the resulting pointer
is a child in its tree. So, we copy the content tree making the
encapsulated message the root node. props to thomas for figuring this
out.
BUG: 237174
................
r1131283 | tmcguire | 2010-05-28 00:40:00 +0200 (Fri, 28 May 2010) | 5 lines
Simplify
This is a forward port of r1131280.
I wonder though why we emit two signals here, that seems wrong to me.
................
r1131284 | tmcguire | 2010-05-28 00:46:37 +0200 (Fri, 28 May 2010) | 10 lines
SVN_SILENT:
Recorded merge of revisions 1131280 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1131280 | tmcguire | 2010-05-28 00:12:21 +0200 (Fri, 28 May 2010) | 2 lines
Use the method we already have.
........
................
r1131297 | link | 2010-05-28 02:47:20 +0200 (Fri, 28 May 2010) | 2 lines
add a missing assemble after removing an attachment from the mime tree.
BUG: 236727
................
r1131299 | tmcguire | 2010-05-28 03:19:54 +0200 (Fri, 28 May 2010) | 1 line
Remove unused method.
................
r1131300 | tmcguire | 2010-05-28 03:19:56 +0200 (Fri, 28 May 2010) | 1 line
Remove unused signal.
................
r1131301 | tmcguire | 2010-05-28 03:19:58 +0200 (Fri, 28 May 2010) | 4 lines
An attempt to simplify URL handling.
The code path URL handling took was strange in places, should be simpler
now.
................
r1131302 | tmcguire | 2010-05-28 03:20:01 +0200 (Fri, 28 May 2010) | 3 lines
Get rid of KMUrlClickedCommand.
No reason why this is a command at all, so make it a utility function.
................
r1131303 | tmcguire | 2010-05-28 03:20:03 +0200 (Fri, 28 May 2010) | 1 line
Move stuff into its own URL handler for clearity.
................
r1131304 | tmcguire | 2010-05-28 03:20:04 +0200 (Fri, 28 May 2010) | 1 line
Add todo note.
................
r1131305 | tmcguire | 2010-05-28 03:20:06 +0200 (Fri, 28 May 2010) | 1 line
be less chatty
................
r1131306 | tmcguire | 2010-05-28 03:20:08 +0200 (Fri, 28 May 2010) | 1 line
Don't crash when encountring encapsulated message with empty subject
................
r1131453 | mlaurent | 2010-05-28 09:41:27 +0200 (Fri, 28 May 2010) | 3 lines
Disable 'put offline agent when we close kmail'
But there is still pb that we download all the time email even if we close kmail
................
svn path=/branches/work/komo/kdepim/; revision=1131500
Merged revisions 1129080,1129082-1129083,1129088,1129139,1129149,1129184-1129185,1129190,1129206,1129210,1129212,1129226,1129232-1129233,1129257-1129258,1129384,1129486,1129520,1129689,1129745,1129819,1129823,1130073,1130076,1130090,1130092,1130094,1130125,1130127,1130136,1130145-1130146,1130159,1130172-1130174,1130231,1130236-1130237,1130261,1130270 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r1129080 | smartins | 2010-05-21 11:50:29 +0200 (Fri, 21 May 2010) | 17 lines
Forward port from e35:
SVN commit 1128862 by tmcguire:
Make sure all day labels are of the same type.
Also, fix the long day label, it did never work because
of a faulty setText() reimplementation.
kolab/issue4286
---
SVN commit 1128886 by tmcguire:
Don't forget to call the base class' implementation.
................
r1129082 | smartins | 2010-05-21 11:59:56 +0200 (Fri, 21 May 2010) | 4 lines
port r1128986 by kainhofe:
KOrganizer's Birthdays: Fix leap year glitch when calculating bdays / anniversaries
................
r1129083 | tilladam | 2010-05-21 12:09:00 +0200 (Fri, 21 May 2010) | 2 lines
Make sure to go online again (at the resourcebase level) when we have
succesfully connected.
................
r1129088 | amantia | 2010-05-21 12:15:37 +0200 (Fri, 21 May 2010) | 1 line
Check if a message is in the outbox folder. If it is, don't remove the encryption when viewing it.
................
r1129139 | winterz | 2010-05-21 13:35:05 +0200 (Fri, 21 May 2010) | 13 lines
SVN_SILENT:
Blocked revisions 1129102,1129109 via svnmerge
........
r1129102 | tmcguire | 2010-05-21 06:48:20 -0400 (Fri, 21 May 2010) | 1 line
Update Newslog.txt
........
r1129109 | tmcguire | 2010-05-21 07:06:38 -0400 (Fri, 21 May 2010) | 1 line
SVN_SILENT Update version numbers for today's release.
........
................
r1129149 | smartins | 2010-05-21 14:07:58 +0200 (Fri, 21 May 2010) | 2 lines
Lots of stuff went into a private class inside .cpp file , so remove fwd declarations from .h .
................
r1129184 | amantia | 2010-05-21 16:50:22 +0200 (Fri, 21 May 2010) | 1 line
Return the top node if an empty url is passed, as ContentIndex::toString() for topLevel returns an empty string . Fixes invitation handling buttons.
................
r1129185 | krake | 2010-05-21 16:56:55 +0200 (Fri, 21 May 2010) | 2 lines
Add accessors for taglist
................
r1129190 | krake | 2010-05-21 16:58:12 +0200 (Fri, 21 May 2010) | 2 lines
When listing items of a collection, check for tags and set them in the job as a custom property
................
r1129206 | amantia | 2010-05-21 17:44:28 +0200 (Fri, 21 May 2010) | 1 line
Don't append the ical file twice to the response mails. Fix exchange compatible response, so they look lik in KMail1,
................
r1129210 | krake | 2010-05-21 18:05:58 +0200 (Fri, 21 May 2010) | 2 lines
Migrate message tag properties
................
r1129212 | smartins | 2010-05-21 18:18:01 +0200 (Fri, 21 May 2010) | 2 lines
Fix broken connect
................
r1129226 | krake | 2010-05-21 19:21:21 +0200 (Fri, 21 May 2010) | 2 lines
Recover tags for cached messages
................
r1129232 | krake | 2010-05-21 20:00:00 +0200 (Fri, 21 May 2010) | 2 lines
Only migrate tags we haven't migrated before
................
r1129233 | krake | 2010-05-21 20:00:23 +0200 (Fri, 21 May 2010) | 2 lines
Enable cache recovery
................
r1129257 | dfaure | 2010-05-21 21:06:13 +0200 (Fri, 21 May 2010) | 2 lines
make the kWarning more explicit about which attribute is actually missing
................
r1129258 | bbroeksema | 2010-05-21 21:08:06 +0200 (Fri, 21 May 2010) | 1 line
Disable IncidenceEditor-ng code in trunk for now
................
r1129384 | tokoe | 2010-05-22 08:47:07 +0200 (Sat, 22 May 2010) | 2 lines
Use explicit type to allow static code checking
................
r1129486 | smartins | 2010-05-22 17:01:23 +0200 (Sat, 22 May 2010) | 5 lines
Don't write back remote revision since we can't make sure it is the current one fixes problems with DAV resource.
Thanks tokoe.
................
r1129520 | smartins | 2010-05-22 20:18:30 +0200 (Sat, 22 May 2010) | 9 lines
Fix segfaults when history entries contain to-dos with references to deleted children.
The crash happens because a clone()d parent still has relations. If you have Parent1 with Child1, and do a Parent1.clone(), the clone will think
that Child1 is his child, but the child doesn't know the clone, so will never notify it when it gets deleted.
This could be fixed in KCal, i think either the clone has 0 relations or we clone the whole family recursively, currently we have an inbetween approach.
................
r1129689 | tilladam | 2010-05-23 13:10:04 +0200 (Sun, 23 May 2010) | 1 line
Don't delete the kernel's identity manager. Off by not.
................
r1129745 | otrichet | 2010-05-23 17:48:45 +0200 (Sun, 23 May 2010) | 4 lines
In the group view, force the default column to sort by.
Forward port to trunk: Group order confusing after adding new groups
CCBUG: 232494
................
r1129819 | smartins | 2010-05-23 23:11:04 +0200 (Sun, 23 May 2010) | 2 lines
Don't cache invalid dates
................
r1129823 | smartins | 2010-05-23 23:25:20 +0200 (Sun, 23 May 2010) | 4 lines
When the parent arrives, tell the orphan children.
Fixes todos sometimes appearing as independent instead of under a parent.
................
r1130073 | mlaurent | 2010-05-24 13:37:57 +0200 (Mon, 24 May 2010) | 2 lines
not necessary to show collection location when it's a search folder
................
r1130076 | winterz | 2010-05-24 13:45:02 +0200 (Mon, 24 May 2010) | 11 lines
SVN_SILENT:
Recorded merge of revisions 1128965 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1128965 | winterz | 2010-05-20 15:59:13 -0400 (Thu, 20 May 2010) | 3 lines
a better way of reading X-SUMMARY and X-LOCATION freebusy parameters.
MERGE: trunk
........
................
r1130090 | mlaurent | 2010-05-24 14:34:07 +0200 (Mon, 24 May 2010) | 2 lines
Clean up
................
r1130092 | mlaurent | 2010-05-24 14:39:43 +0200 (Mon, 24 May 2010) | 2 lines
not necessary with akonadi
................
r1130094 | mlaurent | 2010-05-24 14:48:24 +0200 (Mon, 24 May 2010) | 3 lines
Const'ify
Return error when we can't delete messages
................
r1130125 | skelly | 2010-05-24 16:36:16 +0200 (Mon, 24 May 2010) | 1 line
Make the sort order in the tree the same as the order in the rendered content.
................
r1130127 | tokoe | 2010-05-24 16:38:29 +0200 (Mon, 24 May 2010) | 4 lines
Print organization and title/role in detailed style
BUG: 235177
................
r1130136 | skelly | 2010-05-24 17:03:53 +0200 (Mon, 24 May 2010) | 1 line
Save and restore kjots viewstate across restarts.
................
r1130145 | skelly | 2010-05-24 17:32:11 +0200 (Mon, 24 May 2010) | 3 lines
Set dynamicSortFilter to true.
I don't know why this is false by default.
................
r1130146 | skelly | 2010-05-24 17:32:13 +0200 (Mon, 24 May 2010) | 1 line
Set dynamicSortFilter to true.
................
r1130159 | smartins | 2010-05-24 18:27:44 +0200 (Mon, 24 May 2010) | 2 lines
fix typo reported by Frederik Schwarzer
................
r1130172 | skelly | 2010-05-24 18:54:27 +0200 (Mon, 24 May 2010) | 1 line
Use the static methods instead of the old match() method.
................
r1130173 | skelly | 2010-05-24 18:54:29 +0200 (Mon, 24 May 2010) | 1 line
Ensure that the parent collection can be found if available.
................
r1130174 | skelly | 2010-05-24 18:54:31 +0200 (Mon, 24 May 2010) | 1 line
Fix off-by-one that occurs when moving items down the list.
................
r1130231 | mlaurent | 2010-05-24 21:49:24 +0200 (Mon, 24 May 2010) | 2 lines
Fix includes
................
r1130236 | mlaurent | 2010-05-24 22:02:51 +0200 (Mon, 24 May 2010) | 2 lines
Don't show path when it's a virtual folder
................
r1130237 | mlaurent | 2010-05-24 22:11:20 +0200 (Mon, 24 May 2010) | 2 lines
Use kDebug
................
r1130261 | otrichet | 2010-05-24 23:18:48 +0200 (Mon, 24 May 2010) | 1 line
Display news article like message/rfc2822 in akonadiconsole
................
r1130270 | otrichet | 2010-05-24 23:51:13 +0200 (Mon, 24 May 2010) | 1 line
Fix header display of the "all headers" style
................
svn path=/branches/work/komo/kdepim/; revision=1130358
It is not really necessary to pass around a filename for that.
Let most of the stuff be handled by parseContent(), no need to come up
with our own stuff in setMessagePart(), the image handling there was
broken anyway.
svn path=/trunk/KDE/kdepim/messageviewer/; revision=1126719