Laurent Montel
|
cd065dc69f
|
Not necessary to use qoverload here
|
5 years ago |
Laurent Montel
|
f489d52b0a
|
GIT_SILENT: migrate more include to new akonadi api
|
5 years ago |
Laurent Montel
|
b9e92bd3c9
|
Const'ify pointer
|
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
|
2374d3fc38
|
Use setContentsMargins({}) + const'ify pointer + use Q_REQUIRED_RESULT
|
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
|
f42903a967
|
run git clang-format
|
5 years ago |
Laurent Montel
|
26312e9557
|
Modernize code
|
5 years ago |
Laurent Montel
|
e60d9ad9c1
|
GIT_SILENT: happy new year
|
5 years ago |
Laurent Montel
|
8a85780459
|
Modernize code
|
5 years ago |
Jonathan Marten
|
dae8c5c926
|
Expiry dialogue: Add 'actionsGroup' to layout
Otherwise it appeared as a spurious line at the top left, and
prevented the "Expire read after" checkbox being clicked on.
|
5 years ago |
Laurent Montel
|
23b5f99122
|
Allow to expire message without date
|
5 years ago |
Laurent Montel
|
62c80a4e0c
|
Remove duplicate margins
|
5 years ago |
Laurent Montel
|
818a368413
|
Allow to use method from expery widget too
|
6 years ago |
Laurent Montel
|
8f62273b0b
|
Allow to hide ExpireNowButton
|
6 years ago |
Laurent Montel
|
cd918f69bf
|
GIT_SILENT: coding style
|
6 years ago |
Christophe Giboudeaux
|
761bf1df88
|
Convert license headers to SPDX format
|
6 years ago |
Laurent Montel
|
a3d5a05212
|
Clean up
|
6 years ago |
Laurent Montel
|
5a838462c2
|
Fix save collection
|
6 years ago |
Laurent Montel
|
ceb55ec01c
|
initialize widget
|
6 years ago |
Laurent Montel
|
c9d83a6c30
|
Continue to extract widget
|
6 years ago |
Laurent Montel
|
4c78b21f24
|
create settings
|
6 years ago |
Laurent Montel
|
957d08b950
|
Improve save method
|
6 years ago |
Laurent Montel
|
8da33a4ac9
|
Add save/load method
|
6 years ago |
Laurent Montel
|
56f147c5a4
|
Extract CollectionExpiryWidget
|
6 years ago |