Friedrich W. H. Kossebau
76ee778dca
Remove unneeded check for KF5GrantleeTheme
...
GIT_SILENT
5 years ago
Laurent Montel
cd065dc69f
Not necessary to use qoverload here
5 years ago
Laurent Montel
d00361821b
Not necessary to use qOverload here
5 years ago
Laurent Montel
3780d63d90
Remove some qOverload as we remove deprecated qt5.15 signal
5 years ago
Laurent Montel
8072f1b35c
GIT_SILENT: autogenerate clang-format file
5 years ago
Laurent Montel
ce67d3eb05
GIT_SILENT: remove duplicate SPDX-FileCopyrightText
5 years ago
Laurent Montel
2a20c753cd
GIT_SILENT: use more camel case include
5 years ago
Laurent Montel
e92f626280
GIT_SILENT: Use more CamelCase includes (scripted)
5 years ago
Laurent Montel
a645b9d238
Use camel case include
5 years ago
Laurent Montel
c676c8e87d
GIT_SILENT: time to increase version
5 years ago
Friedrich W. H. Kossebau
bc29098169
More Akonadi/ prefixed include
...
GIT_SILENT
5 years ago
Friedrich W. H. Kossebau
e1a61cf3dc
Remove unused boost includes
...
GIT_SILENT
5 years ago
Laurent Montel
92934a8bd2
GIT_SILENT: Fix warning
5 years ago
Laurent Montel
aada67ef56
Use Akonadi/ prefix here too
5 years ago
Laurent Montel
f489d52b0a
GIT_SILENT: migrate more include to new akonadi api
5 years ago
Laurent Montel
202b0693e2
GIT_SILENT: use new akonadi include
5 years ago
Laurent Montel
71fe9ae03d
GIT_SILENT: add ecm as required too
5 years ago
Laurent Montel
ad1452fd21
GIT_SILENT: use same for pim* + latest for framework + stable for third party
5 years ago
Laurent Montel
bc9dd0e7cc
Add KDE CI file
5 years ago
Laurent Montel
cc3e3fc879
Merge remote-tracking branch 'origin/release/21.08'
5 years ago
Laurent Montel
6e20a6ae0b
Make sure that quota value was defined
5 years ago
Laurent Montel
6572d149bf
Use qOverload directly (scripted)
5 years ago
Volker Krause
f705987784
Remove kcfg_generate_dbus_interface CMake macro copy
...
Akonadi provides this as part of it's CMake config file already.
5 years ago
Volker Krause
9267dcc93a
Use the Akonadi test controls provided by its CMake macros
...
That's what the CI uses as well now, so we don't need the additional
local options anymore.
5 years ago
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