Merged revisions 1029982-1029983,1030035,1030066,1030119,1030131,1030154,1030170,1030179-1030180,1030183,1030185,1030188,1030200 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r1029982 | vkrause | 2009-10-01 12:01:39 +0200 (Thu, 01 Oct 2009) | 7 lines
- Move attachment indexing to the base class, we'll need that for KCal
attachments as well.
- Test for the availability of the Soprano backend for Strigi in the
self test in case the agent needs that.
- Keep the Strigi::IndexManager around for the entire agent lifetime
instead of reloading all Strigi plugins for every indexed item.
........
r1029983 | cgiboudeaux | 2009-10-01 12:30:27 +0200 (Thu, 01 Oct 2009) | 1 line
Link with gold
........
r1030035 | vkrause | 2009-10-01 14:37:25 +0200 (Thu, 01 Oct 2009) | 3 lines
Protect against indexing while Strigi is not available or was not
requested by the agent. We should't get here normally, but who knows...
........
r1030066 | vkrause | 2009-10-01 15:33:54 +0200 (Thu, 01 Oct 2009) | 2 lines
Don't index the main body part of an email as attachment.
........
r1030119 | vkrause | 2009-10-01 17:49:26 +0200 (Thu, 01 Oct 2009) | 8 lines
Create a corresponding collection as soon as a tag has been created in
Nepomuk. It's a bit ugly since in the moment we get the change
notification from Nepomuk not all information are available yet (eg. the
actual name of the tag), so we have to wait for that.
Doing the same for tag deletion is unfortunately not that easy since
Nepomuk only tells us that something has been deleted, not what that
actually was.
........
r1030131 | vkrause | 2009-10-01 18:28:46 +0200 (Thu, 01 Oct 2009) | 3 lines
Fix stupid mistake in the Strigi initialization code and index the \Seen
flag of mails.
........
r1030154 | jtamate | 2009-10-01 20:03:48 +0200 (Thu, 01 Oct 2009) | 4 lines
Reenable CTRL+F for search in a mail body. Just disable the shortcut in the khtml part.
Kmail enables another one identical.
Change CTRL+SHIFT+A to CTRL+ALT+A to not conflict with Knode Create new Article.
........
r1030170 | toma | 2009-10-01 21:08:29 +0200 (Thu, 01 Oct 2009) | 2 lines
Remove libkdepim/pimapplication which is now in kdepimlibs and port all applications.
........
r1030179 | cgiboudeaux | 2009-10-01 21:36:28 +0200 (Thu, 01 Oct 2009) | 1 line
Fix build.
........
r1030180 | cgiboudeaux | 2009-10-01 21:41:25 +0200 (Thu, 01 Oct 2009) | 1 line
Fix build.
........
r1030183 | neundorf | 2009-10-01 21:47:52 +0200 (Thu, 01 Oct 2009) | 6 lines
RUN_UNINSTALLED is a nop since KDE 4.2, so remove it
executables can always be executed uninstalled since we require cmake 2.6.2
Alex
........
r1030185 | cgiboudeaux | 2009-10-01 21:52:39 +0200 (Thu, 01 Oct 2009) | 1 line
More build fixes
........
r1030188 | cgiboudeaux | 2009-10-01 22:02:24 +0200 (Thu, 01 Oct 2009) | 1 line
Fix build.
........
r1030200 | jtamate | 2009-10-01 22:36:48 +0200 (Thu, 01 Oct 2009) | 3 lines
Trivial commit for trivial krazy2 warnings.
........
svn path=/branches/work/akonadi-ports/kdepim/; revision=1030312
Kmail enables another one identical.
Change CTRL+SHIFT+A to CTRL+ALT+A to not conflict with Knode Create new Article.
svn path=/trunk/KDE/kdepim/; revision=1030154