Authored by vkrause.

Description

SVN_MERGE

Merged revisions 1013930,1014214,1014216,1014670,1014743,1014745 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepimlibs

................

r1013930 | tmcguire | 2009-08-21 11:33:02 +0200 (Fri, 21 Aug 2009) | 19 lines

SVN_SILENT
SVN_MERGE
Recorded merge of revisions 1013751 via svnmerge from 
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepimlibs

................
  r1013751 | winterz | 2009-08-20 19:42:17 +0200 (Thu, 20 Aug 2009) | 10 lines
  
  Merged revisions 1013749 via svnmerge from 
  https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
  
  ........
    r1013749 | winterz | 2009-08-20 13:38:23 -0400 (Thu, 20 Aug 2009) | 3 lines
    
    make sure to convert Attachment labels from Utf8
    MERGE: e4,trunk,4.3
  ........
................

................

r1014214 | tmcguire | 2009-08-21 23:26:51 +0200 (Fri, 21 Aug 2009) | 2 lines

Add unit test for bug 150620.

................

r1014216 | winterz | 2009-08-22 00:05:52 +0200 (Sat, 22 Aug 2009) | 2 lines

minor apidox fixes and cleaning.

................

r1014670 | staniek | 2009-08-23 16:27:10 +0200 (Sun, 23 Aug 2009) | 3 lines

temp. fix unless we have graph library, not just headers
CCMAIL:kde-windows@kde.org

................

r1014743 | otrichet | 2009-08-23 19:46:49 +0200 (Sun, 23 Aug 2009) | 1 line

Build API doc for NNTP kioslave

................

r1014745 | otrichet | 2009-08-23 19:46:59 +0200 (Sun, 23 Aug 2009) | 4 lines

Upon possible errors, returns more sensible error code and message than KIO::ERR_INTERNAL with a default message saying "An unexpected error occurs"

BUG: 171805
BUG: 192829

................

svn path=/branches/work/akonadi-ports/kdepimlibs/; revision=1014924

Merged Changes

This commit merges a very large number of changes. Only the first 50 are shown.
CommitAuthorDetailsCommitted
95070953cf47Olivier Trichet
Upon possible errors, returns more sensible error code and message than KIO… 
Aug 23 2009
4ef1b88c5dc8Olivier Trichet
Build API doc for NNTP kioslave 
Aug 23 2009
82a16720afb3staniek
temp. fix unless we have graph library, not just headers CCMAIL:kde-windows@kde. 
Aug 23 2009
262101de119awinterz
minor apidox fixes and cleaning. 
Aug 21 2009
ad73ec0a6974Thomas McGuire
Add unit test for bug 150620. 
Aug 21 2009
d315fbf0137bvkrause
SVN_MERGE 
Aug 21 2009
22d9f8599151vkrause
SVN_MERGE 
Aug 21 2009
94c714ea1353winterz
don't crash if the calendar passed to the FreeBusy is zero. BUG: 186597 MERGE… 
Aug 20 2009
7167866b652ewinterz
merge SVN commit 1013756 by winterz from e4/kdepimlibs to trunk. 
Aug 20 2009
696acc68bac0winterz
merge SVN commit 1013751 from e4 kdepimlibs to trunk 
Aug 20 2009
65ba8f0bbee6winterz
remove extra header for the "Attached documents" in an invitation. not sure how… 
Aug 20 2009
086e03e93a39winterz
all of the overloaded insertPlainSignatureIntoTextEdit's arguments are required… 
Aug 20 2009
263c05eef173vkrause
unknown/non-standard headers are perfectly fine in normal mails, so don't spam… 
Aug 20 2009
6885b63abc3aThomas McGuire
Merged revisions 1012629 via svnmerge from svn+ssh://tmcguire@svn.kde. 
Aug 19 2009
76fce38d45f2Thomas McGuire
Merged revisions 1012416 via svnmerge from svn+ssh://tmcguire@svn.kde. 
Aug 19 2009
3f9b872856d9Thomas McGuire
Merged revisions 1012351 via svnmerge from svn+ssh://tmcguire@svn.kde. 
Aug 19 2009
4a34727ce410Thomas McGuire
Merged revisions 1010837 via svnmerge from svn+ssh://tmcguire@svn.kde. 
Aug 19 2009
f70709de2bb8Thomas McGuire
Merged revisions 1010804 via svnmerge from svn+ssh://tmcguire@svn.kde. 
Aug 19 2009
7c410883f71fvkrause
Always schedule change replays before pulling changes from the backend… 
Aug 19 2009
21560648503evkrause
Part 4 of fixing the missing RID races: Drop tasks from the scheduler that are… 
Aug 19 2009
067b7b40bdffStephen Kelly
Revert changes to set method default values, and change new method name. 
Aug 19 2009
c2a8febcd945Stephen Kelly
Add some default parameters to set* methods. 
Aug 19 2009
aa19f3decc5emlaurent
Remove exectutable attribute 
Aug 19 2009
f63857e8e64eThomas McGuire
More linebreak fixes. Add the possibility to insert signatures without… 
Aug 18 2009
39ee4dcdfe40Thomas McGuire
Make sure images are properly deleted from disk when removing them from the… 
Aug 18 2009
8a11070eba87vkrause
fix infinite recursion 
Aug 18 2009
f4d899430253vkrause
turns out things don't need to go that wrong to end up here after all, so… 
Aug 18 2009
14da90604448Thomas McGuire
Add tests for the two functions added yesterday, and also make sure to test the… 
Aug 18 2009
026ca386bebfvkrause
Same here, ignore local items without a remote id, those haven't been added to… 
Aug 18 2009
f8cf367606a7Thomas McGuire
Fix spaces one and for all, hopefully. I forgot that in a sequence of spaces… 
Aug 18 2009
d76212237739vkrause
Ignore local collections without remote ids during a sync since they have not… 
Aug 18 2009
ff4c0c59b677vkrause
adapt to reality 
Aug 18 2009
ca6926daa08aThomas McGuire
Now I know why the code didn't simply replace all spaces with nbsps: That would… 
Aug 18 2009
9e1dd48e0faevkrause
Part 2 of fixing the missing RID race: After changing the RID of a collection… 
Aug 18 2009
9b269cf2dbc9vkrause
Part 1 of fixing the missing RID race: Don't replay the next change before we… 
Aug 18 2009
49b382ac3b5bvkrause
Off by one in the tree depth. Fixes syncing of collection hierarchies with… 
Aug 18 2009
62e841933286Thomas McGuire
Don't crash on mails where there are two embedded images on the same text block. 
Aug 17 2009
440bd5f35e69Thomas McGuire
Add support for inline images in signatures. 
Aug 17 2009
bfe8f3fb3c75Thomas McGuire
Add two more useful functions which will be used for inline images in… 
Aug 17 2009
82885f8c8473Tobias Koenig
Allow to remove contacts from the middle of the contact group editor. 
Aug 17 2009
67a9d88cc3c8Tobias Koenig
Kill running expand job if new contact group is set 
Aug 17 2009
07c2a8358e08Tobias Koenig
Return the maximum of getColumnCount() for both header sets, that fixes various… 
Aug 17 2009
9db56a45bc13vkrause
Allow to enable hierarchical RID support in CollectionSync. 
Aug 17 2009
90640f4c94a8vkrause
Support item and collection moves in AgentBase::Observer. 
Aug 17 2009
0cbe073fec6aTobias Koenig
Implement ContactCompletionModel that is used by the ContactEditor and… 
Aug 17 2009
0be4cb30969aTobias Koenig
Fix logic error 
Aug 17 2009
e49a181826afTobias Koenig
Set fields to read-only mode if parent collection of edited contact group item… 
Aug 17 2009
ece3c3460383Tobias Koenig
Set all fields of the editor to read-only if parent collection of edited… 
Aug 17 2009
89bc55cb0620vkrause
Don't load stuff into the cache that we neither want nor need. 
Aug 17 2009
48a4403684ebTobias Koenig
Enable/disable the 'Delete Items' action depending on whether the parent… 
Aug 17 2009