Merged revisions 1130409,1130419,1130422-1130423,1130425,1130427-1130428,1130454,1130460,1130462,1130465,1130468,1130480-1130481,1130485,1130487 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r1130409 | smartins | 2010-05-25 11:49:10 +0200 (Tue, 25 May 2010) | 2 lines
Don't crash when cutting only the parent todo.
........
r1130419 | tokoe | 2010-05-25 12:08:13 +0200 (Tue, 25 May 2010) | 2 lines
fix signal/slot connection
........
r1130422 | tokoe | 2010-05-25 12:04:09 +0200 (Tue, 25 May 2010) | 2 lines
Fix signal/slot connection
........
r1130423 | smartins | 2010-05-25 12:11:35 +0200 (Tue, 25 May 2010) | 2 lines
Ported dragging to-dos to a parent to akonadi. Must fix some refresh issues.
........
r1130425 | tokoe | 2010-05-25 12:17:11 +0200 (Tue, 25 May 2010) | 2 lines
Make classes explicit to allow static code analysis
........
r1130427 | tokoe | 2010-05-25 12:20:32 +0200 (Tue, 25 May 2010) | 2 lines
Use explicit classes to allow static code analysis
........
r1130428 | tokoe | 2010-05-25 12:25:58 +0200 (Tue, 25 May 2010) | 2 lines
code cleanup
........
r1130454 | smartins | 2010-05-25 14:28:34 +0200 (Tue, 25 May 2010) | 2 lines
Make it possible to unselect an item because if there's an item selected when we paste it will be pasted under a parent and not independent.
........
r1130460 | mlaurent | 2010-05-25 14:38:13 +0200 (Tue, 25 May 2010) | 2 lines
Fix enable/disable "keep reply in this folder"
........
r1130462 | mlaurent | 2010-05-25 14:54:23 +0200 (Tue, 25 May 2010) | 2 lines
Cleanup
........
r1130465 | vkrause | 2010-05-25 15:22:54 +0200 (Tue, 25 May 2010) | 3 lines
load the error attribute as well if available, otherwise transport
errors are not displayed
........
r1130468 | smartins | 2010-05-25 15:31:54 +0200 (Tue, 25 May 2010) | 9 lines
Created function: bool IncidenceChanger::canDelete( Akonadi::Item::Id id )
Returns false if there is or there was a running delete job for that item id.
Will solve problems where the user presses "Del" twice and that triggers two delete jobs, one of which will result in an error.
This is also better than asking the model because the ETM will still hold the item for some milisecs after the delete job ends.
........
r1130480 | mlaurent | 2010-05-25 15:59:09 +0200 (Tue, 25 May 2010) | 2 lines
Start to reimplement sort manualy collection
........
r1130481 | krake | 2010-05-25 15:57:33 +0200 (Tue, 25 May 2010) | 2 lines
Implement folder config and related filter config migration in collection migrator base and adapt existing specializations
........
r1130485 | smartins | 2010-05-25 16:09:11 +0200 (Tue, 25 May 2010) | 2 lines
Renamed canDelete() so it's more explicit what it does.
........
r1130487 | smartins | 2010-05-25 16:14:18 +0200 (Tue, 25 May 2010) | 2 lines
Fix bug where the user deleted the incidence twice
........
svn path=/branches/work/komo/kdepim/; revision=1130501
Fix crash when we select an nul folder (LocalFolder)
and don't select folder which can't have content (as top level in imap account)
MERGE: in trunk/e4/e5 and other if necessary (don't know)
svn path=/trunk/KDE/kdepim/kmail/; revision=1078424
To avoid such conflicts, keep a single instance for each foldercollection in a global map, and hand out shared pointers.
svn path=/branches/work/akonadi-ports/kdepim/; revision=1059824
=> remove kmfoldernode/accountwizard (need to rewrite all) / kmdict / networkmanager
Cleanup.
Add signal/slots in kmail_part to signal when collections changed
Port++
etc.
svn path=/branches/work/akonadi-ports/kdepim/; revision=1051639