Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Add-ons
Commits
db512bc1
Commit
db512bc1
authored
Mar 14, 2016
by
Sandro Knauß
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update includes to MimeTreeParser
parent
3eb87686
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
27 additions
and
26 deletions
+27
-26
CMakeLists.txt
CMakeLists.txt
+1
-1
examples/apps/mailreader/mailreaderview.cpp
examples/apps/mailreader/mailreaderview.cpp
+2
-2
plugins/messageviewer/bodypartformatter/autotests/rendertest.cpp
.../messageviewer/bodypartformatter/autotests/rendertest.cpp
+4
-4
plugins/messageviewer/bodypartformatter/autotests/testobjecttreesource.h
...viewer/bodypartformatter/autotests/testobjecttreesource.h
+2
-2
plugins/messageviewer/bodypartformatter/ms-tnef/application_ms-tnef.cpp
...eviewer/bodypartformatter/ms-tnef/application_ms-tnef.cpp
+5
-5
plugins/messageviewer/bodypartformatter/vcard/text_vcard.cpp
plugins/messageviewer/bodypartformatter/vcard/text_vcard.cpp
+6
-5
plugins/messageviewer/bodypartformatter/vcard/vcardmemento.h
plugins/messageviewer/bodypartformatter/vcard/vcardmemento.h
+2
-2
plugins/messageviewer/bodypartformatter/xdiff/text_xdiff.cpp
plugins/messageviewer/bodypartformatter/xdiff/text_xdiff.cpp
+4
-4
plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp
...headerplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp
+1
-1
No files found.
CMakeLists.txt
View file @
db512bc1
...
...
@@ -74,7 +74,7 @@ set(KDEPIMLIBS_LIB_VERSION "5.2.40")
set
(
GRAVATAR_LIB_VERSION
"5.2.40"
)
set
(
INCIDENCEEDITOR_LIB_VERSION
"5.2.40"
)
set
(
KTNEF_LIB_VERSION
"5.2.40"
)
set
(
MESSAGELIB_LIB_VERSION
"5.2.4
0
"
)
set
(
MESSAGELIB_LIB_VERSION
"5.2.4
1
"
)
find_package
(
KF5MailCommon
${
MAILCOMMN_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5KaddressbookGrantlee
${
KDEPIM_APPS_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5MessageViewer
${
KDEPIM_APPS_LIB_VERSION
}
CONFIG REQUIRED
)
...
...
examples/apps/mailreader/mailreaderview.cpp
View file @
db512bc1
...
...
@@ -5,8 +5,8 @@
*/
#include "mailreaderview.h"
#include "settings.h"
#include
"m
essage
v
iewer/
v
iewer
.h"
#include
"messageview
er/
a
ttachment
s
trategy
.h"
#include
<M
essage
V
iewer/
V
iewer
>
#include
<MimeTreePars
er/
A
ttachment
S
trategy
>
#include <messageviewersettings.h>
#include <KXmlGuiWindow>
#include <KConfigDialog>
...
...
plugins/messageviewer/bodypartformatter/autotests/rendertest.cpp
View file @
db512bc1
...
...
@@ -22,9 +22,9 @@
#include "testobjecttreesource.h"
#include <M
essageView
er/ObjectTreeParser>
#include <M
essageView
er/CSSHelperBase>
#include <M
essageView
er/FileHtmlWriter>
#include <M
imeTreePars
er/ObjectTreeParser>
#include <M
imeTreePars
er/CSSHelperBase>
#include <M
imeTreePars
er/FileHtmlWriter>
#include <KMime/Message>
#include <QTest>
...
...
@@ -120,4 +120,4 @@ void RenderTest::testRender()
QCOMPARE
(
proc
.
exitCode
(),
0
);
}
QTEST_MAIN
(
RenderTest
)
\ No newline at end of file
QTEST_MAIN
(
RenderTest
)
plugins/messageviewer/bodypartformatter/autotests/testobjecttreesource.h
View file @
db512bc1
...
...
@@ -22,8 +22,8 @@
#define MESSAGECORE_TESTS_UTIL_H
#include <MessageViewer/ObjectTreeEmptySource>
#include <M
essageView
er/CSSHelperBase>
#include <M
essageView
er/AttachmentStrategy>
#include <M
imeTreePars
er/CSSHelperBase>
#include <M
imeTreePars
er/AttachmentStrategy>
class
TestObjectTreeSource
:
public
MessageViewer
::
EmptySource
{
...
...
plugins/messageviewer/bodypartformatter/ms-tnef/application_ms-tnef.cpp
View file @
db512bc1
...
...
@@ -27,13 +27,13 @@
your version.
*/
#include <messageviewer/bodypartformatter.h>
#include <messageviewer/bodypart.h>
#include <messageviewer/bodyparturlhandler.h>
#include <messageviewer/htmlwriter.h>
#include <messageviewer/nodehelper.h>
#include <MessageCore/StringUtil>
#include <MessageViewer/BodyPartURLHandler>
#include <MessageViewer/MessageViewerUtil>
#include <MimeTreeParser/BodyPartFormatter>
#include <MimeTreeParser/BodyPart>
#include <MimeTreeParser/HtmlWriter>
#include <MimeTreeParser/NodeHelper>
#include <KCalCore/Event>
#include <KCalCore/Incidence>
...
...
plugins/messageviewer/bodypartformatter/vcard/text_vcard.cpp
View file @
db512bc1
...
...
@@ -30,15 +30,16 @@
you do not wish to do so, delete this exception statement from
your version.
*/
#include "messageviewer/bodypartformatter.h"
#include "messageviewer/bodyparturlhandler.h"
#include "messageviewer/bodypart.h"
#include <messageviewer/nodehelper.h>
#include "updatecontactjob.h"
#include "vcardmemento.h"
#include <MessageViewer/BodyPartURLHandler>
#include <MimeTreeParser/BodyPartFormatter>
#include <MimeTreeParser/BodyPart>
#include <MimeTreeParser/NodeHelper>
#include <MimeTreeParser/HtmlWriter>
using
MessageViewer
::
Interface
::
BodyPart
;
#include <messageviewer/htmlwriter.h>
#include <Libkdepim/AddContactJob>
...
...
plugins/messageviewer/bodypartformatter/vcard/vcardmemento.h
View file @
db512bc1
...
...
@@ -18,9 +18,9 @@
#ifndef VCARDMEMENTO_H
#define VCARDMEMENTO_H
#include <
m
essage
v
iewer/
bodypart.h
>
#include <
M
essage
V
iewer/
Viewer
>
#include <
messageviewer/viewer.h
>
#include <
MimeTreeParser/BodyPart
>
#include <QObject>
#include <QMap>
...
...
plugins/messageviewer/bodypartformatter/xdiff/text_xdiff.cpp
View file @
db512bc1
...
...
@@ -29,10 +29,10 @@
your version.
*/
#include <
m
essage
v
iewer/
b
ody
p
art
formatter.h
>
#include <
messageview
er/
b
ody
p
art
.h
>
#include <
messageview
er/
b
ody
p
art
urlhandler.h
>
#include <
messageview
er/
h
tml
w
riter
.h
>
#include <
M
essage
V
iewer/
B
ody
P
art
URLHandler
>
#include <
MimeTreePars
er/
B
ody
P
art
Formatter
>
#include <
MimeTreePars
er/
B
ody
P
art>
#include <
MimeTreePars
er/
H
tml
W
riter>
#include <kstringhandler.h>
#include <kmessagebox.h>
...
...
plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp
View file @
db512bc1
...
...
@@ -23,7 +23,7 @@
#include "messageviewer/headerstrategy.h"
#include <KTextToHTML>
#include "messageviewer/messageviewersettings.h"
#include
"messageview
er/
n
ode
h
elper
.h"
#include
<MimeTreePars
er/
N
ode
H
elper
>
#include <MessageCore/StringUtil>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment