Summary: | org.freedesktop.FileManager1 service should be supported by dolphin | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Andrey Loskutov <loskutov> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | emmanuelpescosta099, s.suther |
Priority: | NOR | ||
Version: | 4.14.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
URL: | http://www.freedesktop.org/wiki/Specifications/file-manager-interface/ | ||
Latest Commit: | http://commits.kde.org/dolphin/7042c6c2899a4e46a095a38ee1481b63ca4b96d8 | Version Fixed In: | |
Sentry Crash Report: |
Description
Andrey Loskutov
2015-01-18 19:42:52 UTC
I have added a task for this feature on todo.kde.org +1 from me! Git commit 7042c6c2899a4e46a095a38ee1481b63ca4b96d8 by Ashish Bansal. Committed on 22/04/2015 at 13:29. Pushed by ashishbansal into branch 'master'. Add dbus interface to dolphin Implemented org.freedesktop.FileManager1 dbus interface in dolphin http://www.freedesktop.org/wiki/Specifications/file-manager-interface/ REVIEW: 123313 M +6 -1 CMakeLists.txt A +18 -0 cmake/DbusInterfaceMacros.cmake A +3 -0 org.kde.dolphin.FileManager1.service.in M +11 -0 src/CMakeLists.txt A +64 -0 src/dbusinterface.cpp [License: GPL (v2+)] A +37 -0 src/dbusinterface.h [License: GPL (v2+)] A +35 -0 src/global.cpp [License: GPL (v2+)] A +30 -0 src/global.h [License: GPL (v2+)] M +8 -9 src/main.cpp http://commits.kde.org/dolphin/7042c6c2899a4e46a095a38ee1481b63ca4b96d8 |