Laurent Montel
330ddfe262
Use directly "using namespace"
4 years ago
Laurent Montel
7c8b0ef210
Add missing const + Q_REQUIRED_RESULT
4 years ago
Ingo Klöcker
dc60839a85
Add hierarchical filtering of folders
...
This allows filtering a hierarchy of folders with path patterns like
"parent/sub" which matches all folders matching "sub" with parent folders
matching "parent".
Funded by: Intevation GmbH
BUG: 443791
FIXED-IN: 5.19.0
4 years ago
Laurent Montel
a37cf79cc0
Allow to not expand treewidget
4 years ago
Laurent Montel
0297580b4d
Use unique_ptr
4 years ago
Laurent Montel
059ed5d1e2
Use std::unique_ptr
4 years ago
Laurent Montel
cd065dc69f
Not necessary to use qoverload here
5 years ago
Laurent Montel
92934a8bd2
GIT_SILENT: Fix warning
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
6e20a6ae0b
Make sure that quota value was defined
5 years ago
Laurent Montel
6572d149bf
Use qOverload directly (scripted)
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
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
f5cc7697eb
Make sure that we don't cancel dialog
5 years ago
Laurent Montel
d836c36bc0
Modernize code
5 years ago
Laurent Montel
899b265c36
Add missing override
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
31ffd50c69
Add missing override on destructor
5 years ago
Laurent Montel
912584f092
GIT_SILENT: pedantic
5 years ago
Laurent Montel
8a85780459
Modernize code
5 years ago
Laurent Montel
a5063549d7
If include is define in .h remove it if it's defined in .cpp too (scripted)
5 years ago
Laurent Montel
cd918f69bf
GIT_SILENT: coding style
6 years ago
Laurent Montel
1662475b70
modernize code
6 years ago
Laurent Montel
02d9b70249
use no deprecated enum Qt::MiddleButton
6 years ago
Christophe Giboudeaux
761bf1df88
Convert license headers to SPDX format
6 years ago
Laurent Montel
687d430a2e
Allow to hide menu in header view
6 years ago
Laurent Montel
daa5e45d2e
Minor coding style
6 years ago
Laurent Montel
aa7ad82a76
Clean up constructor
6 years ago
Laurent Montel
231d7ec87e
Allow to define dialog title
6 years ago
Laurent Montel
41cee314e5
GIT_SILENT: coding style
6 years ago
Laurent Montel
4b5dbd0198
Use QLineEdit where it"s possible
6 years ago
Laurent Montel
9031467023
Save external ref here too
6 years ago
Daniel Vrátil
cf603679bc
Adapt to move of some Akonadi attributes to AkonadiMime
...
The Pop3ResourceAttribute and NewMailNotifierAttribute has been moved
from Akonadi to AkonadiMime, since they are all email-specific.
6 years ago
Laurent Montel
e036c915fc
Qt guys reverted some changes in qt5.15...
6 years ago
David Faure
655f28d868
Fix support for compose key in foldertreewidget
6 years ago
David Faure
081d57ce53
Fix support for dead keys in foldertreewidget filtering
...
Summary:
CCBUG: 415850
FIXED-IN: 5.13.2
Test Plan:
I can jump to a folder called abédêf with FR layout.
Doesn't seem to work with compose key though.
Reviewers: mlaurent
Reviewed By: mlaurent
Differential Revision: https://phabricator.kde.org/D26682
6 years ago
Laurent Montel
e727ec8c75
Fix: Bug 415850 - "Move message to folder" dialog does not accept certain characters
...
For the moment using a lineedit
BUG: 415850
FIXED-IN: 5.13.2
6 years ago
Laurent Montel
093da5837a
Don't apply when string is empty
6 years ago
Laurent Montel
788d4c1652
GIT_SILENT: happy new year
6 years ago
Laurent Montel
0b2797dc9c
GIT_SILENT: Add context @title:window
6 years ago
Laurent Montel
50c4c27108
Fix Bug 414839 - Folder expiration not automatic
...
FIXED-IN: 5.13.0
BUG: 414839
6 years ago
Laurent Montel
37a519661e
Don't use nullptr as flag value
6 years ago
Laurent Montel
9cfbbf34f1
[mailcommon] Port to QSortFilterProxyModel from deprecated KRecursiveFilterProxyModel
...
Summary:
following https://phabricator.kde.org/D25595
WARNING: don't merge this until D25595 is accepted and merged
Reviewers: dvratil, winterz
Subscribers: kde-pim
Tags: #kde_pim
Differential Revision: https://phabricator.kde.org/D25596
6 years ago
Laurent Montel
72bf2c5e57
GIT_SILENT: port deprecated methods
6 years ago
Laurent Montel
9e946f8e2f
Allow to create doc
6 years ago
Volker Krause
79c8eb8e0e
Let QStyle handle icon sizes on buttons
...
Reviewers: mlaurent
Reviewed By: mlaurent
Subscribers: kde-pim
Tags: #kde_pim
Maniphest Tasks: T11637
Differential Revision: https://phabricator.kde.org/D24795
6 years ago