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
K
KDE PIM Add-ons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
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
KDE PIM Add-ons
Commits
eb05fc64
Commit
eb05fc64
authored
Jul 06, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move in own directory
parent
486ff3cd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
kmail/editorsendcheckplugins/checkbeforesend/CMakeLists.txt
kmail/editorsendcheckplugins/checkbeforesend/CMakeLists.txt
+1
-1
kmail/editorsendcheckplugins/checkbeforesend/autotests/CMakeLists.txt
...sendcheckplugins/checkbeforesend/autotests/CMakeLists.txt
+2
-2
kmail/editorsendcheckplugins/checkbeforesend/autotests/checkbeforesendconfigurewidgettest.cpp
...foresend/autotests/checkbeforesendconfigurewidgettest.cpp
+1
-1
kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendplugin.cpp
...endcheckplugins/checkbeforesend/checkbeforesendplugin.cpp
+1
-1
kmail/editorsendcheckplugins/checkbeforesend/configurewidget/checkbeforesendconfigurewidget.cpp
...resend/configurewidget/checkbeforesendconfigurewidget.cpp
+0
-0
kmail/editorsendcheckplugins/checkbeforesend/configurewidget/checkbeforesendconfigurewidget.h
...foresend/configurewidget/checkbeforesendconfigurewidget.h
+0
-0
No files found.
kmail/editorsendcheckplugins/checkbeforesend/CMakeLists.txt
View file @
eb05fc64
set
(
kmail_checkbeforesendeditorplugin_SRCS
checkbeforesendplugin.cpp
checkbeforesendinterface.cpp
checkbeforesendconfigurewidget.cpp
c
onfigurewidget/c
heckbeforesendconfigurewidget.cpp
duplicateemails/checkduplicateemailsdialog.cpp
duplicateemails/checkduplicateemailsjob.cpp
sendattachments/checkattachmentdialog.cpp
...
...
kmail/editorsendcheckplugins/checkbeforesend/autotests/CMakeLists.txt
View file @
eb05fc64
...
...
@@ -12,8 +12,8 @@ macro(add_kmail_checkbeforesend_unittest _source _additional)
endmacro
()
add_kmail_checkbeforesend_unittest
(
checkbeforesendplugintest.cpp
"../sendattachments/checkattachmentjob.cpp;../sendattachments/checkattachmentdialog.cpp;../duplicateemails/checkduplicateemailsjob.cpp;../duplicateemails/checkduplicateemailsdialog.cpp;../checkbeforesendplugin.cpp;../checkbeforesendinterface.cpp;../checkbeforesendconfigurewidget.cpp"
)
add_kmail_checkbeforesend_unittest
(
checkbeforesendconfigurewidgettest.cpp
"../checkbeforesendconfigurewidget.cpp"
)
add_kmail_checkbeforesend_unittest
(
checkbeforesendplugintest.cpp
"../sendattachments/checkattachmentjob.cpp;../sendattachments/checkattachmentdialog.cpp;../duplicateemails/checkduplicateemailsjob.cpp;../duplicateemails/checkduplicateemailsdialog.cpp;../checkbeforesendplugin.cpp;../checkbeforesendinterface.cpp;../c
onfigurewidget/c
heckbeforesendconfigurewidget.cpp"
)
add_kmail_checkbeforesend_unittest
(
checkbeforesendconfigurewidgettest.cpp
"../c
onfigurewidget/c
heckbeforesendconfigurewidget.cpp"
)
add_kmail_checkbeforesend_unittest
(
checkduplicateemailsdialogtest.cpp
"../duplicateemails/checkduplicateemailsdialog.cpp"
)
add_kmail_checkbeforesend_unittest
(
checkduplicateemailsjobtest.cpp
"../duplicateemails/checkduplicateemailsjob.cpp"
)
...
...
kmail/editorsendcheckplugins/checkbeforesend/autotests/checkbeforesendconfigurewidgettest.cpp
View file @
eb05fc64
...
...
@@ -18,7 +18,7 @@
*/
#include "checkbeforesendconfigurewidgettest.h"
#include "../checkbeforesendconfigurewidget.h"
#include "../c
onfigurewidget/c
heckbeforesendconfigurewidget.h"
#include <QTest>
#include <QVBoxLayout>
#include <QCheckBox>
...
...
kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendplugin.cpp
View file @
eb05fc64
...
...
@@ -19,7 +19,7 @@
#include "checkbeforesendplugin.h"
#include "checkbeforesendinterface.h"
#include "checkbeforesendconfigurewidget.h"
#include "c
onfigurewidget/c
heckbeforesendconfigurewidget.h"
#include <KLocalizedString>
#include <kpluginfactory.h>
...
...
kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendconfigurewidget.cpp
→
kmail/editorsendcheckplugins/checkbeforesend/c
onfigurewidget/c
heckbeforesendconfigurewidget.cpp
View file @
eb05fc64
File moved
kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendconfigurewidget.h
→
kmail/editorsendcheckplugins/checkbeforesend/c
onfigurewidget/c
heckbeforesendconfigurewidget.h
View file @
eb05fc64
File moved
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