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
Laurent Montel
a7485bb888
GIT_SILENT: we depend against c++17
5 years ago
Laurent Montel
662a9310ac
Merge remote-tracking branch 'origin/release/21.04'
5 years ago
Laurent Montel
e0e7e702df
Bug 439501 - Mail auto-prune time for read and unread get switched on
...
save
BUG: 439501
5 years ago
Laurent Montel
3e6fa73040
GIT_SILENT: add license
5 years ago
Volker Krause
04587be9d5
Port away from KStatefulBrush::brush(const QWidget*)
...
Soon to be deprecated, use the QPalette overload instead.
5 years ago
Laurent Montel
fff27dea67
GIT_SILENT: prepare 21.04.3
5 years ago
Laurent Montel
1782c4d82b
GIT_SILENT: increase compile without deprecated method
5 years ago
Laurent Montel
3b8212ac9f
GIT_SILENT: time to increase version
5 years ago
Laurent Montel
2e214ef044
GIT_SILENT: prepare 5.17.3
5 years ago
Laurent Montel
19013a49a3
GIT_SILENT: add cmake test support + add more build support
5 years ago
Laurent Montel
80e80bc963
Use QStringView(..).mid
5 years ago
Laurent Montel
dabdc14279
GIT_SILENT: reduce variables usage
5 years ago
Laurent Montel
8a737e70ff
GIT_SILENT: unused now
5 years ago
Laurent Montel
5fc25c37da
GIT_SILENT: use Qt:: everywhere
5 years ago
Laurent Montel
fd881b5eae
GIT_SILENT: prepare 5.17.2
5 years ago
Laurent Montel
464b0247db
GIT_SILENT: prepare 5.17.2
5 years ago
Laurent Montel
ce01fc9bd9
GIT_SILENT: add more clazy check
5 years ago
Laurent Montel
cb31caf513
GIT_SILENT: add build support
5 years ago
Laurent Montel
d1aafaa5cb
GIT_SILENT: time to increase version
5 years ago
Laurent Montel
69725fe502
GIT_SILENT: use qt_ macro so it will help us to build against qt5/qt6
5 years ago