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
svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r830027 | tmcguire | 2008-07-09 17:06:26 +0200 (Wed, 09 Jul 2008) | 11 lines
Fix detection when to quit the main loop, by disabling Qt's quitOnLastWindowClosed(),
which would cause KMail to exit when the user OK'd a message box while KMail was
mimimized to the systray.
Implement cancelMailCheck() for POP accounts, so that those stop when quitting
KMail.
Also abort mail checks when using File->Quit in the menu and the systray is active.
BUG: 163479
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=835008
* r829986: Don't fail when renaming the sorted file fails (and add some kWarnings in case of error). (bug 166023)
* r830027: Fix detection when to quit the main loop, implement cancelMailCheck() for POP accounts etc. (bug 163479)
* r830031: Make the location combobox editable again. (bug 166148)
CCMAIL: Thomas.McGuire@gmx.net
svn path=/branches/KDE/4.1/kdepim/; revision=830047
which would cause KMail to exit when the user OK'd a message box while KMail was
mimimized to the systray.
Implement cancelMailCheck() for POP accounts, so that those stop when quitting
KMail.
Also abort mail checks when using File->Quit in the menu and the systray is active.
BUG: 163479
svn path=/trunk/KDE/kdepim/; revision=830027
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r822649 | staniek | 2008-06-21 00:28:56 +0200 (Sat, 21 Jun 2008) | 14 lines
UniqueAppWatcher:
in addition to the checks at KUniqueApplication's startup
(searching for alive processes), we need to do the same in UniqueAppWatcher.
The latter class checks for registered service, e.g. org.kde.kmail. On windows it
could seen as registered but the app could be already dead.
Details:
- simplified: KPIM::KMUtils -> KPIM::Utils
- helpers from PimApplication moved to KPIM::Utils, for reuse in UniqueAppWatcher
CCMAIL:bernhard@intevation.de
........
svn path=/trunk/KDE/kdepim/; revision=827732
in addition to the checks at KUniqueApplication's startup
(searching for alive processes), we need to do the same in UniqueAppWatcher.
The latter class checks for registered service, e.g. org.kde.kmail. On windows it
could seen as registered but the app could be already dead.
Details:
- simplified: KPIM::KMUtils -> KPIM::Utils
- helpers from PimApplication moved to KPIM::Utils, for reuse in UniqueAppWatcher
CCMAIL:bernhard@intevation.de
svn path=/branches/kdepim/enterprise4/kdepim/; revision=822649
Since it's not possible to have multiple objects with the same path in the same process, the solution has changed a bit:
all pim apps which are kuniqueapplications and which have a kontact plugin, now use KPIM::PimApplication from libkdepim,
which registers an object with a component-specific name.
This fixes all the tests listed in uniqueapphandler.cpp, for the various interactions between kontact and the
standalone applications (except for one bug in KUniqueApplication itself, which was wrongly ported to activeWindow()).
Note: you need to update kdelibs trunk or make KCmdLineArgs::saveAppArgs public in your kcmdlineargs.h installed header.
svn path=/trunk/KDE/kdepim/knode/; revision=813498
(still?) unspecified internet-mail icon and with
future potential for more branding. Copied from
Oxygen in kdebase/runtime.
svn path=/trunk/KDE/kdepim/; revision=807249
This happened after the accout wizard was closed.
Quitting is now done by KGlobal::deref(), which is automatically called
when a XMLGuiWindow is closed.
This worked fine recently, I guess it is some behavorial change in Qt 4.4.
svn path=/trunk/KDE/kdepim/; revision=778474
in the case of a stale lock, since the messagebox causes the event loop
to be entered, and the delayed instance construction to be prematurely
triggered.
svn path=/trunk/KDE/kdepim/; revision=763573
We now simply delay the registration of the D-BUS objects until we
are ready to process them.
Also, remove some redunant kDebug calls and remove one superfluous
D-Bus signal.
svn path=/trunk/KDE/kdepim/; revision=710334
sed 's/59 Temple Place - Suite 330, Boston, MA 02111-1307/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301/'
PS: I didn't touch the kalarm dir, since david seems to update the address himself, and I don't want to create conflicts for him.
CCMAIL:lists@astrojar.org.uk
svn path=/trunk/KDE/kdepim/; revision=437921
This removes the "cleanup widget" on exit (*), and removes some discrepancies
(e.g. recent addresses were apparently not saved when kmail was closed by SM),
ensuring that the exact same cleanup is done in all cases (kmail/kontact, SM/closed-by-user).
(*) Bo closed 66433 a bit early. _Now_ it's fixed :)
svn path=/trunk/kdepim/; revision=317010
- drop QTimer::singleShot() call to newInstance() slot - singleShot() was never used and there is no "newInstance()" slot available anyway.
CCMAIL: 60753-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=304357
(inspired by Waldo's patch), ensured header file is translated.
Added missing activateWindow() calls so that new window created by e.g. "kmail foo@kde.org"
is brought to front. Note: the existing activateWindow in openReader doesn't work though,
even in the standalone kmail case, when typing kmail. kwin bug?
Added bool param and return value to distinguish the no-arguments
case from the other cases (so that "kmail" doesn't open a window if kontact is running).
svn path=/trunk/kdepim/; revision=276853