Revision e51a9aa...
Go back to digest for 4th September 2011Features in KDE Base
Alex Fiestas committed changes in [bluedevil/obexd-server] /daemon/kded:
First iteration of file reception using obexd, a success!
With this commit we're starting to add some obexd-server dependency, so
be aware of that!
We''ve implemented the file reception into two isolated classes called:
FileTransfer and ObexdAgend.
FileTransfer: Listens to org.openobex and track file transfers, it will
be who shows the jobs.
ObexdAgend: Basically sits quiet until obexd needs some authorization.
Also you may notice the inclusion of bluedevil-reception, it is only for
development proposes it will never be installed. I got tired of
restarting kded so since FileTransfer is totally isolated from the kded
I decided to use it in a separate process.
File Changes
Added 6 files
- /daemon/kded
- src/filetransfer.cpp
- src/filetransfer.h
- src/main.cpp
- src/obexdagent.cpp
- src/obexdagent.h
- src/org.openobex.xml
Modified 1 files
- src/daemon/kded/CMakeLists.txt
7 files changed in total