- 02 Jul, 2012 2 commits
-
-
Laurent Montel authored
(QNetworkAccessHttpBackend::replyDownloadMetaData, QNetworkAccessHttpBackend::qt_static_metacall, QObject::event) FIXED-IN: 4.8.5 BUG: 286307 We debugged it with David yesterday. We hope that it will fix it. Reopen it if it's still crash (cherry picked from commit 0769e556)
-
Laurent Montel authored
(cherry picked from commit b6a46407)
-
- 09 Aug, 2011 1 commit
-
-
Torgny Nyblom authored
GIT_SILENT (cherry picked from commit b3a100e7)
-
- 08 Aug, 2011 1 commit
-
-
Torgny Nyblom authored
GIT_SILENT
-
- 22 Apr, 2011 1 commit
-
-
Torgny Nyblom authored
GIT_SILENT
-
- 03 Jan, 2011 1 commit
-
-
Christophe Giboudeaux authored
KDEPIM_NO_WEBKIT will now be used.
-
- 20 Aug, 2010 2 commits
-
-
Marc Mutz authored
Port MessageViewer to optionally work on QTextBrowser, pt.8: comment out some QWebView knowledge from HtmlQuoteColorer and WebKitPartHtmlWriter svn path=/trunk/KDE/kdepim/messageviewer/; revision=1165891
-
Marc Mutz authored
svn path=/trunk/KDE/kdepim/messageviewer/; revision=1165833
-
- 16 Mar, 2010 1 commit
-
-
Thomas McGuire authored
SVN_MERGE ------------------------------------------------------------------------ r1009949 | tmcguire | 2009-08-11 11:50:02 +0200 (Tue, 11 Aug 2009) | 4 lines Change the license of some files I added from LGPL to GPL(2+/3+/eV), since those might depend on other parts of KMail, which are GPL. I didn't realize this when I first committed. ------------------------------------------------------------------------ svn path=/trunk/KDE/kdepim/messageviewer/; revision=1104126
-
- 04 Feb, 2010 1 commit
-
-
Thomas McGuire authored
- less risk of symbol collisions across libraries - the API docs of messageviewer link more correctly svn path=/trunk/KDE/kdepim/messageviewer/; revision=1085208
-
- 31 Dec, 2009 3 commits
-
-
Torgny Nyblom authored
Remove unused var svn path=/branches/work/akonadi-ports/kdepim/; revision=1068207
-
Torgny Nyblom authored
HtmlQuoteColorer now returns only that inside the <body> tag. svn path=/branches/work/akonadi-ports/kdepim/; revision=1068206
-
Torgny Nyblom authored
svn path=/branches/work/akonadi-ports/kdepim/; revision=1068001
-
- 26 Dec, 2009 1 commit
-
-
Torgny Nyblom authored
Move css from webkitparthtmlwriter::begin() to csshelper::htmlHead() svn path=/branches/work/akonadi-ports/kdepim/; revision=1066313
-
- 21 Dec, 2009 1 commit
-
-
Torgny Nyblom authored
To use webkit use "cmake -DWEBKIT_BUILD" As of now the port can show messages but there are _many_ places where the port is incomplete. All changes are wrapped in #ifdef WEBKIT_BUILD and all old code is still there and active if WEBKIT_BUILD is not defined. Any unported code should have a "kWarning() << WEBKIT:" to make it easy to spot. As my time on this is severly limited any help is most welcome... svn path=/branches/work/akonadi-ports/kdepim/; revision=1064617
-
- 08 Oct, 2009 1 commit
-
-
Volker Krause authored
messagelist and messagecomposer. svn path=/branches/work/akonadi-ports/kdepim/; revision=1032701
-
- 02 Oct, 2009 1 commit
-
-
Volker Krause authored
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
-
- 14 Sep, 2009 1 commit
-
-
Andras Mantia authored
Rename MailReader/MailViewer to MessageViewer (the library, the folder); port the application using it. svn path=/branches/work/akonadi-ports/kdepim/; revision=1023240
-
- 08 Sep, 2009 3 commits
-
-
Andras Mantia authored
Catch DOM exceptions. This should at fix Dmitry's crash, although I couldn't reproduce it. svn path=/branches/work/akonadi-ports/kdepim/; revision=1021238
-
Andras Mantia authored
svn path=/branches/work/akonadi-ports/kdepim/; revision=1021237
-
Andras Mantia authored
Don't let HTMLQuoteColorer depend on CSSHelper. svn path=/branches/work/akonadi-ports/kdepim/; revision=1021142
-
- 04 Sep, 2009 1 commit
-
-
Andras Mantia authored
- rename KMReaderWin to MailViewer (the .h file is not renamed yet) - factor out most of the code from MailViewer to a private class - remove friendship between MailViewer and the other classes - those use directly the private class. Not perfect, but makes the API cleaner - remove some unused methods Build, runs for me, but there is no guarantee that I didn't miss something. You've been warned. svn path=/branches/work/akonadi-ports/kdepim/; revision=1019866
-
- 02 Sep, 2009 1 commit
-
-
Andras Mantia authored
Implement some missing methods, rename the KMail namespace to MailViewer and start to clean up the API. svn path=/branches/work/akonadi-ports/kdepim/; revision=1019024
-
- 28 Jul, 2009 1 commit
-
-
Andras Mantia authored
svn path=/branches/work/akonadi-ports/kdepim/; revision=1003735
-
- 27 Jul, 2009 1 commit
-
-
Thomas McGuire authored
svn path=/trunk/KDE/kdepim/; revision=1003214
-
- 25 Jul, 2009 1 commit
-
-
Thomas McGuire authored
This makes reading HTML mail much more pleasing. svn path=/trunk/KDE/kdepim/; revision=1002413
-