]> cloud.milkyroute.net Git - dolphin.git/commit
Add dbus interface to dolphin
authorAshish Bansal <bansal.ashish096@gmail.com>
Wed, 22 Apr 2015 13:29:39 +0000 (18:59 +0530)
committerAshish Bansal <bansal.ashish096@gmail.com>
Wed, 22 Apr 2015 13:29:39 +0000 (18:59 +0530)
commit7042c6c2899a4e46a095a38ee1481b63ca4b96d8
tree9f4faa535285ec57cafa9ba6cf5173c089509f9d
parent807230882b0d68d6b24849aa79d69fb4df7e813a
Add dbus interface to dolphin

Implemented org.freedesktop.FileManager1 dbus interface in dolphin
http://www.freedesktop.org/wiki/Specifications/file-manager-interface/

REVIEW: 123313
BUG: 343016
CMakeLists.txt
cmake/DbusInterfaceMacros.cmake [new file with mode: 0644]
org.kde.dolphin.FileManager1.service.in [new file with mode: 0644]
src/CMakeLists.txt
src/dbusinterface.cpp [new file with mode: 0644]
src/dbusinterface.h [new file with mode: 0644]
src/global.cpp [new file with mode: 0644]
src/global.h [new file with mode: 0644]
src/main.cpp