Friedrich W. H. Kossebau
d9eaa0bdb4
Merge branch 'release/21.08'
5 years ago
Friedrich W. H. Kossebau
17197c848c
Fix CryptoUtils::assembleMessage() to not add bogus text/plain content-type
...
Found by failing unit tests mailcommon-filter-filteractiondecrypttest &
mailcommon-filter-filteractionencrypttest
5 years ago
Laurent Montel
b3f959595d
GIT_SILENT: use more cmake centric code
5 years ago
Laurent Montel
70f9e5692c
Use QStringView
5 years ago
Friedrich W. H. Kossebau
181068766c
Fix FilterActionEncryptTest, workaround now expired key in test data
5 years ago
Laurent Montel
45d8e6c0b8
GIT_SILENT: add qch support
5 years ago
Friedrich W. H. Kossebau
df306a12b6
Merge branch 'release/21.08'
5 years ago
Friedrich W. H. Kossebau
fb0184d655
filter tests: adapt to kmime enforcing explicit Content-Type
...
KMime since 5.15.2 turns a not-set content type to explicitly set
MIME type text/plain with charset us-ascii.
So tests passing data through KMime have to adapt the expected output
to the header having that data set. To make input & output more comparable
for the human code reader the respective input gets the explicit type
also set.
5 years ago
Laurent Montel
1330101339
GIT_SILENT: future kf5 will depend against qt5.15.2, we will depend against it too.
5 years ago
Laurent Montel
634b4994bc
GIT_SILENT: clang-tidy: one declaration per line; braces around statements
5 years ago
Laurent Montel
163055b6d0
GIT_SILENT: switch to KDECompilerSettings + CMAKE_CXX_STANDARD already setted
5 years ago
Laurent Montel
13cc865cb2
GIT_SILENT: time to increase version
5 years ago
Laurent Montel
e16987a264
GIT_SILENT: prepare 5.18.1
5 years ago
Laurent Montel
26af4ec315
Merge remote-tracking branch 'origin/release/21.08'
5 years ago
Friedrich W. H. Kossebau
04a5ed8672
FolderTreeWidgetTest: adapt to now having 3 resources in the env prepared
...
381a28fa20 added two other resources,
which now need to be taken into account
GIT_SILENT
5 years ago
Laurent Montel
e71e04e303
Merge remote-tracking branch 'origin/release/21.08'
5 years ago
Friedrich W. H. Kossebau
1f13bfc478
FolderTreeView: fix an index check off-by-one
...
Not critical, safe-guard currently is not really needed, but still
better to be correct.
GIT_SILENT
5 years ago
Laurent Montel
7617be9b10
Merge remote-tracking branch 'origin/release/21.08'
5 years ago
Friedrich W. H. Kossebau
8d0bfbda8d
FavoriteProxyTest: adapt test for dropping option on favourites
...
ace9cfb460 enabled dropping of emails
on favourites, but missed to adapt the test.
5 years ago
Laurent Montel
94d13094ee
GIT_SILENT: prepare 5.18.1
5 years ago
Laurent Montel
917ad476d7
GIT_SILENT: add build without deprecated method
5 years ago
Laurent Montel
b9e92bd3c9
Const'ify pointer
5 years ago
Laurent Montel
1eac913dd7
GIT_SILENT: coding style
5 years ago
Laurent Montel
b4e1acbb79
Merge remote-tracking branch 'origin/release/21.08'
5 years ago
Laurent Montel
6ed6903a8b
Fix Bug 440524 - Expiry settings not displayed properly from Akonadi config
...
FIXED-IN: 5.18.0
BUG: 440524
(loading was incorrect:
- settings.mUnreadExpireUnits = attr->readExpireUnits();
- settings.mReadExpireUnits = attr->unreadExpireUnits();
+ settings.mUnreadExpireUnits = attr->unreadExpireUnits();
+ settings.mReadExpireUnits = attr->readExpireUnits();
)
5 years ago
Laurent Montel
48e6db7fe7
Remove unused includes
5 years ago
Laurent Montel
bf618b1443
GIT_SILENT: Clean forward declaration
5 years ago
Laurent Montel
2374d3fc38
Use setContentsMargins({}) + const'ify pointer + use Q_REQUIRED_RESULT
5 years ago
Laurent Montel
1c5cc9542b
GIT_SILENT: use #pragma once
5 years ago
Laurent Montel
c04a6968c5
Make sure that url is not empty
5 years ago
Laurent Montel
6e4e51cb35
Already initialized in header
5 years ago
Laurent Montel
5a25245ab2
Remove unused variable
5 years ago
Carl Schwan
069d16f326
don't hide table
5 years ago
Carl Schwan
5045a775f0
Improve design of filter rule dialog
...
* Add proper hierarchie of settings
5 years ago
Laurent Montel
4f5ea72b06
GIT_SILENT: prepare 5.18.0
5 years ago
Carl Schwan
cede1ab6a7
Overhaul SoundTestWidgets
...
* Don't make it possible to play two sounds at the same time
* Make it possible to pause the audio playing
* Use a more correct list of available audio files
5 years ago
Laurent Montel
ee42e50215
GIT_SILENT: allow to use specific installdir in cmakepreset
5 years ago
Laurent Montel
23d0a27908
GIT_SILENT: prepare 5.18.0
5 years ago
Laurent Montel
8b171ec9c6
GIT_SILENT: Prepare 21.08 rc
5 years ago
Carl Schwan
1a92909f24
Port Folder Properties dialog to QFormLayout
...
This allows to use a consistent form layout with other KDE applications
by following the KDE Human Interface Guidelines.
5 years ago
Laurent Montel
5e99b47f27
GIT_SILENT: Prepare 21.08rc
5 years ago
Laurent Montel
c8d5a1d681
Merge remote-tracking branch 'origin/release/21.08'
5 years ago
Laurent Montel
f5cc7697eb
Make sure that we don't cancel dialog
5 years ago
Christophe Giboudeaux
283f87991b
Fix spelling issues detected by codespell
...
GIT_SILENT
5 years ago
Laurent Montel
53624c3f36
GIT_SILENT: Time to increase version
5 years ago
Laurent Montel
5c2a5f05b7
GIT_SILENT: master is open
5 years ago
Laurent Montel
738c1a935d
GIT_SILENT: prepare 5.17.80beta (I didn't know that release 21.08 was created...
5 years ago
Laurent Montel
f4dd52f579
GIT_SILENT: prepare 5.17.80beta
5 years ago
Laurent Montel
39bab20dc6
GIT_SILENT: Prepare 21.08 beta
5 years ago
Laurent Montel
ea3d47d97f
GIT_SILENT: add clang support
5 years ago