Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PIM Messagelib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
PIM Messagelib
Commits
a7cddf59
Commit
a7cddf59
authored
Mar 14, 2016
by
Sandro Knauß
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update internal dependencies
parent
d96810f9
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
14 additions
and
16 deletions
+14
-16
mimetreeparser/src/htmlwriter/filehtmlwriter.h
mimetreeparser/src/htmlwriter/filehtmlwriter.h
+1
-1
mimetreeparser/src/htmlwriter/queuehtmlwriter.h
mimetreeparser/src/htmlwriter/queuehtmlwriter.h
+1
-1
mimetreeparser/src/interfaces/bodypartformatter.h
mimetreeparser/src/interfaces/bodypartformatter.h
+1
-1
mimetreeparser/src/objecttreesourceif.h
mimetreeparser/src/objecttreesourceif.h
+1
-1
mimetreeparser/src/viewer/attachmentstrategy.cpp
mimetreeparser/src/viewer/attachmentstrategy.cpp
+1
-1
mimetreeparser/src/viewer/messagepart.h
mimetreeparser/src/viewer/messagepart.h
+1
-1
mimetreeparser/src/viewer/nodehelper.cpp
mimetreeparser/src/viewer/nodehelper.cpp
+1
-1
mimetreeparser/src/viewer/nodehelper.h
mimetreeparser/src/viewer/nodehelper.h
+2
-2
mimetreeparser/src/viewer/objecttreeparser.cpp
mimetreeparser/src/viewer/objecttreeparser.cpp
+2
-2
mimetreeparser/src/viewer/objecttreeparser.h
mimetreeparser/src/viewer/objecttreeparser.h
+1
-3
mimetreeparser/src/viewer/partnodebodypart.cpp
mimetreeparser/src/viewer/partnodebodypart.cpp
+2
-2
No files found.
mimetreeparser/src/htmlwriter/filehtmlwriter.h
View file @
a7cddf59
...
...
@@ -33,7 +33,7 @@
#define __MESSAGEVIEWER_FILEHTMLWRITER_H__
#include "messageviewer_export.h"
#include "m
essageview
er/htmlwriter.h"
#include "m
imetreepars
er/htmlwriter.h"
#include <QFile>
#include <QTextStream>
...
...
mimetreeparser/src/htmlwriter/queuehtmlwriter.h
View file @
a7cddf59
...
...
@@ -21,7 +21,7 @@
#define __MESSAGEVIEWER_QUEUEHTMLWRITER_H__
#include "messageviewer_export.h"
#include "m
essageview
er/htmlwriter.h"
#include "m
imetreepars
er/htmlwriter.h"
#include<QVector>
#include<QVariant>
...
...
mimetreeparser/src/interfaces/bodypartformatter.h
View file @
a7cddf59
...
...
@@ -39,7 +39,7 @@
#include <QObject>
#include <QSharedPointer>
#include
<messageviewer/objecttreeparser.h>
#include
"mimetreeparser/objecttreeparser.h"
namespace
MessageViewer
{
...
...
mimetreeparser/src/objecttreesourceif.h
View file @
a7cddf59
...
...
@@ -21,7 +21,7 @@
#define MAILVIEWER_OBJECTTREESOURCE_IF_H
#include "messageviewer_export.h"
#include "m
essageview
er/mimetype.h"
#include "m
imetreepars
er/mimetype.h"
#include <KMime/Message>
...
...
mimetreeparser/src/viewer/attachmentstrategy.cpp
View file @
a7cddf59
...
...
@@ -33,7 +33,7 @@
#include "attachmentstrategy.h"
#include "
messageviewer/
nodehelper.h"
#include "nodehelper.h"
#include <kmime/kmime_content.h>
...
...
mimetreeparser/src/viewer/messagepart.h
View file @
a7cddf59
...
...
@@ -22,7 +22,7 @@
#include "partmetadata.h"
#include "nodehelper.h"
#include "m
essageview
er/bodypartformatter.h"
#include "m
imetreepars
er/bodypartformatter.h"
#include <KMime/Message>
#include <Libkleo/CryptoBackend>
...
...
mimetreeparser/src/viewer/nodehelper.cpp
View file @
a7cddf59
...
...
@@ -22,7 +22,7 @@
#include "utils/iconnamecache.h"
#include "partmetadata.h"
#include "interfaces/bodypart.h"
#include "
messageviewer
/mimetype.h"
#include "
utils
/mimetype.h"
#include "PimCommon/AttachmentTemporaryFilesDirs"
#include <MessageCore/NodeHelper>
...
...
mimetreeparser/src/viewer/nodehelper.h
View file @
a7cddf59
...
...
@@ -21,8 +21,8 @@
#define _MESSAGEVIEWER_NODEHELPER_H
#include "messageviewer_export.h"
#include "m
essageview
er/partmetadata.h"
#include "m
essageview
er/enums.h"
#include "m
imetreepars
er/partmetadata.h"
#include "m
imetreepars
er/enums.h"
#include <KMime/Message>
...
...
mimetreeparser/src/viewer/objecttreeparser.cpp
View file @
a7cddf59
...
...
@@ -50,9 +50,9 @@
#include "bodypartformatterbasefactory.h"
#include "viewer/partnodebodypart.h"
#include "interfaces/bodypartformatter.h"
#include "
messageviewer
/mimetype.h"
#include "
utils
/mimetype.h"
#include "job/kleojobexecutor.h"
#include "
messageviewer/
nodehelper.h"
#include "nodehelper.h"
#include "utils/iconnamecache.h"
#include "messageviewer_debug.h"
#include "converthtmltoplaintext.h"
...
...
mimetreeparser/src/viewer/objecttreeparser.h
View file @
a7cddf59
...
...
@@ -36,14 +36,12 @@
#include "messageviewer_export.h"
#include "m
essageview
er/nodehelper.h"
#include "m
imetreepars
er/nodehelper.h"
#include "objecttreesourceif.h"
#include <Libkleo/CryptoBackend>
#include <gpgme++/verificationresult.h>
#include "objecttreeemptysource.h"
class
QString
;
namespace
KMime
...
...
mimetreeparser/src/viewer/partnodebodypart.cpp
View file @
a7cddf59
...
...
@@ -32,8 +32,8 @@
*/
#include "partnodebodypart.h"
#include "
messageviewer/
nodehelper.h"
#include "
messageviewer/
objecttreeparser.h"
#include "nodehelper.h"
#include "objecttreeparser.h"
#include "messageviewer_debug.h"
#include <kmime/kmime_content.h>
...
...
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