Laurent Montel
16a4b36e09
Add missing override on destructor
5 years ago
Laurent Montel
3ea720595f
Add missing override
5 years ago
Johnny Jazeix
50d0554e1d
fix compilation
5 years ago
Laurent Montel
366c65ae86
Remove unused includes
5 years ago
Laurent Montel
d2865b35d7
GIT_SILENT: fix pedantic
5 years ago
Laurent Montel
76e0975f01
Use more auto
5 years ago
Daniel Vrátil
9f996b0a46
[unifiedmailboxagent] Add missing standard library include
5 years ago
Laurent Montel
f3dea024bf
GIT_SILENT: coding style
5 years ago
Laurent Montel
a4e17aedb3
Use default destructor
5 years ago
Laurent Montel
f98c471120
Initialize value in header
5 years ago
Laurent Montel
3055a93326
Use auto when it's possible
5 years ago
Laurent Montel
7a3cfeb2ab
If include is define in .h remove it if it's defined in .cpp too (scripted)
5 years ago
Laurent Montel
517cf1336e
GIT_SILENT: coding style
5 years ago
Laurent Montel
93ae6fe39b
Modernize code
5 years ago
Laurent Montel
0180165ed0
Const'ify variable/pointer
6 years ago
l10n daemon script
7731ab51ef
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
c28c256dae
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
Laurent Montel
0922a95a69
Fix Bug 426596 - Application: "akonadi_archivemail_agent" crashed after closing "Configure automatic archving..."-Dialog
...
BUG: 426596
BUG: 425786
BUG: 424232
6 years ago
Laurent Montel
3f991c3e2d
Modernize code
6 years ago
l10n daemon script
60275a75d3
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
95095d39b8
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
Christophe Giboudeaux
dafdbc7fc5
Convert license headers to SPDX format
6 years ago
Laurent Montel
55e5c30a1b
Fix clazy warning
6 years ago
Laurent Montel
41eada9d5b
GIT_SILENT: coding style
6 years ago
l10n daemon script
371aa057aa
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
dcf54998d1
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
88068f13e1
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
05656270f2
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
Laurent Montel
7969bae6d6
Allow to hide menu header view
6 years ago
Laurent Montel
046d2cb29e
Fix mem leak found by asan
6 years ago
Laurent Montel
c35a4dfd1b
GIT_SILENT: clean forward declaration
6 years ago
l10n daemon script
110533eae7
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
e7cf659866
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
8b987d608f
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
9497e834ca
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
Laurent Montel
1044e5e67b
Remove not necessary Libkdepim
6 years ago
Laurent Montel
a89fa00eb1
Port to OpenUrlJob
6 years ago
Laurent Montel
d065954441
Fix clazy warning
6 years ago
Laurent Montel
d77307f055
Remove unused includes
6 years ago
Daniel Vrátil
586dd9b880
SendLaterAgent: merge libKF5SendLater library into the agent
...
Summary:
The library has been split into two parts: the client-side code now
lives in MessageComposer where it's used exclusively, and all the code
that is used by the Agent has been moved in here.
Instead of the client writing into a shared config file, a new DBus
method has been added to the agent that the client can call in order to
schedule a new message for sending later.
Tests for classes that now live in MessageComposer have been moved to MessageComposer.
Reviewers: mlaurent
Reviewed By: mlaurent
Subscribers: kde-doc-english, kde-pim
Tags: #kde_pim, #documentation
Differential Revision: https://phabricator.kde.org/D29724
6 years ago
Laurent Montel
5109499dc7
GIT_SILENT: coding style
6 years ago
Daniel Vrátil
790bb4c7f5
Revert small part of previous commit that contained unrelated changes
6 years ago
Daniel Vrátil
09f621ab19
Merge contents of libKF5FollowupReminder into the Agent
...
Summary:
The library is no longer used anywhere and the agent now has DBus API
that clients can use to interact with it, so we no longer need a
dedicated library. This changes moves the code from the library into the
Agent (where it is still used). Some cleanup changes will follow
soon after.
Reviewers: mlaurent
Reviewed By: mlaurent
Subscribers: kde-pim
Tags: #kde_pim
Differential Revision: https://phabricator.kde.org/D29699
6 years ago
Daniel Vrátil
05a7f93b38
Allow creating Followup reminders through a DBus call to the agent
...
Summary:
The idea is for the client code to use this DBus method rather than writing to a shared
config file and triggering reload. This way it will be possible to get rid of the
intermediate libKF5FollowUpReminder library in kdepim-apps-libs.
Reviewers: mlaurent
Reviewed By: mlaurent
Subscribers: kde-pim
Tags: #kde_pim
Differential Revision: https://phabricator.kde.org/D29622
6 years ago
l10n daemon script
6d8861e3cd
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
l10n daemon script
758913279b
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago
Laurent Montel
d25b3ce2e3
Adapt to new api
6 years ago
Daniel Vrátil
41cd5da108
Adapt to move of some Akonadi attributes to AkonadiMime
...
The Pop3ResourceAttribute and NewMailNotifierAttribute has been moved
from Akonadi to AkonadiMime, since they are all email-specific.
6 years ago
Laurent Montel
98765e8e53
Use QLatin1Char('/') here
6 years ago
l10n daemon script
eb65001573
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
6 years ago