Laurent Montel
d0ae610cf6
Remove unused includes
7 years ago
Laurent Montel
2a8e5513b8
const'ify method
7 years ago
Laurent Montel
e7a41c4d46
Convert some QList to QVector
7 years ago
l10n daemon script
98768c3f25
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"
7 years ago
l10n daemon script
5703f76c12
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"
7 years ago
l10n daemon script
acc979361a
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"
7 years ago
Laurent Montel
73b4a1a815
Revert "Use https"
...
This reverts commit f360f48aac .
7 years ago
Laurent Montel
f360f48aac
Use https
7 years ago
Laurent Montel
6b87aeada3
Use qOverload directly
7 years ago
Laurent Montel
55c996bd34
Add option for disable autotest based on akonadi(enable by default). Take many time when we call "make test"
7 years ago
Jan Hambrecht
2f6f2bab05
fix crash when mapping unified mailboxes to collections
...
Summary:
when the fetched unified mailbox collections and loaded mailboxes differ then
trying to get a loaded mailbox using the collection name may fail.
wrapping the call in a try-catch block fixes the crash
Reviewers: dvratil, mlaurent
Reviewed By: mlaurent
Subscribers: kde-pim
Tags: #kde_pim
Differential Revision: https://phabricator.kde.org/D19323
7 years ago
l10n daemon script
4ac8a1e451
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"
7 years ago
l10n daemon script
4f3ff42d41
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"
7 years ago
Laurent Montel
bb97a99451
Fix some warning found by clazy
7 years ago
Raphael Kubo da Costa
5171464e88
unifiedmailboxagent: Stop using std::optional.
...
Summary:
This reverts most of commits 39cbfe7258 ("I can haz
std::experimental::optional!") and b44642b4ec ("Rename "exp" namespace to
"stdx" to avoid conflict with exp()"), as well as other commits fixing the
build. Follow-up coding style adjustments (done mostly in commit c8e59b1a3
"GIT_SILENT: coding style") have not been reverted though.
std::optional support is only officially supported in C++17 or later, but we
were still requiring only C++14 to build unifiedmailboxagent. Switching to
C++17 in the Applications/18.12 branch requires a change to akonadi that is
only available in its master branch (ceeb4f3a, "Disable std::auto_ptr checks
in Item in C++17"), and in any case C++17 support is fairly recent
everywhere so we can just wait a bit longer before depending on it.
The discussion in https://phabricator.kde.org/D17606 is also relevant.
Test Plan: Built all code and unit tests, the same tests fail with and without this patch.
Reviewers: dvratil, #freebsd
Reviewed By: dvratil
Subscribers: kde-pim
Tags: #kde_pim
Differential Revision: https://phabricator.kde.org/D17917
7 years ago
l10n daemon script
3f611bc799
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"
7 years ago
l10n daemon script
bc56eec4d5
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"
7 years ago
l10n daemon script
55d88cb44f
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"
7 years ago
l10n daemon script
e91a4b1243
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"
7 years ago
l10n daemon script
8738627a63
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"
7 years ago
l10n daemon script
dce65a4eed
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"
7 years ago
l10n daemon script
0f94616344
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"
7 years ago
Laurent Montel
91bf3c5a30
GIT_SILENT: coding style
7 years ago
l10n daemon script
468eb49410
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"
7 years ago
Laurent Montel
eedc813d06
Update list of mailbox when we click on ok not before otherwise
...
when we cancel it, mailbox list is changed...
7 years ago
Laurent Montel
39c38fc1b5
Remove unused debug
7 years ago
Laurent Montel
db6ced7a78
Allow to modify mailbox when we double click on it
7 years ago
Laurent Montel
a0baaffd40
fix crash
7 years ago
Laurent Montel
0a3aa0aaeb
Reparse config
7 years ago
Laurent Montel
13365ae63c
Currently we remove/add directly so we need to save config directly
7 years ago
Laurent Montel
211524eee6
GIT_SILENT: make it executable
7 years ago
Laurent Montel
0ac72c341c
Fix don't regenerate default unified mailbox when we deleted them
7 years ago
Laurent Montel
6150595858
Disable Rename maibox name
7 years ago
Laurent Montel
6851cdf4b9
Fix mem leak
7 years ago
Laurent Montel
ada7f6e50e
Disable dnd
7 years ago
Laurent Montel
bfbf15b495
Add title
7 years ago
Laurent Montel
4cef158375
Store only size it's enough
7 years ago
l10n daemon script
f1b8cdeff6
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"
7 years ago
l10n daemon script
b53aad52c5
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"
7 years ago
l10n daemon script
11433b300a
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"
8 years ago
Yuri Chornoivan
1f0e960920
Fix minor EBN issues
8 years ago
Laurent Montel
c8e59b1a39
GIT_SILENT: coding style
8 years ago
l10n daemon script
3e7b2bb5d4
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"
8 years ago
l10n daemon script
2775bf0b0e
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"
8 years ago
l10n daemon script
cf09395d6e
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"
8 years ago
l10n daemon script
f3296b3ae9
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"
8 years ago
l10n daemon script
a434e76e42
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"
8 years ago
Yuri Chornoivan
f82241ffdc
Fix minor EBN issues
8 years ago
Laurent Montel
9219b4a2cd
next try
8 years ago
Laurent Montel
f04302ff65
Another try to make CI happy
8 years ago