Laurent Montel
e2493e04d9
GIT_SILENT: Prepare 5.14.1
6 years ago
Laurent Montel
e476321ef8
Fix Bug 420327 reload email after changing html preference for contact
...
BUG: 420327
FIXED-IN: 5.14.1
6 years ago
Laurent Montel
fc2f2b73a3
Fix compile
6 years ago
Laurent Montel
781e560ae5
Fix Bug 420327 - reload email after changing html preference for contact
...
FIXED-IN: 5.14.1
BUG: 420327
6 years ago
Laurent Montel
a39043f2ee
GIT_SILENT: Prepare 5.14.1
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
Laurent Montel
0ad5a7ac48
Fix Bug 419948 - Changing an individual folder to "Prefer HTML" or to "Prefer Plain Text" is not remembered after restarting KMail
...
FIXED-IN: 5.14.0
BUG: 419948
6 years ago
Laurent Montel
0bb891f144
Refresh message when we change display format
...
CCBUG: 419948
6 years ago
Christoph Feck
8531710fcc
GIT_SILENT Update Appstream for new release
6 years ago
Laurent Montel
3fab426dfd
Fix Bug 419948 - Changing an individual folder to "Prefer HTML" or to "Prefer Plain Text" is not remembered after restarting KMail
...
FIXED-IN: 5.14.0
BUG: 419948
6 years ago
Laurent Montel
4b5d2d3610
Remove extra margin
6 years ago
David Faure
fa89b9437d
Fix assert when removing the selected folder from the local subscription
...
ASSERT: "s->model() == etmIndex.model()" in file messagelib/messagelist/src/pane.cpp, line 536
6 years ago
Laurent Montel
98765e8e53
Use QLatin1Char('/') here
6 years ago
Laurent Montel
ecdedd8655
Show message info about restarting apps when we change a settings
6 years ago
Laurent Montel
25c93dba6f
GIT_SILENT: Prepare 5.14.0
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
Laurent Montel
128766ee3d
comment not implement userfeedback plugin
6 years ago
Laurent Montel
79fd54f9a9
Disable send again when we open directly an mbox
6 years ago
Laurent Montel
9c045bc8af
Fix generate pdf file
6 years ago
Laurent Montel
d005b58c89
GIT_SILENT: Prepare 5.14.0
6 years ago
l10n daemon script
7cf67fbad5
GIT_SILENT made messages (after extraction)
6 years ago
l10n daemon script
de1f728bdf
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
b4319df579
Fix export to pdf filename
6 years ago
Yuri Chornoivan
f15bb39e71
Do not ask users if they want to overwrite saved file twice
...
Summary: Qt file dialog already asks if user want the file to be overwritten.
Test Plan:
1. Open a message with some link.
2. Right-click on the link and choose "Save link as..."
3. Save the file.
4. Repeat step 2, click "OK".
5. Confirm the file to be overwritten from Qt dialog.
6. Without this patch, a new KMail dialog should appear with another proposal to overwrite the file.
Reviewers: #kde_pim, mlaurent
Reviewed By: #kde_pim, mlaurent
Subscribers: kde-pim
Tags: #kde_pim
Differential Revision: https://phabricator.kde.org/D28377
(cherry picked from commit 28ab73bcf2 )
6 years ago
l10n daemon script
51e3b13b31
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
22accd8edc
GIT_SILENT: Prepare 5.14.0 rc
6 years ago
l10n daemon script
b91e623316
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
8de0619511
Fix clazy warning
6 years ago
Laurent Montel
2a8bd5308c
Fix cppcheck warning
6 years ago
Laurent Montel
82a9299589
GIT_SILENT: Prepare 5.14.0 rc
6 years ago
Laurent Montel
45af9c2606
Fix reset value
6 years ago
Laurent Montel
36bc86c299
GIT_SILENT: Prepare 5.14.0 beta1.
6 years ago
Laurent Montel
4bf06e1f02
Fix typo in i18n
6 years ago
Laurent Montel
0ba46e177a
Export symbole if we want to autotest it
6 years ago
Laurent Montel
d741173ee8
Add info about maildir
6 years ago
Laurent Montel
5c1121f45a
Add seperator
6 years ago
Laurent Montel
5e6a69be55
GIT_SILENT: Prepare 5.14.0 beta1.
6 years ago
Laurent Montel
b69e9bb38b
GIT_SILENT: Reduce deprecated version in release
6 years ago
Laurent Montel
e059075a21
GIT_SILENT: it's autogenerated now
6 years ago
Laurent Montel
7d9d9b374d
GIT_SILENT: Prepare 5.14.0 beta1. Update ecm as 5.67.0 is broken see 417396. 5.68 will be release in 2 days. But dependancy freeze is tomorrow.
6 years ago
Laurent Montel
cf69c76027
Add separator
6 years ago
Albert Astals Cid
6a2fa24536
Merge remote-tracking branch 'origin/release/19.12'
6 years ago
Laurent Montel
a83e79d1df
Clean forward declaration
6 years ago
Laurent Montel
da9e50c474
Add export as pdf in right menu too.
...
(Asked by Allen)
6 years ago
Yuri Chornoivan
ff3f300def
Fix minor typo
6 years ago
Daniel Vrátil
8d4a512892
Small improvements to the 'Export to PDF' feature
...
Summary:
* Capitalize "PDF"
* Add the action to the KMReaderMainWin too
* Set default filename to <subject>.pdf
Reviewers: mlaurent
Reviewed By: mlaurent
Subscribers: yurchor, kde-pim
Tags: #kde_pim
Differential Revision: https://phabricator.kde.org/D27793
6 years ago
l10n daemon script
75e8d32a30
GIT_SILENT made messages (after extraction)
6 years ago
l10n daemon script
aeddfdcb2f
GIT_SILENT made messages (after extraction)
6 years ago
Christoph Feck
f829f346af
GIT_SILENT Update Appstream for new release
6 years ago
Laurent Montel
5d98c6c179
Fix clazy warning
6 years ago