dbea3171bd
This meant to add a lot of dependencies to each plugin since we had KDELibs4support as PUBLIC link meaning that anything linking against kdeconnectcore was linking at the same time to mostly all frameworks. Now each plugin has more or less its dependencies in the CMake some still depend on KDELibs4Support. For the mousepad plugin I needed to add a fixX11.h file that basically undefines/defines again some stuff xlib has that conflcits with normal C++ and Qt. Before it was not conflicting because some lib within KDELibs4Support was including this file, but now we have to do it ourselves. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
kdeconnect_sftp.desktop | ||
kdeconnect_sftp_config.desktop | ||
mounter.cpp | ||
mounter.h | ||
mountloop.cpp | ||
mountloop.h | ||
README | ||
sftp_config.cpp | ||
sftp_config.h | ||
sftp_config.ui | ||
sftp_debug.h | ||
sftpplugin.cpp | ||
sftpplugin.h |
This plugins receives packages with type "kdeconnect.sftp" and reads the following fields: ip (string): ip of the curretly active network on device port (string): port where sftp server starts user (string): username to connect to sftp server password (string): one session password to access sftp server path (string): root directory to access device filesystem This plugins sends packages with type "kdeconnect.sftp" and fills the following fields: startBrowsing (boolean): tell device to start sftp server and noify desktop