Albert Vaca Cintora
393624af9c
Fix SFTP plugin on Windows
...
Broken by https://invent.kde.org/network/kdeconnect-android/-/merge_requests/320
BUG: 473511
(cherry picked from commit 4d5474db7b
)
2023-09-06 04:45:31 +02:00
Albert Vaca Cintora
775b72fd4a
Fix crash due to begin and end belonging to different iterators
...
(cherry picked from commit a33eb46d9b
)
2023-07-22 15:14:23 +02:00
Willyanto Willyanto
29f56dcc29
Perform initialization in initialization list
...
Fixes variable is assigned in constructor body. Consider performing
initialization in initialization list. (CWE-398)
2022-12-22 23:24:31 +07:00
Simon Redman
8cfa308140
Fix some Qt and KF5 deprecation warnings
...
## Summary
Fixes a few warnings about deprecated fields and methods.
## Test Plan
Things still seem to be basically working 🤷
2022-10-17 21:17:49 +00:00
Nicolas Fella
a918ffc0cb
Add and make use of ECM's clang-format integration
2022-09-11 23:21:58 +00:00
Nicolas Fella
87db95b22f
Convert license headers to SPDX expressions
2020-08-17 09:48:10 +00:00
Antonio Larrosa
1d36164230
Use ecm_qt_declare_logging_category to declare the logging categories
...
This automatizes the generation of logging categories so a
kdeconnect-kde.categories is generated and installed to
/usr/share/qlogging-categories5/ so kdebugsettings can use it.
Also, sets the default logging level to Warning. So now the logs
of users won't be filled with debug messages but they can
modify the configuration easily with kdebugsettings.
2020-05-26 18:55:47 +02:00
Piyush Aggarwal
f65737da21
add basic SFTP Plugin for Windows
2019-08-22 02:21:32 +00:00