Montel Laurent
976b92da3d
Compile with QT_NO_CAST_FROM_BYTEARRAY
9 years ago
Montel Laurent
66357f0974
Start to make it compile with QT_NO_CAST_FROM_BYTEARRAY
9 years ago
Montel Laurent
ea174ddccc
Remove this deprecated method
9 years ago
Montel Laurent
b9041e7c76
Revert "Don't use deprecated method". It's 5.8 method :(
...
This reverts commit af14681dda .
9 years ago
Montel Laurent
af14681dda
Don't use deprecated method
9 years ago
Montel Laurent
594f4fd7e3
Assert when collection has not resource
9 years ago
Montel Laurent
72b19ee159
Rename as foldersettings as discussed with david
9 years ago
Montel Laurent
779f8f1073
Remove collection() method
9 years ago
Montel Laurent
c5cd366314
Make sure to clean up list of filter
9 years ago
Montel Laurent
e33795afa8
GIT_SILENT: ignore uncrustify temporary file
9 years ago
Montel Laurent
c4f08b4ae5
GIT_SILENT: we depend against qt5.7 now. Clean up
9 years ago
Heiko Becker
47b7fb4d22
Drop unneccessary kldap dependency
...
Reviewers: #kde_pim
Tags: #kde_pim
Differential Revision: https://phabricator.kde.org/D5472
9 years ago
Montel Laurent
a7aa4ee8f3
GIT_SILENT: increase dependancies
9 years ago
Montel Laurent
70e135c837
Activate by default QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
9 years ago
Montel Laurent
8b6723eedd
Merge remote-tracking branch 'origin/Applications/17.04'
9 years ago
Montel Laurent
453e709467
Reduce number of toLower calls
9 years ago
Montel Laurent
ad4726959e
GIT_SILENT: Prepare 5.5 RC1
9 years ago
Montel Laurent
3d6be9ec82
GIT_SILENT: Prepare 5.5 RC1
9 years ago
Montel Laurent
70d824ea86
Merge remote-tracking branch 'origin/Applications/17.04'
9 years ago
Montel Laurent
e0c50700ef
GIT_SILENT: fix indent
9 years ago
Montel Laurent
da3628b4c1
GIT_SILENT: prepare next version
9 years ago
Montel Laurent
1cd4a4854a
Move to private file
9 years ago
Montel Laurent
acf231ecc3
GIT_SILENT: prepare 5.5 beta1
9 years ago
Montel Laurent
6fd9f3ad86
Increase dependacy
9 years ago
Montel Laurent
5429932a35
Don't export symbol when not necessary
9 years ago
Montel Laurent
d8168cc18b
Start to implement geary support
9 years ago
Montel Laurent
85e17ff2af
GIT_SILENT: increase version
9 years ago
Montel Laurent
bdc0fd95f9
We depend against kf5-5.31
9 years ago
Montel Laurent
50967d72f0
GIT_SILENT: fix copyright
9 years ago
Montel Laurent
b370aba3d0
I hope that it will fix autotest
9 years ago
Montel Laurent
5bd99103e6
Use QLatin1Char
9 years ago
Montel Laurent
c1415e3cc7
Remove mailcommon dependancy in korganizer (move code to pimcommon)
9 years ago
Montel Laurent
d1423e7d50
Fix copyright
9 years ago
Montel Laurent
9b31e156c4
Fix export symbol
9 years ago
Montel Laurent
4cfbb54921
Use new mailcommon
9 years ago
Montel Laurent
f9d1fcade2
use new libkdepim
9 years ago
Montel Laurent
3c60847da1
Adapt to new pimcommon
9 years ago
Montel Laurent
4601591d08
it's not 0 it's QByteArray()
9 years ago
Montel Laurent
b975cb3dc7
Fix include
9 years ago
Montel Laurent
537f48ef76
Remove not necessary namespace definition
9 years ago
Montel Laurent
75a25cfed9
Fix includes
9 years ago
Montel Laurent
6369541680
Not necessary to link against kldap
9 years ago
Montel Laurent
1266fc07a5
Fix include
9 years ago
Montel Laurent
84d964ba32
Fix namespace
9 years ago
Montel Laurent
731f5a7808
Port to libkdepimakonadi
9 years ago
Montel Laurent
361784adb2
use new pimcommonakonadi
9 years ago
Montel Laurent
4bf7dbb2b7
Clean forward declaration
9 years ago
Montel Laurent
ccf7b22fce
Port to for(...:...).
9 years ago
Montel Laurent
fceb277125
Merge remote-tracking branch 'origin/Applications/16.12'
9 years ago
David Faure
73d97fdab2
Add export macro for private classes with unittest.
...
Summary:
Otherwise I get
undefined reference to `vtable for MailCommon::KMFilterAccountList'
when linking filteractionmissingaccountdialogtest.
Must be a consequence of the recent changes in cmake git (autogen feature).
There are a ton more files that are included directly rather than the
classes being exported though (which can make refactorings harder, e.g.
when new cpp files are added as dependencies of the existing ones,
suddenly it becomes complex to know what to compile in).
Should we go fully in the direction of exporting the stuff we need
when building tests, and compiling these cpp files only once, as a result?
Test Plan: Now it builds with clang
Reviewers: mlaurent, ervin, dvratil
Reviewed By: dvratil
Subscribers: #kde_pim
Tags: #kde_pim
Differential Revision: https://phabricator.kde.org/D4708
9 years ago