l10n daemon script
3be383a183
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
bb89a7ef58
Fix error found during implementing "undo send"
6 years ago
Laurent Montel
48b4515be8
Continue to implement undo send
6 years ago
Laurent Montel
083f0013e6
Remove unused KF5::IconThemes
6 years ago
Volker Krause
51961a8799
Prefer giving KNotification icons rather than fixed-size pixmaps
...
Summary:
This lets KNotification pick and appropriate size for however it wants
to display the icon.
Reviewers: mlaurent
Reviewed By: mlaurent
Subscribers: kde-pim
Tags: #kde_pim
Maniphest Tasks: T11637
Differential Revision: https://phabricator.kde.org/D24796
7 years ago
Laurent Montel
42c9887fb1
Reload list when we delete items
7 years ago
Laurent Montel
8821bef6a9
Allow to remove item
7 years ago
Laurent Montel
eef67ab845
Pointers are already initialized in header file
7 years ago
Laurent Montel
db336082cc
Remove some deprecated kf5 methods
7 years ago
l10n daemon script
f607aeb488
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
d2128a96f5
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
David Faure
671da7dec6
Fix compilation with Qt 5.14
...
- no deprecated methods usage
- Qt now defined std::hash(QString)
7 years ago
l10n daemon script
3f3b9c3d36
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
698035fc1e
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
Volker Krause
dcde6990cc
Adapt to KCalendarCore namespace change
7 years ago
Laurent Montel
b0138d0c97
GIT_SILENT: coding style
7 years ago
Laurent Montel
d0ae610cf6
Remove unused includes
7 years ago
Laurent Montel
11b4b597ed
Adapt to new api
7 years ago
Laurent Montel
2a8e5513b8
const'ify method
7 years ago
Laurent Montel
65fbf65f63
Remove unused class
7 years ago
Laurent Montel
e7a41c4d46
Convert some QList to QVector
7 years ago
Laurent Montel
d8ea350f10
const'ify method here
7 years ago
Laurent Montel
d0092780ef
Fix crash when we want to open it in akonadi console
7 years ago
Laurent Montel
13bd0dad3a
Archive now can't work as config dialog is a separate process now.
7 years ago
Laurent Montel
312253809b
Use QVector here.
7 years ago
l10n daemon script
30fdf51564
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
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
Laurent Montel
732a1aa50c
Clean up
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
dbc35cfcf0
Fix crash in autotest
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
Laurent Montel
7d123f09eb
Convert to camelcase include
7 years ago
Laurent Montel
90b126be99
Convert to camelcase include
7 years ago
Laurent Montel
c55a8c66ba
Compile without foreach
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
Jonathan Marten
bc9bd293cd
Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
...
Differential Revision: https://phabricator.kde.org/D19353
7 years ago
Laurent Montel
d22e46a8a5
GIT_SILENT: coding style
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
Laurent Montel
f40435eae4
GIT_SILENT: update copyright
7 years ago
Laurent Montel
cdb65a5ced
Fix copyright
7 years ago
Laurent Montel
9d7335855b
GIT_SILENT: Update copyright
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
Laurent Montel
d5581f3171
GIT_SILENT: coding style
7 years ago