Alexander Potashev
d8069fae15
Fix capitalization of Gmail
...
Reviewers: mlaurent, winterz
Reviewed By: winterz
Subscribers: winterz, #kde_pim
Tags: #kde_pim
Differential Revision: https://phabricator.kde.org/D5786
9 years ago
Montel Laurent
1568daa72d
Use some QStringLiteral
9 years ago
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
c4f08b4ae5
GIT_SILENT: we depend against qt5.7 now. Clean up
9 years ago
Montel Laurent
453e709467
Reduce number of toLower calls
9 years ago
Montel Laurent
1cd4a4854a
Move to private file
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
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
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
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
Montel Laurent
72d3006960
Use isEmpty()
9 years ago
Montel Laurent
58d0ce538c
Fix help path
9 years ago
Allen Winter
e47f06ff89
fix a few -Wsuggest-override warnings
9 years ago
Montel Laurent
8fbb063d5a
Minor
9 years ago
Montel Laurent
b6aabc43b1
Port to MessageFactoryNG
9 years ago
Montel Laurent
5b4312f07e
Create time when it's necessary
9 years ago
Montel Laurent
d44f5cb0fb
Minor optimization. Port to for(...:...)
9 years ago
Montel Laurent
bb9894afc0
Port to for'(...:...)
9 years ago
Montel Laurent
307a4137a4
Minor optimization
9 years ago
Montel Laurent
2ac891c448
Port to STL iterator
9 years ago
Montel Laurent
44ccc72f05
USe isEmpty()
9 years ago
Montel Laurent
b5cf2ad0ca
not necessary to use contains + value => use directly value
9 years ago
Montel Laurent
c1c2e03541
GIT_SILENT: use nullptr
9 years ago
Montel Laurent
d843c72050
GIT_SILENT: fix copyright
9 years ago
Montel Laurent
b1bb962bb5
Use QLatin1Char when possible
9 years ago
Montel Laurent
7e2c04d358
GIT_SILENT: use nullptr now
9 years ago